Blender Git Commit Log
Git Commits -> Revision 22abd53
Revision 22abd53 by Janne Karhu (master) March 30, 2011, 10:29 (GMT) |
Quick effects operators: * A couple of operators to quickly create effects that would otherwise take some time to set up. * Nice to use for demoing functionality or as a starting point for more complex effects. * "Make Fur" - Gives every selected mesh object particle fur with a desired density and length. * "Make Smoke" - Makes each selected object a smoke emitter and creates a new domain object around the emitters with the correct material to render the smoke. ** Has style options for "stream": constant smoke flow, "puff": only create smoke once from the volume of the emitter object, "fire": enable high resolution smoke and set a secondary fire color texture for the domain object. * "Make Fluid" - Makes every selected object a fluid object (normal/inflow) and has the option to start fluid baking immediately. * This should provide a nice base for extending these / adding more operators for different effects. |
Commit Details:
Full Hash: 22abd53c7ee99274ed93ba188e9f59e740443088
SVN Revision: 35896
Parent Commit: bfadd7c
Lines Changed: +311, -0
1 Added Path:
/release/scripts/startup/bl_operators/object_quick_effects.py (+310, -0) (View)
1 Modified Path:
/release/scripts/startup/bl_operators/__init__.py (+1, -0) (Diff)