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/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-27doxygen: fixesNathan Letwory
2011-02-27== CMake Win ==Andrea Weikert
2011-02-27== UI icons ==Andrea Weikert
2011-02-27== UI icons ==Andrea Weikert
2011-02-27Bugfix, own collection.Ton Roosendaal
2011-02-27Info > Help Menu:Thomas Dinges
2011-02-27== UI icons ==Andrea Weikert
2011-02-27Fixes for undo when suclpting on deformed mesh:Sergey Sharybin
2011-02-27replace import *'s with named imports (using * is convenient for some scripts...Campbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-27lazy load pydoc module. move help() replacement into console code rather then...Campbell Barton
2011-02-272.5 Transform Operator:Thomas Dinges
2011-02-272.5 particle UI File:Thomas Dinges
2011-02-272.5 Constraint Ui File:Thomas Dinges
2011-02-27small UI cleanup - "Mouse Cursor" instead of "Show Mouse" and s/subcol/sub an...Dalai Felinto
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-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-26Image Editor:Thomas Dinges
2011-02-26Sampling float colors in Image Editor only showed 3 digits precision.Ton Roosendaal
2011-02-26clean whitespaceCampbell Barton
2011-02-26port of function from 2.4x's BPyMesh.py thanks to 'merlin_' on IRC.Campbell Barton
2011-02-262.5 UI Scripts:Thomas Dinges
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-26qtcreator project generator now includes defines and correct include paths.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-26recent changes to svn broke rpm builder, also include rpm version infoCampbell Barton
2011-02-25SVN maintenance.Guillermo S. Romero
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-25add NDEBUG to scons release flags + some pep8 cleanup for examples.Campbell Barton
2011-02-25pep8 cleanupCampbell Barton
2011-02-25Bug fix, irc report.Ton Roosendaal
2011-02-25use flag _DEBUG, not DEBUG.Campbell Barton
2011-02-25follow up on patch [#26215], not all weakref references were ifdef'dCampbell Barton