2010-08-27 10:06 AM
2010-08-27 01:40 PM
2010-08-31 09:51 AM
2010-09-05 04:39 AM
2010-09-09 03:58 PM
call "desk_lamp_04_m" parameters all stType = stType, bCalledAsMacro = 1, a = lampDiameter, b = lampDiameter, c = c, g = g, a2 = a2, zzyzx = lampHeight, unIDStart = 1000, stDetLevel3d = stDetLevel3d
2010-09-21 04:20 PM
Ignacio wrote:yes, that sounds like the easiest way:)
Another option would be to just save or publish a 'bed layout module' with the bed, side tables, and whatever lamps you like, and place that into the floor plan (which you can then multiply, copy paste, rotate and mirror, as needed).
That would have the advantage of not needing any GDL and tampering with standard libraries, and also lets you to put the lamp in a separate layer.
2010-09-21 04:49 PM
2010-09-21 04:54 PM
Gergely wrote:maybe it's a stupid question, but can you tell me in which "part" of the script should I paste it? 3D Script or Parameter Script?
As David said, the problem is about the macro calls. Change the call of desk lamp macros: you need to paste c = c and g = g lines to them, like this:
call "desk_lamp_04_m" parameters all stType = stType, bCalledAsMacro = 1, a = lampDiameter, b = lampDiameter, c = c, g = g, a2 = a2, zzyzx = lampHeight, unIDStart = 1000, stDetLevel3d = stDetLevel3d
After fixed the macro calls you just release the hidden light parameters in bed layout object and it will work fine.
I hope this fix will be shipped with the next library hotfix.
2010-09-22 03:43 PM
2010-09-27 02:14 PM