Jump to content

Lua properties bug: Material crash


Recommended Posts

The editor crashes when trying to create a material property. No matter what you try:

 

Script.material= nill     --material "a Material"
Script.material=          --material "a Material"
Script.material= ""      --material "a Material"
Script.material= 0      --material "a Material"

Link to comment
Share on other sites

"Material" isn't a supported data type, but the code should just print an error message, not generate a runtime error. That's why it crashes. Fixed for the next update.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...