blender/release
Campbell Barton 5f40c0e9a5 - operator presets now work in the 3D view as well as the file selector.
to enable from python:
  bl_options = {'REGISTER', 'UNDO', 'PRESET'}

from C:
  ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO|OPTYPE_PRESET;

- added context member 'active_operator'
- enable this for 'Add Torus' for testing.
2011-11-08 16:59:06 +00:00
..
bin SVN maintenance. 2011-10-25 13:44:35 +00:00
datafiles Fix #29198: Problem with text interface when you enable the International fonts 2011-11-08 15:12:41 +00:00
freedesktop synched with trunk at revision 36569 2011-05-16 20:30:59 +00:00
plugins Remove some more $Id$ that still were left after r41227 and r41228. 2011-10-23 19:01:59 +00:00
scripts - operator presets now work in the 3D view as well as the file selector. 2011-11-08 16:59:06 +00:00
text remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
windows remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
environment-macosx Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-mswindows set svn end of lines to native 2011-05-09 08:15:38 +00:00
environment-unix Continue development of bfile system. 2009-10-19 18:44:09 +00:00