Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-21wm/operator code:Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2011-12-12add WM_operator_call_notest() for operators that need to call themselves with...Campbell Barton
2011-12-11fix [#29579] Redo brolken when jobs are runningCampbell Barton
2011-12-05Fix #28107: save screenshot operator option to save full screen or only a singleBrecht Van Lommel
2011-11-29Fix #27328: Undoing an operation while baking fluids freezes BlenderSergey Sharybin
2011-11-14fix [#29242] menus have no keyboard shortcutsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21misc cleanupCampbell Barton
2011-09-20fix [#28672] Blender segfault after exiting a game that was opened withCampbell Barton
2011-08-28== Sequencer ==Peter Schlaile
2011-08-12add WM_FILESEL_FILES to WM_operator_properties_filesel, sequencer was doing t...Campbell Barton
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-07-26include menu ID's in tooltips when python tips are enabled, there was no way ...Campbell Barton
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-23fix [#26618] StringProperty with sub_type of FILE_PATH not updated correctly ...Campbell Barton
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-05-18cleanup onlyCampbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-04-20Bugfix #27058Ton Roosendaal
2011-04-07build fix after commit 36036 reported by Tom Edwards over mailing listDalai Felinto
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-14misc small changes:Campbell Barton
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-04Todo item:Ton Roosendaal
2010-12-15bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviour of 'RotateSource' op...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-10bugfix [#24635] "Add Shortcut"Campbell Barton
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-10-19Add operator for toggling cmd box on Windows.Nathan Letwory
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-09-17fix for some errors when saving blend files.Campbell Barton
2010-09-15Apply patch [#23809] Blender.exe -W supportNathan Letwory
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-07-19Add a "copy" option to the save_as_mainfile operator. It saves the current Xavier Thomas
2010-07-04Fix #21062 and #22175: crash with node previews being calculated whileBrecht Van Lommel
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton