-
Notifications
You must be signed in to change notification settings - Fork 68
Miscellaneous
Curtis Holt edited this page Oct 3, 2020
·
2 revisions
Clears data not assigned to a user. The equivalent of calling bpy.ops.outliner.orphans_purge()
.
Convenience function for clear_unused_data()
Returns a 'Vector' type constructed from data, which should be a basic list of values, e.g.: [1.0, 2.0, 3.0]
Returns a true or false value depending on whether ref
is a string type.