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-04-11PyAPICampbell Barton
2010-04-11py api file renameCampbell Barton
2010-04-10rna/py/reference doc improvements..Campbell Barton
2010-04-10rna reference docs, list inherited properties and functions at the bottom of ...Campbell Barton
2010-04-10dont document parent classes funcs and propertiesCampbell Barton
2010-04-07Added tongue and neck rigs. The neck rig is quite solid, I think, and is wor...Nathan Vegdahl
2010-04-06- new docstrings for bpy.type.Struct methods & some corrections.Campbell Barton
2010-04-04pep8 cleanupCampbell Barton
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-03-30* Multiply for panorama camerasBrecht Van Lommel
2010-03-21[#21682] help() doesn't work in the consoleCampbell Barton
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-03-15pep8 warningsCampbell Barton
2010-03-08workaround for [#21486] Python debuger pdb don't workCampbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-03-01bugfix [#21405] Error on loading of thumbnails from network renderer [27204]Campbell Barton
2010-02-28remove so-called security patch,Campbell Barton
2010-02-27store vars in py operators in the instance rather then the operator classes.Campbell Barton
2010-02-26rename extension to addon after discussion with meta-androcto & mindronesCampbell Barton
2010-02-24allow cloth sim for linked duplicates, not many people use this but we need f...Campbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-22Made a more generic rig type for giving animators direct control over shape k...Nathan Vegdahl
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-21Better code to prevent loading scripts from .blender/scriptsMartin Poirier
2010-02-21temp workaround for blender loading 2.4x scripts in ~/.blender/scriptsCampbell Barton
2010-02-19fix for empty xyz axis text drawing ontop of everything.Campbell Barton
2010-02-17topology based mirror, (from apricot branch)Campbell Barton
2010-02-16update for missing docs & dont include operator classes in sphinx docs.Campbell Barton
2010-02-16ignore scripts that are loaded twice rather then raising an error.Campbell Barton
2010-02-15Rigify:Nathan Vegdahl
2010-02-15make it so an error registering/unregestering wont stop loading scripts, just...Campbell Barton
2010-02-15[#21141] boring segfault on F8/"reload scripts", 26878, backtraceCampbell Barton
2010-02-15initial support for extensions in the user preferencesCampbell Barton
2010-02-14autocompete was matching import_foo as import keyword.Campbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-13Remove debug printMartin Poirier
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