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-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
2010-06-19Merged revision 29562 from /branches/soc-2010-nexyon.Joerg Mueller
2010-06-14- option for redraw timer to playback the animationCampbell Barton
2010-06-14naming changesCampbell Barton
2010-06-09more cleanup to bpy.context.copy(), exclude rna values and its self.Campbell Barton
2010-06-09py/rna api:Campbell Barton
2010-06-09pep8, whitespace editsCampbell Barton
2010-06-09python utility property library.users_id: returns a tuple of all ID datablock...Campbell Barton
2010-06-08texture user attributes, users_material, users_object_modifierCampbell Barton
2010-05-25= misc small stuff =Campbell Barton
2010-05-24utility function for mesh data typesCampbell Barton
2010-05-18text utility functions.Campbell Barton
2010-05-06python property - object.scene_usersCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-14* Interaction PresetsMatt Ebb
2010-04-11PyAPICampbell Barton
2010-03-30* Multiply for panorama camerasBrecht Van Lommel