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
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-10-02Fix warning in collada operator after a recent commit.Brecht Van Lommel
2010-10-02Fix #24098: new file and load factory settings sharing same hotkey.Brecht Van Lommel
2010-10-02Fix #23629: Layers doesn't sign there are objects on them, only if the object...Sergey Sharybin
2010-10-01Add distance check in lasso generation to get a smoother lasso.Nathan Letwory
2010-09-28.B25.blend -> startup.blendNathan Letwory
2010-09-28Fix [#23977] toggle back to object mode not working (outliner issue)Nathan Letwory
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-27Fix typo that broke build on OSX.Ken Hughes
2010-09-26* Fixing Link to Release Logs. Thomas Dinges
2010-09-22After discussion with Campbell (ideasman) on IRC I reorganized notifiers and ...Nathan Letwory
2010-09-20bugfix [#23813] Memory leak when importing bvhCampbell Barton
2010-09-18Fixed problems with outliner update in same cases caused by my previous commit.Sergey Sharybin
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-18Apply patch [#23846] Fix for [#23698] in File Browser system. Properly remove...Nathan Letwory
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-17fix for some errors when saving blend files.Campbell Barton
2010-09-15Apply patch [#23809] Blender.exe -W supportNathan Letwory
2010-09-13bugfix [#23001] Addons do not unregister properly in Blender 2.5.3Campbell Barton
2010-09-12building without python was brokenCampbell Barton
2010-09-11- py api splash URL was old, use blender version (menu was ok in the menu)Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06bugfix [#23674] Fix for texture path corruptions (bug 23337)Campbell Barton
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
2010-09-06revert keymap name commit, matt says everything should be '2D View', '3D View...Campbell Barton
2010-09-06rename '3D View' keymap, since its know as 'View 3D' for other areas of the k...Campbell Barton
2010-08-31patch [#23585] Fix for [#23553] in File Selector; Multiple Calls of SelectorCampbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-31Fix [#23592] WM draw method detection fails for Mesa's software rasterizer.Nathan Letwory
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-28Fix #23363: Layer buttons do not update when last object deletedSergey Sharybin
2010-08-27ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now ...Campbell Barton
2010-08-26When loading a default file, the default path could't always be initialized.Campbell Barton
2010-08-25bugfix [#23456] context.main.filepath lost after undoCampbell Barton
2010-08-20Fix #23336: radial control crashing or not showing correct colors in modesBrecht Van Lommel
2010-08-16- finished RNA renaming for reviewCampbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-13bugfix [#22845] Python operators dont free report listCampbell Barton
2010-08-13added include for offsetof(), also use <string.h>, not "string.h"Campbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-08-13minor changes to rna/python.Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-06Fix for silly mistake in overlap draw mode code, still drawing too much.Brecht Van Lommel
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel