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
2011-02-27- use Py_CLEAR for python internally referencing other PyObjects (supposed to...Campbell Barton
2011-02-27cyclic gc support for KX_PythonSeqCampbell 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-25follow up on patch [#26215], not all weakref references were ifdef'dCampbell Barton
2011-02-25fix for scons with recent change to how BINRELOC is enabled via cmake.Campbell Barton
2011-02-25patch [#26215] Python weak reference (weakref) support for game objectsCampbell Barton
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-25doxygen: tag blenderplayer stubs.Nathan Letwory
2011-02-25doxygen: gameengine/VideoTexture tagged.Nathan Letwory
2011-02-25doxygen: gameengine/SceneGraph tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Rasterizer tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Physics tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Network tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Ketsji tagged.Nathan Letwory
2011-02-25doxygen: gameengine/GamePlayer tagged.Nathan Letwory
2011-02-25doxygen: gameengine/GameLogic tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Expressions tagged.Nathan Letwory
2011-02-25doxygen: gameengine/Converter tagged.Nathan Letwory
2011-02-25doxygen: gameengine/BlenderRoutines tagged.Nathan Letwory
2011-02-25doxygen: kernel/gen_system tagged.Nathan Letwory
2011-02-25doxygen: kernel/gen_messaging tagged.Nathan Letwory
2011-02-25needed for building without pythonCampbell Barton
2011-02-25bugfix #26211M.G. Kishalmi
2011-02-25Small fix from sambler.Nathan Letwory
2011-02-25doxygen: small fixes and tag addingNathan Letwory
2011-02-25fix #if errors, add defined() in proper placesNathan 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
2011-02-24remove 2 unnecessary checks for array type before assignment. Campbell Barton