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-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-12library loading api.Campbell Barton
2011-03-09py/ui: ensure extensions which add draw functions for menus/headers/panels al...Campbell Barton
2011-03-07Py/Operators: FBX Exporter setting order was still randomized.Campbell Barton
2011-03-03fix for own error [#26310] "Randomize Transform" operator has widgets jumbledCampbell Barton
2011-02-28complete lazy loading of py modules to use to a reduced set of pythons module...Campbell Barton
2011-02-21Editbone length was still using "normalize()" instead of "normalized()"Nathan Vegdahl
2011-02-21bug [#26089] editbone.transfrom() seems to mess up bone roll (by more than fl...Campbell Barton
2011-02-18python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup ...Campbell Barton
2011-02-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton
2011-02-11UI functions added to existing UI classes (operators adding their own menus f...Campbell Barton
2011-02-11use weak references for the internal metaclass typemap,Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-05update for changes in mathutils.Campbell Barton
2011-01-18recent commit broke Mesh.from_pydata()Campbell Barton
2011-01-18document Mesh.from_pydata() [#25688] undocumted functions in pyapiCampbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-11-15bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong defau...Campbell Barton
2010-11-15revert change from r32955.Campbell Barton
2010-11-14update for mathutils vector/matrix order change.Campbell Barton
2010-11-09[#24602] Netrender master node IP information is reset to [Default] no matter...Martin Poirier
2010-11-08bugfix [#24583] Mesh.from_pydata does not properly construct facesCampbell Barton
2010-11-02[#24491] not possible to create a new Rendering preset than "add render prese...Campbell Barton
2010-10-11bones were not being metaclassed properly so that custom rna prop's couldn't ...Campbell Barton
2010-09-15bugfix [#23833] Console Errors (Keymaps)Campbell Barton
2010-09-14button to remove presets.Campbell Barton
2010-09-13fix for sphinx doc generationCampbell 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-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-07ran through pep8 checkerCampbell Barton
2010-08-27rna api changesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
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
2010-08-02update userpref's addon code to support new register/unregister, now the modu...Campbell Barton
2010-08-02minor changes to registration before committing addons fixesCampbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-15use dict comprehension where possibleCampbell Barton