Blender Git Loki
Git Commits -> Revision e3a46d0
Revision e3a46d0 by Joshua Leung (master) June 2, 2011, 13:03 (GMT) |
Added operator to remove all useless unused actions from the current .blend file. * From operator search, find "Clear Useless Actions" * "Action library" actions are preserved by this operator. It targets actions without any F-Curves * By default, only actions which are single-user (where that user is a Fake user) will be targeted. This can be changed to have it target any "dangling" action that doesn't have any F-Curves * A save/reload cycle is still required to fully remove such Actions from the current file. Though at least now it's a simpler process to have these semi-automatically removed ;) |
Commit Details:
Full Hash: e3a46d05a77582ce8c86bff4f0d2c76cea0dac4e
SVN Revision: 37099
Parent Commit: 02c6cb8
Lines Changed: +34, -0
1 Modified Path:
/release/scripts/startup/bl_operators/nla.py (+34, -0) (Diff)