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
2010-09-11Retag to include some last-minute changesv2.54Nathan Letwory
2010-09-11Remove tag for retagNathan Letwory
2010-09-11new materials and cameras had incorrect usercounts when added from pythonCampbell Barton
2010-09-11incorrect docstringCampbell Barton
2010-09-11- camera max zoom limit was inconsistentCampbell Barton
2010-09-11- py api splash URL was old, use blender version (menu was ok in the menu)Campbell Barton
2010-09-11Fixed the splash screen: previous had incorrect colour, typography, no transp...Matt Ebb
2010-09-11Fix for own stupid bug the other day, messed up the gradients in selected/des...Matt Ebb
2010-09-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-09-10Part 4 of 2.54 beta commits (last)Ton Roosendaal
2010-09-10Part 3 of 2.54 commits (1 more!)Ton Roosendaal
2010-09-10Part 1 of 2.54 beta build commitTon Roosendaal
2010-09-10fix for error updating rigify UI classesCampbell Barton
2010-09-10Bug #23715: patch by Jan Diederich to avoid having duplicate IDs after they a...Arystanbek Dyussenov
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-09-10Fix for [#23090] Blender 2.5 : move object to new layer crashes BlenderJanne Karhu
2010-09-10Fix #23742: a NURBS surface created with two joined curves crashes Blender on...Sergey Sharybin
2010-09-10remove redundant buffer character positioning code & remove attr keyword argu...Campbell Barton
2010-09-10bugfix [#23607] Render Stamp, incorrect apostrophe Y position.Campbell Barton
2010-09-10patch [#23749] IntVectorProperty missing step [patch]Campbell Barton
2010-09-10Fix bug caused by someone else's error.Martin Poirier
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.Campbell Barton
2010-09-09definition/syntax edits for operators and rna (no functional changes)Campbell Barton
2010-09-09fix for addons UI with recent rna changes,Campbell Barton
2010-09-09fix crash for calling setattr with a non-string attribute and warning.Campbell Barton
2010-09-09Partial fix for [#21948] Full sample motion blur with cloth - cloth and colli...Janne Karhu
2010-09-09Bug #23715 in COLLADA exporter: prepend an '_' to the ID if it starts with an...Arystanbek Dyussenov
2010-09-09Patch by Jan Diederich, fixes bug #23715 in the COLLADA exporter.Arystanbek Dyussenov
2010-09-09Fix for [#23734] Force Fields Min/Max don't workJanne Karhu
2010-09-09remove class methods for defining propertiesCampbell Barton
2010-09-09- fix for using ['prop'] in RNA apiCampbell Barton
2010-09-09support for defining rna class properties as class attributesCampbell Barton
2010-09-09== Multires ==Nicholas Bishop
2010-09-09bugfix [#23725] bpy.context.window_manager.Campbell Barton
2010-09-08Fix for [#23736] Network render - error in file: release\scripts\io\netrender...Thomas Dinges
2010-09-08Partial fix for [#23714] Linked instance group with particles doesn't render ...Janne Karhu
2010-09-08py/rna internalsCampbell Barton
2010-09-08bpy.props.* option to pass the first arg as a class. Campbell Barton
2010-09-08Apply patch [#23632] Allow single quotes in RNA paths.Nathan Letwory
2010-09-08Hair disconnect/connect wasn't working properly.Janne Karhu
2010-09-08Commit patch [#23685] Cleanup/crashfix for AA using win32 ghost.Nathan Letwory
2010-09-08addon improvements/fixesCampbell Barton
2010-09-08new bpy function bpy.path.module_names(path, recursive=False)Campbell Barton
2010-09-08bugfix [#23720] Performing an object operation in the Outliner in Visible Lay...Campbell Barton
2010-09-08patch [#23717] Another install target fix for cmake/linuxCampbell Barton
2010-09-08bugfix [#23722] Artifact in 3D View with empties saved to default .blend.Campbell Barton
2010-09-08* Increase Ray Depth Property Range, request by Conz.Thomas Dinges
2010-09-08Fix [#23716] Add background image brokenNathan Letwory
2010-09-07ran through pep8 checkerCampbell Barton