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-03-02Logic Editor: "Python Controller" NOT "Python Script Controller"Dalai Felinto
2011-03-01Fix #26218: texture paintSergey Sharybin
2011-03-01Bugfix #26243Ton Roosendaal
2011-03-01Bugfix #26249Ton Roosendaal
2011-03-01Bugfix #26251Ton Roosendaal
2011-03-01Py/RNA Stability: don't allow python to reference freed ID's and crash.Campbell Barton
2011-03-01Typo in last commit, changing variable name for more readable code...Ton Roosendaal
2011-03-01Fix [#26207] Render.exe mangles paths in mysterious and awesome waysNathan Letwory
2011-03-01Bug fixes #26236 #26237 Ton Roosendaal
2011-03-01Small fix for node drawing: nodes with no sockets now have a minimum height t...Lukas Toenne
2011-03-01Py/RNA API test code to prevent crashing blender when python references freed...Campbell Barton
2011-03-01fix for error in recent cmake editsCampbell Barton
2011-03-01bpy/rna support for invalidating objects.Campbell Barton
2011-03-01missed these last commit.Campbell Barton
2011-02-28BGE fix: complement to recent patch for Rigid Body Constraint. patch by Juha ...Dalai Felinto
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-28Bug fix: Render and 3d view conflict over ob->imatJanne Karhu
2011-02-28Fix [#26213] Collada exporter id's not uniqueNathan Letwory
2011-02-28fix for inconsistency reported as bug [#26245] bpy.data.keys collides with th...Campbell Barton
2011-02-28build system now exclude config-*, turtledemo when copying system python.Campbell Barton
2011-02-28remove unused vars.Campbell Barton
2011-02-28minor change for image invert operatorCampbell Barton
2011-02-27doxygen: blender/avi tagged.Nathan Letwory
2011-02-27doxygen: blender/blenfont tagged.Nathan Letwory
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-27doxygen: blender/blenloader tagged.Nathan Letwory
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== 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-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-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