@Anton_S
AMS lib is not compatible with SU2024.
Will you update it?
Latest posts made by wikii
-
RE: [Plugin] AMS Library 3.7.1b (29 May 2021)
-
RE: How to export img that every entity is shown by exact color
@dave r said:
Try adjusting the Dark slider down a little. For me the Light slider at 1 and the Dark slider at 80 works.
[attachment=1:20q54dze]<!-- ia1 -->Screenshot - 4_19_2023 , 6_36_38 AM.png<!-- ia1 -->[/attachment:20q54dze]
[attachment=0:20q54dze]<!-- ia0 -->Screenshot - 4_19_2023 , 6_36_13 AM.png<!-- ia0 -->[/attachment:20q54dze]
With your graphics card it might be different.
Thank you!
-
RE: How to export img that every entity is shown by exact color
@tig said:
Style > Color by Tag [Layer] checked.
Shadows > Light=0, Dark=100Thank you for reply.
I do it as your prompt, color RGB(120,120,120) export to img, changes to RGB(144,144,144).Dark = 80 ,color RGB(120,120,120) export to img, changes to RGB(119,119,119).
Dark = 81 ,color RGB(120,120,120) export to img, changes to RGB(121,121,121).can Sketchup export img with exact RGB(120,120,120)?
-
How to export img that every entity is shown by exact color
Hi all , I want to find a way to export seg img to Stable Diffusion.
Can Sketchup export image , that every thing is shown with the exact color defined by it's tag,no shadow,no darkness,no high light,no fade.... just some flat color.
Like this:
IF the tag's color is rgb(120,120,120),in the eported img ,eveyr object use this tag is a field color of rgb(120,120,120).Thank a lot.
-
RE: [Plugin] AMS Library 3.7.1b (29 May 2021)
AMS lib is not compatible with SU2021.
-
RE: How to reload a extension loader file?
@tig said:
You'll have to restart SketchUp to get your Extension to be reformed.
However, if you simply want to reload its main code file[s] from inside its folder, use:
load "XXX/XXX_code.rb"
Change it to suit the actual file-name...I get it.
thankyou,TIG。happy new year!
wikii
-
How to reload a extension loader file?
Hi all.
I need to reload a rb file,But I get some error in the ruby control panel.
"Extension loader file XXX.rb can not be loaded because an extension loader file with the same name was previously loaded."
How to reload a extension loader file?
thanks !
wikii
-
RE: How to get "Plugins" menu name in other language?
@thomthom said:
@wikii said:
In Sketchup English version , "Plugins" menu name is just "Plugins".
But in Sketchup Chinese version, "Plugins" menu name always change.
How to get the name of Plugins menu in ruby?
Thanks!wikii
The "Plugins" menu was renamed to "Extensions" in SU2015.
Has the Chinese version of SketchUp changed on other versions than SU2015?What are you trying to do?
UI.menu("Plugins")
should always work regardless of version and language.I want to set shortcuts to some plugins.
So, I need to know the display name of Plugins menu.