Hi,
recently I have been building Magma flows by MaxScript when I realized that properties which are exposed by MaxScript don’t show up in the modifier panel.
-Chris
Krakatoa v2.0.2.46508
3ds Max 2012 SP2
Hi,
recently I have been building Magma flows by MaxScript when I realized that properties which are exposed by MaxScript don’t show up in the modifier panel.
-Chris
Krakatoa v2.0.2.46508
3ds Max 2012 SP2
Hi Chris,
There is a way to force an update of the exposed properties, but it is slightly convoluted. I will look into making it easier in the future.
Here is what you could do to force the update of the exposed properties:
theMagma = $.modifiers[1].MagmaHolder
theRollout = MagmaFlowEditor_Functions.OpenMagmaFlowEditor theMagma offscreen:true
theRollout.exposeControlsToModifier()
destroyDialog theRollout
You should call this once the flow has been built and all properties have been set to “Exposed”.