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-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-11Patch [#23759] more replace self.properties.foo --> self.foo for bf-extension...Thomas Dinges
2010-09-10Part 3 of 2.54 commits (1 more!)Ton Roosendaal
2010-09-10fix for error updating rigify UI classesCampbell Barton
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-09-10remove redundant buffer character positioning code & remove attr keyword argu...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-09fix for addons UI with recent rna changes,Campbell Barton
2010-09-09remove class methods for defining propertiesCampbell Barton
2010-09-09support for defining rna class properties as class attributesCampbell Barton
2010-09-08Fix for [#23736] Network render - error in file: release\scripts\io\netrender...Thomas Dinges
2010-09-08addon improvements/fixesCampbell Barton
2010-09-08new bpy function bpy.path.module_names(path, recursive=False)Campbell Barton
2010-09-08Fix [#23716] Add background image brokenNathan Letwory
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-07Windows Installer:Thomas Dinges
2010-09-07bugfix [#23464] Crash on Tab Campbell Barton
2010-09-07bugfix [#23631] Faces and edges missing in edit modeCampbell Barton
2010-09-07in response to bug [#23701] Edit Mode: unable to bind vertex/edge/face select...Campbell Barton
2010-09-07bugfix [#23704] Background image does not support special german lettersCampbell Barton
2010-09-06bugfix [#23697] New Empty Scene lacks World SettingsCampbell Barton
2010-09-06display_properties was being re-defined for each keymap item.Campbell Barton
2010-09-06bugfix [#23552] keymaps big problemCampbell Barton
2010-09-05patch [#23671] [desktop file] add translations and remove deprecated key.Campbell Barton
2010-09-04Bugfix for [#23676] Obj Import fails again.Thomas Dinges
2010-09-03rna api Campbell Barton
2010-09-03sphinx doc genCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-03"Fix" for [#23640] particle system partially indifferent to vertex groupsJanne Karhu
2010-09-03SVN maintenance.Guillermo S. Romero
2010-09-03script for dumping rna api, to be used to generate api changes for release logs.Campbell Barton
2010-09-02patch from venomgfx, show number of textures assigned to lamps and world in t...Campbell Barton
2010-09-02bugfix [#23635] property limits don't work when added via scripting\Campbell Barton
2010-09-02- inconsistent rna names - use 'vertex_group_' as prefix, only ui scripts use...Campbell Barton
2010-09-02Fix for [#23136] Particle display percentage "forgotten" after renderJanne Karhu
2010-09-02rna context renameCampbell Barton
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
2010-09-02Internal Code Renaming:Thomas Dinges
2010-09-01Fix [#23612] OBJ import with imports double texturesNathan Letwory
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
2010-09-01* add missing importsNathan Letwory
2010-09-01finished moving importers and exporters into python packages (as proposed on ...Campbell Barton
2010-09-01poll function for py api operator accessCampbell Barton
2010-09-01excuse the noise, adding type's in format package names.Campbell Barton
2010-09-01moving import/export scripts into packages (just moving scripts, need to add ...Campbell Barton
2010-09-01cleanup duplicate GPL haeders, blender made 2.4x __bpydoc__ into __doc__, rem...Campbell Barton
2010-09-01use mix-in classes for import export operators, these define the filepath pro...Campbell Barton