Notifications
Clear all
[Closed] Adding Gizmos to Atmospherics
Aug 27, 2008 9:34 am
Im trying to add Gizmos to the VraySphereFade Atmospheric.
show (getAtmospheric 1) gives me:
.gizmos : node array
.falloff : float
.color : RGB color
.affect_alpha : boolean
Im trying (getAtmospheric 1).gizmos = #($SphereGizmo01) but get
-- Runtime error: Array parameter size fixed, cannot dynamically alter: gizmos
Is there any other way to do this.
Maxscript gets very annoying when little things like this occur as we could streamline so many of our process so much more but always get held up by these annoying things!!! ARRRGH!
Cheers!!
1 Reply
Aug 27, 2008 9:34 am
I should mention
appendGizmo (getAtmospheric 1) $SphereGizmo01
doesnt work