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-02-27doxygen: blender/blenpluginapi tagged.Nathan Letwory
2011-02-27doxygen: blender/collada tagged.Nathan Letwory
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27doxygen: blender/gpu tagged.Nathan Letwory
2011-02-27doxygen: blender/ikplugin tagged.Nathan Letwory
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-27doxygen: blender/nodes tagged.Nathan Letwory
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-27doxygen: blender/quicktime tagged.Nathan Letwory
2011-02-27doxygen: blender/readblenfile tagged.Nathan Letwory
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-27== UI icons ==Andrea Weikert
2011-02-27Bugfix, own collection.Ton Roosendaal
2011-02-27== UI icons ==Andrea Weikert
2011-02-27Fixes for undo when suclpting on deformed mesh:Sergey Sharybin
2011-02-272.5 Transform Operator:Thomas Dinges
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-27Grease Pencil stroke smoothing cleanup - making this less susceptibleJoshua Leung
2011-02-27Small animation tweaks:Joshua Leung
2011-02-26Sampling float colors in Image Editor only showed 3 digits precision.Ton Roosendaal
2011-02-26Bugfix #26231Ton Roosendaal
2011-02-26fix for 'live edit', running python scripts as you typeCampbell Barton
2011-02-26use const char for return values of getenv().Campbell Barton
2011-02-26Bugfix #26221Ton Roosendaal
2011-02-26fix [#26227] "Sequence must have 2 items total, not -2"Campbell Barton
2011-02-26Bugfix: In Action Editor, when "show pose markers" was enabled, allJoshua Leung
2011-02-26Added operator which makes selected scene markers into local 'pose'Joshua Leung
2011-02-25Fix #26158: The layer hight of the layer tool cannot longer be controled by t...Sergey Sharybin
2011-02-25Bugfix #26174Ton Roosendaal
2011-02-25Bug fix, irc report.Ton Roosendaal
2011-02-25fix for scons with recent change to how BINRELOC is enabled via cmake.Campbell Barton
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-25needed for building without pythonCampbell Barton
2011-02-25bugfix #26211M.G. Kishalmi
2011-02-25doxygen: small fixes and tag addingNathan Letwory
2011-02-25Fix for [#26205] Crash when duplicating windowJanne Karhu
2011-02-25internal operator/wm/macro function: dont crash if operators are not found (w...Campbell Barton
2011-02-25remove warning left in by mistake and comment unused function.Campbell Barton
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ...Campbell Barton
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-24Fixed memory leak in group nodes. Only buffers from exposed sockets should re...Lukas Toenne
2011-02-24remove unused functions, aligning to selection can be done with Shift+Numpad,...Campbell Barton
2011-02-24patch [#26187] Cleaning #include <malloc.h>Campbell Barton
2011-02-24Fix for [#26197] High resolution smoke cache not available due to pointcache ...Janne Karhu
2011-02-24found moving verts in pythons 2.5 api is approx 10x slower because the multi-...Campbell Barton