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
2013-06-07Usablity:Ton Roosendaal
2013-06-06style cleanupCampbell Barton
2013-06-04Fix #35624: rendering to a new window, then switching scene in the main window,Brecht Van Lommel
2013-06-03fix [#35501] Operator log: some property changes log as [...].(null) = ...Campbell Barton
2013-06-03fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-06-01Bug fix, own collection while testingTon Roosendaal
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-05-26fix for incorrect type casting when checking macros exec() functions.Campbell Barton
2013-05-26Live resize on Windows. Based on Ton's patch for mac.Alexander Kuznetsov
2013-05-25Solving ancient Blender window sizing issue;Ton Roosendaal
2013-05-23Bug fix #35481Ton Roosendaal
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-05-17More work on 3d view render:Ton Roosendaal
2013-05-17fix for crash with toggle-drag on a popup (when the popup is closed while dra...Campbell Barton
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-15Fix action zones not drawing properly while sculpting, due to recent bugfix.Brecht Van Lommel
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-13Fix #35337: sculpt performance regression, partial redraw was not working any...Brecht Van Lommel
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-07Fix OS X 32 bit build error, and bring buildbot config in sync with default.Brecht Van Lommel
2013-05-02Revert fix for #34822Ton Roosendaal
2013-04-30fix [#35156] Edge slide gg shortcut brings up wrong settings.Campbell Barton
2013-04-29move modal view3d keymaps out of main list of keymaps into the view3d section.Campbell Barton
2013-04-26edgeslide fixes/tweaksCampbell Barton
2013-04-26add support for macro redo if all operators in the macro have an exec()Campbell Barton
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-18Bug fix #34822Ton Roosendaal
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-13Bug fix #34896Ton Roosendaal
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-04-12Add function to query maximum texture size. Also, make texture uploadAntony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-12Add property update for radial control operator. It will be necessaryAntony Riakiotakis
2013-04-10alternate solution for r55921 which was calling invoke() from exec(), which s...Campbell Barton
2013-04-09temporary fix for saving custom template files similar to startup .blend fileGaia Clary
2013-04-08fix for bug where notifiers could hold pointers to freed data which listeners...Campbell Barton
2013-04-06svn merge ^/trunk/blender -r55815:55840Sergey Sharybin
2013-04-05Keep brush overlays below panels in triple buffer mode.Antony Riakiotakis
2013-04-05svn merge ^/trunk/blender -r55813:55815Campbell Barton
2013-04-05code cleanup: quiet some warnings and styleCampbell Barton
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton