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-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-11-08SVN maintenance.Guillermo S. Romero
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-10-17docs / clenup (no functional code changes)Campbell Barton
2011-10-02Fix for [#28792] Invalid 'aud' documentation examples.Joerg Mueller
2011-09-15- include enum names and descriptions in sphinx generated documentationCampbell Barton
2011-09-08fix for misc py errors + some pep8 edits.Campbell Barton
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-23add warning about misuse of ID.user_clear() since it can crash blender.Campbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-26py api:Campbell Barton
2011-07-13SVN maintenance.Guillermo S. Romero
2011-07-08example of Physics Constraints module :)Dalai Felinto
2011-07-08fix for exampleCampbell Barton
2011-07-06an example for blf - a basic Hello World (for bge, not blender)Dalai Felinto
2011-07-06new example for bge.texture, a basic texture replacementDalai Felinto
2011-07-06moving bge.texture example to an external fileDalai Felinto
2011-06-27remove some unused flags and correct aud example headingCampbell Barton
2011-06-27basic sound playback example for audspace moduleDalai Felinto
2011-06-21pep8 complianceCampbell Barton
2011-06-20- add example for python rna property updateCampbell Barton
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-24use PyDoc_STRVAR macro, so its possible to build without docstrings.Campbell Barton
2011-05-24loading data with bpy.data.libraries.load(), now swaps out the strings in the...Campbell Barton
2011-04-29spelling corrections.Campbell Barton
2011-04-10- background job style cleanup.Campbell Barton
2011-04-08can't include titles in function examples.Campbell Barton
2011-04-04[#26768] 2.57 - sys.path not initialized properlyCampbell Barton
2011-03-31examples for keyframing nested paths. based on report from user der_On's repo...Campbell Barton
2011-03-26optparse module is deprecated, use new argparse module in background job temp...Campbell Barton
2011-03-18add sphinx api reference note that menu's layout.operator_context defaults to...Campbell Barton
2011-03-14bpy.types.libraries.load sphinx doc & examples (doc system needed some updates).Campbell Barton
2011-02-25add NDEBUG to scons release flags + some pep8 cleanup for examples.Campbell Barton
2011-02-22correct exampleCampbell Barton
2011-02-18SVN maintenance.Guillermo S. Romero
2011-02-18examples for bpy.propsCampbell Barton
2011-02-18render engine example thanks to dougal2.Campbell Barton
2011-02-18python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup ...Campbell Barton
2011-02-16sphinx doc gen: multiple examples possible and include the scripts docstring ...Campbell Barton
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-05mathutils rotate functions for Euler/Quaternion/Matrix/Vector types.Campbell Barton
2010-10-13== python api doc ==Luca Bonavita