Go to file
Campbell Barton 042d4d3509 misc changes to unterface & undo
- operator strings were doing undo pushes (in fileselector text for example), this is dumb since the operators themselves handle undo.
- interface code checks rna props are arrays rather then checking the array length.
- disable properties window pin undoing.
- sequencer refresh was calling undo, disable since this is clearnign global data not handled by undo.
- added commented out code for drawing mesh vertex index/key index, useful for debugging shapekey - hook issyes.
2011-08-18 19:07:37 +00:00
build_files added cmake configureation presets, so on *nix systems you can do... 2011-08-16 09:36:15 +00:00
doc fix [#28191] Exception when enabling a script for a newer Blender build 2011-08-09 14:16:22 +00:00
extern cmake: cleanup include paths, some duplicates and going up some unneeded dirs. 2011-07-17 09:11:13 +00:00
intern Fix #28265: blender 2.59 not starting on OS X with old ndof driver. 2011-08-17 15:01:26 +00:00
release fix for undo issues with generic, multi-purpose WM_OT_context* operators, operators now check if they modify certain ID data (not screne, wm, brush or scene) and only do undo in those cass. 2011-08-18 16:01:11 +00:00
source misc changes to unterface & undo 2011-08-18 19:07:37 +00:00
CMakeLists.txt fix for building ndof with cmake on osx 2011-08-07 15:06:35 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile turns out recent commit made 'make' on its own fail. 2011-08-16 13:45:17 +00:00
SConstruct Commiting patch from jensverwiebe for NDOF support on OSX 2011-08-11 15:59:19 +00:00