fix [#31661] Custom properties do no respect min/max values
also renamed function added prev commit
This commit is contained in:
@@ -138,7 +138,7 @@ void RE_engine_free(RenderEngine *engine)
|
||||
{
|
||||
#ifdef WITH_PYTHON
|
||||
if (engine->py_instance) {
|
||||
BPY_RNA_DECREF_INVALIDATE(engine->py_instance);
|
||||
BPY_DECREF_RNA_INVALIDATE(engine->py_instance);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user