예제 #1
0
def cleanup_on_export():
    """Cleanups connections in the case that something was changed without making another
    redraw call to 3D view.
    """
    _core.cleanup_check(bpy.data.collections[_COLLECTION_NAME])
예제 #2
0
def cleanup_on_export():
    """Cleanups connections in the case that something was changed without making another
    redraw call to 3D view.
    """
    _core.cleanup_check(bpy.data.groups[_GROUP_NAME])