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-04-13Node editor: create the toolbar area right at the start in node space, in ord...Lukas Toenne
2013-04-13Fix: uiBlockSetNFunc was using uiButHandleFunc as param signature, instead of...Bastien Montagne
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-04-13Usability fix, own collection.Ton Roosendaal
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-13improved tooltips even more (as discussed in IRC)Gaia Clary
2013-04-13improved tooltipsGaia Clary
2013-04-13Add update to brush texture preview when brush is changed. SolvesAntony Riakiotakis
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-13Fixes:Antony Riakiotakis
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-12Fix for user count when adding a new library node tree. This needs to decreas...Lukas Toenne
2013-04-12Fix #34961: camera fly mode would reset camera scale.Brecht Van Lommel
2013-04-12Adding scrollbar default to Python console and Python Info log.Ton Roosendaal
2013-04-12Image draw method optionSergey Sharybin
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11Compile fix for r55970. Thomas Dinges
2013-04-11Fix #34817: improve OpenGL preview render speed, it got quite a bit slower si...Brecht Van Lommel
2013-04-11Fix #34954, due to hardcoded key release it was impossible to change keyAntony Riakiotakis
2013-04-11Fix for material icon rendering with cyclesSergey Sharybin
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-11py api:Campbell Barton
2013-04-11fix for crash in own recent commit. searchbox's need their own keynav state s...Campbell Barton
2013-04-11fix [#34936] Unable to select items using only the arrow keysCampbell Barton
2013-04-11correction to own recent changes to exitmode using axis-matrix, fallback to o...Campbell Barton
2013-04-10Add a gui control for setting omp threads in fluidsJens Verwiebe
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-04-09BGE: Non-mesh objects (lamps, empties, group instances, etc.) are now "No Col...Mitchell Stokes
2013-04-09rigidbody operators poll functions were mixing up CTX_data_active_object/ED_o...Campbell Barton
2013-04-09code cleanup: abbreviations ob, con - aren't normally used in global identifi...Campbell Barton
2013-04-09Pressing Ctrl+R when blender was built without bullet would crash.Campbell Barton
2013-04-08Compatibility and robustness:Antony Riakiotakis
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-08Texture tools robustness:Antony Riakiotakis
2013-04-08A few more UI messages fixes...Bastien Montagne
2013-04-08rewind part of r55893, smooth-view for pan was annoying with mousewheel.Campbell Barton
2013-04-08fix for various crashes from incorrect poll functions.Campbell Barton
2013-04-08fix for own mistake in recent adjustments to transform, local without individ...Campbell Barton
2013-04-08Fix [#34920] Hit Spacebar, search for freestyle, click Move Freestyle Module ...Bastien Montagne
2013-04-08fix [#34900] Building blender as a python module is broken in trunkCampbell Barton
2013-04-08fix [#34903] Lock Camera to View allows Numpad orbit, but not Numpad panCampbell Barton
2013-04-08style cleanupCampbell Barton
2013-04-08inset and bevel could both be activated when there was no selection.Campbell Barton
2013-04-08fix [#34918] Interactive bevel doesn't accept +/- keys to change # of segment...Campbell Barton
2013-04-08fix [#34905] Text editor: replacing matches by empty string not allowedCampbell Barton
2013-04-08fix for fix: re-activating buttons to fix [#33466], meant the icon didn't get...Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges