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
path: root/source
AgeCommit message (Expand)Author
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-14Mesh Drawing:Campbell Barton
2013-04-13code cleanup: more minor changes for editmesh face drawing.Campbell Barton
2013-04-13code cleanup: editmesh draw functions, make face drawing more consistent.Campbell Barton
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-13Accidentally left in test function. All's fine now!Ton Roosendaal
2013-04-13Fix compilation, ifdef test_file just in case it is useful for later.Antony Riakiotakis
2013-04-13Cycles / Save Buffers:Thomas Dinges
2013-04-13Bug fix #34896Ton Roosendaal
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-13Allow rake/random brush rotation for random mapping mode. SomeAntony Riakiotakis
2013-04-13Fixes:Antony Riakiotakis
2013-04-12oversight on scons, this should fix.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-12Add property update for radial control operator. It will be necessaryAntony Riakiotakis
2013-04-12Fix for user count when adding a new library node tree. This needs to decreas...Lukas Toenne
2013-04-12Fix #34322: cycles crash with (undo) save during threaded render. The mesh saveBrecht Van Lommel
2013-04-12Fix #34961: camera fly mode would reset camera scale.Brecht Van Lommel
2013-04-12Blender is compilable with strict compiler flags againSergey Sharybin
2013-04-12Adding scrollbar default to Python console and Python Info log.Ton Roosendaal
2013-04-12Added 'move' functions to the inputs and outputs node socket collections (sim...Lukas Toenne
2013-04-12minor edit to bake printouts which could get mixed because of \r.Campbell Barton
2013-04-12Removed a lot of now-unnecessary checks from node RNA. The typeinfo pointers ...Lukas Toenne
2013-04-12Image draw method optionSergey Sharybin
2013-04-12Made the update callback in bNodeTree registerable in RNA, this was still mis...Lukas Toenne
2013-04-12Small change to the node space RNA function for opening a node group: pass th...Lukas Toenne
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-12bge fix: framing mode "Expanded" not updated when resizing blenderplayerDalai Felinto
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11Related to #34558: clarify the description for the "default" parameter in bpy...Brecht Van Lommel
2013-04-11Correct stub for snapObjectsRayExJens Verwiebe
2013-04-11Add stub for snapObjectsRayExJens Verwiebe
2013-04-11Add stub for snapObjectsRayExJens Verwiebe
2013-04-11And another compile fix for Windows / scons for r55946.Thomas Dinges
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 #34956: rendering animation with audio would crash with an older ffmpegBrecht Van Lommel
2013-04-11Fix issue with bright frames appearing in clip editor when compositor is open.Sergey Sharybin
2013-04-11Fix #34954, due to hardcoded key release it was impossible to change keyAntony Riakiotakis
2013-04-11Fix #34929: windows would show a "No disk in drive" error popup when one of t...Brecht Van Lommel
2013-04-11Fix for material icon rendering with cyclesSergey Sharybin