コード例 #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
ファイル: group.py プロジェクト: miranbox/BlenderTools
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])