Notifications
Clear all
[Closed] Max 2010 and scritped plugin errors.
Page 2 / 2
Prev
Apr 07, 2009 4:33 pm
Do you have that plugins\subfolder specifically pathed in your “plugin.ini” in the root of max?
Apr 07, 2009 4:33 pm
Paul – did you ever find the cause of this?
Just ran into the same error (but ‘system exception’ tends to cover a lot of ground) – not using a scripted plugin, though.
The error in my script seems to occur when renderMap() gets invoked. This is a test script:
format "system error test - start
"
myGradient = gradient()
format "system error test - gradient creation successful
"
myGradientBitmap = rendermap myGradient -- system exception
format "system error test - gradient rendering successful
"
display myGradientBitmap
format "system error test - display successful - end
"
In 3ds Max 2009, this is fine.
Placing it in Scripts\Startup\ is also fine – at least as far as code execution goes. It presents other problems related to somehow letting the user still selectively load your script, or not, based on plugin.ini .
Page 2 / 2
Prev