Blender Git Commit Log
Git Commits -> Revision 97a6965
Revision 97a6965 by Campbell Barton (master) April 8, 2013, 10:03 (GMT) |
fix for various crashes from incorrect poll functions. - bevel had incorrect cancel when initialization failed which could crash (own mistake). - main particle poll function didnt check if the area/region were NULL. - some uv operators needed space image but didnt check for it. also use uv_ prefix for most operator functions. |
Commit Details:
Full Hash: 97a6965da9a671987df50570f8206c39569bac78
SVN Revision: 55900
Parent Commit: bb98f65
Lines Changed: +156, -148
6 Modified Paths:
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+9, -13) (Diff)
/source/blender/editors/mesh/editmesh_inset.c (+6, -6) (Diff)
/source/blender/editors/physics/particle_edit.c (+6, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+7, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+127, -127) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+9, -13) (Diff)
/source/blender/editors/mesh/editmesh_inset.c (+6, -6) (Diff)
/source/blender/editors/physics/particle_edit.c (+6, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+7, -0) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+127, -127) (Diff)