[Plugin] LSS Matrix
-
@unknownuser said:
You can yet use Color by Z, Color by Slope, Random Painter by Chris fullmer
And also ThruPaint by Fredo6Whoa! That's crazy cool
Looks like it is better for me to focus on 'LSS Toolbar' update instead of bothering on colors handling within 'LSS Matrix' since there are ready-made yet powerful tools for color processing by talented plugins authors -
It's not exactly the same than a real gradiant between the start and end
Only if objects are on a vertical straigth line !So you can make your own code gradient between object
-
@unknownuser said:
I mean to make result groups colors as gradient between source group and copy group.
You can yet use Color by Z, Color by Slope, Random Painter by Chris fullmer
And also ThruPaint by Fredo6 -
kirill, i am looking forward for your update on lss toolbar
-
@irwanwr said:
kirill, i am looking forward for your update on lss toolbar
Update of LSS Toolbar is in progress now (I'm not sure about the fact, that LSS Toolbar will be highly demanded in the nearest future, since Google sold SU and its future is a bit uncertain now, I think).
Anyway here is demo video of LSS Toolbar current development stage. It shows '2 faces + path...' tool processing.
[flash=560,315:5emt7pqv]http://www.youtube.com/v/2nX7ZxCPHrk?version=3&hl=ru_RU[/flash:5emt7pqv]I decided to use github for version control. It is possible to download zip archive of current stage there: http://www.github.com/lssoft/lss_toolbar
-
About the LssMatrix
Does it possible to have a Cylinder at the start, and the same cylinder at the end but with only Top face scaled? -
Thank LSS hard work, adjustable preview, simply great, But oh have not thoroughly understand. Look forward to your updates, thank you!
-
Hi kirill!
The first thanks for this great plugin, i have made the translation to spanish, i have created a new lss_toolbar.strings file with all spanish phrases and words and i have translated the html files, but if you want that the translation works you change the line 18 in the lss_toolbar_ext.rb file:
LanguageHandler.new("lsstlbr.strings")--> LanguageHandler.new("lss_toolbar.strings")
Is it possible translate the options of this window?:Other thing, it's important when you save the files (.rb, .html), save them with Unicode (UTF-8 with BOM) format so there will aren't problems with the signs of accentuation in the translations.
I work on Mac (OSX 10.6.8) generally and the plugin doesn't work, it appears the toolbar, the "2 Faces + Path" and "Properties" windows but the Pick icons doesn't work.
I don't know if others Mac users have the same problem, please inform.
Thanks again kirill!!EDIT: Excuse me, i'm talking about LSS Toolbar.
-
@unknownuser said:
About the LssMatrix
Does it possible to have a Cylinder at the start, and the same cylinder at the end but with only Top face scaled?Looks like you're asking me to examine contents of each group while making copies
OK, challenge accepted
Actually it is a step towards the realization of one of my dreams: to code a plugin, that performs morphing between selected geometry groups .@oxer said:
Hi kirill!
The first thanks for this great plugin, i have made the translation to spanish, i have created a new lss_toolbar.strings file with all spanish phrases and words and i have translated the html files, but if you want that the translation works you change the line 18 in the lss_toolbar_ext.rb file:
LanguageHandler.new("lsstlbr.strings")--> LanguageHandler.new("lss_toolbar.strings")You see the currently available version is what you can call 'pre-alpha' (pre-alpha refers to all activities performed during the software project prior to testing) so it is not even 'beta-version'. I published link to it just to inform, that LSS Toolbar project is still alive it was just an answer on this post:
@irwanwr said:
kirill, i am looking forward for your update on lss toolbar
I'm going to add all tools, perform tests and then publish LSS Toolbar in new forum thread. Anyway all strings, which present in lsstlbr.strings, will stay in final version so it will be possible to copy-paste them into resource files of final version.
@oxer said:
Is it possible translate the options of this window?:
Current version shows raw internal attribute names of selected entity, so it is not possible to translate them yet... You may try to take a look at component instances attributes for example 'Susan' component instance (just for fun, because editing of them has no effect). The final version will have a kind of dictionary of name aliases for all attribute names, that LSS Toolbar uses, so it will be possible to translate elements of this dictionary.
And normally the more generic way to apply localization is to place localized resource files into local folder without renaming file names (for example into 'ru-RU' folder for Russian language). LanguageHandler has to find them in local language folder.
Oxer, thanks for informing about UTF-8 formatting I'll fix it.@oxer said:
I work on Mac (OSX 10.6.8) generally and the plugin doesn't work, it appears the toolbar, the "2 Faces + Path" and "Properties" windows but the Pick icons doesn't work.
I didn't adapted web-dialogs for Safari, so most probably they will not work properly on mac I'm not sure that I'll fix this problem, since I don't have mac
@guanjin said:
Thank LSS hard work, adjustable preview, simply great, But oh have not thoroughly understand.
The animation, that you attached, shows that path curve is the same circle that is boundary of First face. I think it explains all
-
Thank LSS tools operating normally, there is a problem, round closed it? Can automatically smooth?
As shown below
-
@unknownuser said:
About the LssMatrix
OK, challenge accepted@unknownuser said:
Actually it is a step towards the realization of one of my dreams: to code a plugin, that performs morphing between selected geometry groups
Finish is not so far!
-
Thanks for the reply kirill!!
@unknownuser said:
kirill wrote:
I didn't adapted web-dialogs for Safari, so most probably they will not work properly on mac I'm not sure that I'll fix this problem, since I don't have macI don't know the ruby code but there are other plugins (Sketchup Ivy, some Fredo's plugins,...) that works fine in Mac and they use Safari, if you want you can ask to Fredo6, Didier or Chris Fullmer, perhaps they help you with this. (Excuse me, i know that this problem isn't your priority ).
-
Here is a demonstration of new LSS Matrix feature 'Scan for changes inside groups'.
[flash=640,360:2oxxhf7x]http://www.youtube.com/v/lfbb8gyH7BA?version=3&hl=ru_RU[/flash:2oxxhf7x]It has a lot of limitations and it is unstable and is able to process only simple geometry for now... Anyway I decided to share this stage: http://dl.dropbox.com/u/44695539/lss_matrix/lss_matrix_1_1_alpha.zip
-
@unknownuser said:
Very cool new functions "Scale"!
(you haveve written "Scan"Well actually face or edge does not store information about its scaling (or any other transformation as well).
The trick is that script 'scans' entities inside groups, detects vertices movements and vertices within intermediate groups approaches from initial position to new position. So after scaling a face it looks like faces within intermediate groups gradually 'scales' from initial scale to new.
That's why this new feature works well only when 'interpolate' option is set to 'Yes'. You may try just for fun not to set 'interpolate' to 'Yes' and see what happen then
So I insist that new feature name is 'Scan' -
Very cool new functions "Scale"!
(you have written "Scan"Seems you win your personal challenge!
-
Ah tricky "Scan"!
-
@unknownuser said:
Seems you win your personal challenge!
Not yet... The current version has a lot of limitations and very unstable. It's not able to process complex geometry and even sequence of user actions matters (it is necessary to make goup, group copy, then launch 'LSS Matrix' dialog, then edit group and group copy contens, then refresh results). It is necessary to stick to such sequence, because 'LSS Matrix' numerates faces and edges inside initial and copy group after 'Apply' click to be able to track geometry changes properly later during refreshing.
Also it is necessary to edit group contents very carefully: if any face will be broken as a result of editing, then 'Scan' will fail to analyse such changes (entities count has to be equal in initial and copy groups).
So it is far from finish -
Courage!
-
@kirill2008 said:
Here is a demonstration of new LSS Matrix feature 'Scan for changes inside groups'.
[flash=640,360:7zkd1r1a]http://www.youtube.com/v/lfbb8gyH7BA?version=3&hl=ru_RU[/flash:7zkd1r1a]It has a lot of limitations and it is unstable and is able to process only simple geometry for now... Anyway I decided to share this stage: http://dl.dropbox.com/u/44695539/lss_matrix/lss_matrix_1_1_alpha.zip
I am unable to download this file
-
can not work with SketchyPhysics3
could u fix it?
Advertisement