Blender Git Commit Log
Git Commits -> Revision 4734a33
Revision 4734a33 by Sergey Sharybin (master) April 30, 2011, 18:47 (GMT) |
Fix #27224: Extrude Repeat Mesh doesn't have options Poll function was too strict for this case that's why there was no options in operator panel. Additional changes: - Added 'direction' parameter to operator so now extruding could be made from script by providing direction vector. - Fill this direction vection in operator's invoke functions so abjusting offset/steps in operator panel gives better visual feedback -- direction stays unchanged so user could easily see final result. - Made some tweaks to soft limits, so adjusting values by mouse drag isn't such confusing now. Tested in normal mode (from 3d view), as script and in background mode. Haven't noticed any regressions. |
Commit Details:
Full Hash: 4734a3321516283d1f2557818ddeb155aa34c56b
SVN Revision: 36397
Parent Commit: f86565c
Lines Changed: +19, -10
1 Modified Path:
/source/blender/editors/mesh/editmesh_tools.c (+19, -10) (Diff)