mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-07-20 16:54:35 +00:00
Fix error with object_creaprim handler being lost
This wasn't set as persistent, causing unregistration to fail.
This commit is contained in:
@ -465,6 +465,7 @@ def makeinit(txtlist, namelist, groupname, addondir):
|
||||
fileobj.close()
|
||||
|
||||
|
||||
@bpy.app.handlers.persistent
|
||||
def setname(dummy):
|
||||
|
||||
scn = bpy.context.scene
|
||||
|
Reference in New Issue
Block a user