We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2015-05-04 05:50 PM - last edited on 2023-05-11 11:43 AM by Noemi Balogh
2015-05-05 02:31 PM
John wrote:In the Parameter Script at Line 59 is the code:
but when i scrolled to the surface parameter, the option for glass surface was still greyed out
(along with some other parameters)
if (gs_light_switch) then lock "matGlass"So if the Light is on, the glass parameter is locked. You can comment out this line of code to disable it.
If not(gs_light_switch) Then material matGlass addz zzyzx/10 CYLIND zzyzx/8,a/2-sow del 1 endifSo if the light is on, the Glass Material (Surface) parameter is not used. This will need to be altered.
2015-05-05 06:55 PM
2022-11-10 11:47 AM
Did you manage to solve the issue of the glass in the spot light?
2023-05-25 10:53 AM
basically you just need to turn off the light then add a new spot light if you don't want to edit the gdl.