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-13fix for sphinx doc generationCampbell Barton
2010-09-13bugfix [#23001] Addons do not unregister properly in Blender 2.5.3Campbell Barton
2010-09-11pyrna: replace method for operators forwarding getattr/setattr access from se...Campbell Barton
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.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-08addon improvements/fixesCampbell Barton
2010-09-08new bpy function bpy.path.module_names(path, recursive=False)Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-02bugfix [#23635] property limits don't work when added via scripting\Campbell Barton
2010-09-02rna context renameCampbell 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-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
2010-08-27bugfix [#23534] Custom Properties not showing in OBJECT panelCampbell Barton
2010-08-27fix some errors in rigify caused by recent api changesCampbell Barton
2010-08-27rna api changesCampbell Barton
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-20rna remaining that negates valuesCampbell Barton
2010-08-19fixes for recent renamingCampbell Barton
2010-08-18utility function for updating animation system values when RNA changes.Campbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-17- rna_info.py now outputs array length with types eg. float[16].Campbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-11python declarative UICampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10include rna parent class names in renaming listCampbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-09[#23228] Play rendered animation is not workingCampbell Barton
2010-08-07Experemental XML UI, define panels/menus/headers which load at startup like p...Campbell Barton
2010-08-06fix for missing importCampbell Barton
2010-08-06adding back pep8 tag removed r31089.Campbell Barton
2010-08-06SVN maintenance.Guillermo S. Romero
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-08-03py/rna update, reload works again.Campbell Barton
2010-08-02use try/except when unloading modules too.Campbell Barton
2010-08-02give better feedback when a class doesnt register correctly.Campbell Barton