@sepo said:
Does this plugin work with SU 2014 and btw where is the plugin folder in SU 2014?
Sorry doesn't work yet on SU 2014
@sepo said:
Does this plugin work with SU 2014 and btw where is the plugin folder in SU 2014?
Sorry doesn't work yet on SU 2014
@c4rt00n3 said:
hi there
I am using Sketchup Pro 2014 on a Mac.
No projection lines appear. I have tried modifying all RichSection parameters but nothing changes...
Any ideas?Thanks!
I can't test on Mac.
Are there other Mac-people having this problem?
@unclex said:
Rick Wilson : Windowizer & Goldxxxx
ArtisanThese I used under 2014 is OK
so I think it should be something else make the "Disappear"
It is probably Rich Wilson's Windowiser, see previous posts from micione and TIG: here.
It is perfectly possible that the 'conflict' disappears with ruby 2.0 (SU 2014)
For SU2013 (and older) : Try to desactivate one ore more plugins... and tell me ....
@majid said:
I am really impressed by reflections and responses!
That's because we can't find the words!
Magic images!
2015 Wish(list) : identic ruby behaviour for Mac & Win
@unclex said:
Windows 7 / Sketchup 2013
this one....
so no one else like me....
Probably a conflict with another plugin.
See the first post....
@unclex
Windows or Mac ? Please complete your user profile.
I've tested V0.4.4 on two computers, without any problem :
But I don't have a mac...
@unclex said:
No icon in Toolbar under SU 2013, I called it disappear
and no any command about richsection can be found when using Preference
I will look this evening and update. Probably this evening (= within 14 hours)
Wrong answer :
value1==value2 will return TRUE or FALSE
Correction : this was for ruby, not for dynamic components
@jim said:
So for an attribute named "Value"
Value: =IF(COPY = 2, TRUE, FALSE)
will return TRUE if COPY i equal to 2 and FALSE otherwise. Have I misunderstood the question?
Wrong answer :
%(#999999)[Maybee it should be (?):
Value=IF(COPY == 2, TRUE, FALSE)
But this will also work (shorter=better?) :
Value=(COPY == 2)]
Correction : this is for ruby, not for dynamic components
@jim said:
There is no
==
double-equal comparison operator in Dynamic Components. It is just=
http://help.sketchup.com/en/article/114563
(There should be
<
and<=
on the linked page.)
Answered too fast, without reading completely.... sorry..
@unclex said:
great!!
work fine under 14but under 13, it's disappeared...
last version under 13 was OK
What do you mean by disappeared?
@bimbachi said:
@pgarmyn said:
UPDATED : VERSION 0.4.4 is in the PLUGINSTORE
Did you abandoned mac problems?
Caronte01 reported that the standard input box from the sketchup-API isn't working properly on mac.
http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=55072%26amp;start=210#p524280
Actually i don't have time to work on it.
Did you find other problems?
It must be a MAC related problem, you are both running on MAC ?
Any other Mac users with problems
I have no explanation. For me it works on SU8 and SU2013. But i can't test it on mac.
Can you test the following : disable all the other plugins
If this doesn't help, can you test the following file : replace PiGa_RichSection.rb (in directory ..SketchUp..\Plugins) by the file below, and tell me if it works
Thanks in advance.
file deleted
UPDATED : VERSION 0.4.4 is in the PLUGINSTORE
@caronte01 said:
Hi Piet,
Do you have a new version available? The current demo version expired yesterday....
Thanks!
santiago
Ok, it will be there in 2 or 3 hours
When you import a model, the entities (edges, faces, groups,... ) don't go directly in model.entities. They are encapsulated in a new component....
A workaround is to import the model.
The first added definition contains the loaded model, the other definitions are those of the nested components and groups.
Your plugin can retrieve information, or modify those definitions, write them back to disk and delete the instance and definition of the loaded model.
But there can be name-conflicts (materials, components...) beween the loaded and the main model. EG: Sketchup will rename the materials of your model if ....