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-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-25reverse vector multiplication order for some internal functions.Campbell Barton
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-18fix for error caused with module relocation - broke loading ngons in OBJ filesCampbell Barton
2011-06-063D Audio GSoC:Joerg Mueller
2011-05-26move less common mesh operations out of bpy_types into bpy_extras.mesh_utilsCampbell Barton
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