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
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
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-02Progress indicator in the application iconDamien Plisson
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-15fix [#22007] Saving a read-only file on windows : no warning and temporary fi...Andrea Weikert
2010-04-04Added a new 'straight line' gesture type that can be used in any operator.Matt Ebb
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-20patch #21680 from Richard OlssonCampbell Barton
2010-03-10filebrowser:Andrea Weikert
2010-03-05Bringing back "Auto Start" option in the Game Menu.Dalai Felinto
2010-02-12correct fsf addressCampbell Barton
2010-02-01Remove NO_CONTEXT flag from enum when copying operator properties to the oper...Martin Poirier
2010-02-01Fix #20891: opengl animation render could mess up the view.Brecht Van Lommel