Changeset View
Changeset View
Standalone View
Standalone View
oscurart_tools/oscurart_files.py
| Context not available. | |||||
| # ---------------------- SYNC MISSING GROUPS -------------------------- | # ---------------------- SYNC MISSING GROUPS -------------------------- | ||||
| class reFreshMissingGroups(Operator): | class reFreshMissingGroups(Operator): | ||||
| """Search on the libraries of the linked source and relink groups and link newones if there are. Usefull to use with the mesh cache tools""" | """Search on the libraries of the linked source and relink groups and link newones if there are. Useful to use with the mesh cache tools""" | ||||
| bl_idname = "file.sync_missing_groups" | bl_idname = "file.sync_missing_groups" | ||||
| bl_label = "Sync Missing Groups" | bl_label = "Sync Missing Groups" | ||||
| bl_options = {"REGISTER", "UNDO"} | bl_options = {"REGISTER", "UNDO"} | ||||
| Context not available. | |||||