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-02-12correct fsf addressCampbell Barton
2010-02-11bpy.utils.home_paths, use this to get script paths for the user/local/system ...Campbell Barton
2010-02-10fix for python not being able to call operators with a executuon context.Campbell Barton
2010-02-03Eh... stupid me. Left a duplicate main function in the rig type.Nathan Vegdahl
2010-02-03Added a new rig type "shape_key_transforms" that drives shape keys based on t...Nathan Vegdahl
2010-02-02Updates to mouth rig. Old method didn't work well in combination with shape ...Nathan Vegdahl
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-02-01Fix loading python modules (like netrender)Martin Poirier
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-31pep8 changes to rigify (minor warnings still there)Campbell Barton
2010-01-31white space commit, so the actual changes in the next commiy wont be so hard ...Campbell Barton
2010-01-30bugfix [#20638] not loading script in user script directory when startupCampbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2010-01-29Add cfg folder for keyconfigs (and possibly others later) to be imported afte...Martin Poirier
2010-01-28missed some files last commit.Campbell Barton
2010-01-28move bpy.load_scripts --> bpy.utils.load_scriptsCampbell Barton
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-27slice assignment wasnt running the properties update function (setting object...Campbell Barton
2010-01-26[#20046] 2.5 "bridge faces" tool doesn't delete original selectionCampbell Barton
2010-01-26Rigify:Nathan Vegdahl
2010-01-26update tagged objects in the scene after calling each operator, this makes ru...Campbell Barton
2010-01-25make exception a bit nicer (since wiki docs dont make much sense how it was b...Campbell Barton
2010-01-25Rigify now generates the rig into the same armature every time, so you don't ...Nathan Vegdahl
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-24Forgot to rename use_return in this script as well.Elia Sarti
2010-01-23- panel python templateCampbell Barton
2010-01-22- bugfix (user supplied fix) [#20745] makesrna with rename error.Campbell Barton
2010-01-22continue when there are errors on reloading scriptsCampbell Barton
2010-01-22initial sphinx doc generation support for python and C modules.Campbell Barton
2010-01-21- temp marker rename in menu (using python or the outliner isnt fun)Campbell Barton
2010-01-20Patch from Jochen Schmitt, (various distro's had patched this)Campbell Barton
2010-01-19Rigify:Nathan Vegdahl
2010-01-19Added eyeball and eyelid rig types to rigify.Nathan Vegdahl
2010-01-18append/prepend class methods for the header and panels (previously only worke...Campbell Barton
2010-01-18python script reloading (f8)Campbell Barton
2010-01-17fixed sphinx doc generatorCampbell Barton
2010-01-13UV mirror tool (copies UVs from one side of the mesh to the other)Campbell Barton
2010-01-12- bugfix [#20654] the property edge_face_count of the Mesh-Object does not workCampbell Barton
2010-01-12[#20646] 2.5 does not load python scripts with multiple dots in the filenameCampbell Barton
2010-01-10new rig types from CessenCampbell Barton
2010-01-10rename rig types not to have generic in the name (Cessens decission)Campbell Barton
2010-01-10patch from Cessen, update to metarigs and some changes to the rigging main loop.Campbell Barton
2010-01-10RNA/Py APICampbell Barton
2010-01-08custom properties panels for most ID types. use subclassing to keep panel UI ...Campbell Barton
2010-01-07- leg_quadruped_generic missing importsCampbell Barton
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-05dict.get() defaults to None as the second arg. no need to supply it.Campbell Barton
2010-01-04object.group_users, object.scene_usersCampbell Barton
2010-01-03bound box check for retopo grease pencil convertsion before spline intersecti...Campbell Barton