I am trying to script the process of adding VraySphereFades and automatically linking up the gizmos to the atmospheric. The problem is that the vray atmospheric dosent work like normal max ones do.
This does not work:
Im also trying (getAtmospheric 1).gizmos = #($SphereGizmo01) but get
Is there anyway to do this??
It is really slowing our pipeline down the fact that all the vray stuff is not accessed in a normal way with maxscript.
Another problem is that there is no subanims for things like the blend map. I have coded around it but it is quite annoying.
I hope these maxscript problems will be fixed soon!
Cheers
This does not work:
Code:
appendGizmo (getAtmospheric 1) $SphereGizmo01
Code:
-- Runtime error: Array parameter size fixed, cannot dynamically alter: gizmos
It is really slowing our pipeline down the fact that all the vray stuff is not accessed in a normal way with maxscript.
Another problem is that there is no subanims for things like the blend map. I have coded around it but it is quite annoying.
I hope these maxscript problems will be fixed soon!
Cheers
Comment