Previously this was working fine, now after the latest 3dsmax2024 updates I cannot assign a variable a glTFMaterial(). For example this will crash any script that uses the glTFMaterial():
macroScript GLBTest
tooltip:""
buttonText:""
(
newMat = glTFMaterial()
show newMat
)
How is this fixable? If I run the command when its not in a macro it works just fine.
Solved! Go to Solution.
Link copied