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
2014-09-18Cleanup: use static sets where possibleCampbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-06-24Fix exampleCampbell Barton
2014-02-13Code cleanup: styleCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2013-11-23Add ctrl-click rename to most lists in Blender UI and templates/examples.Bastien Montagne
2013-10-15sphinx docgen wasn't including example scripts for python methods of RNA types.Campbell Barton
2013-09-29Fix broken example, reported by Codemanx on IRC, thanks.Bastien Montagne
2013-09-18fixes for python api docs.Campbell Barton
2013-08-29UIList: update examples and templates.Bastien Montagne
2013-06-273d text tool - 'insert lorem' was crashing, also add this to the text menu.Campbell Barton
2013-06-23correct example [#35850] documentation error for mathutils.VectorCampbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-14Moved main part of bpy.app.translations doc out of C code, as suggested by Ca...Bastien Montagne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-08Fix uilists showing data names translated (reported on bf-translations ML by ...Bastien Montagne
2013-01-16code cleanup:Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-05Added some python API examples for the new get/set callbacks in bpy.props.Lukas Toenne
2013-01-05Adding some example for new UIList...Bastien Montagne
2012-12-29example use of addon preferences.Campbell Barton
2012-12-01add bmesh.free() to example & templateCampbell Barton
2012-11-28include an example in the api docs for using bmesh operators to make 2 links ...Campbell Barton
2012-10-12* Fix small bug in Python operator example; improved example of modal operatorJiri Hnidek
2012-07-29code cleanup: assign mode to a variable in the 3d view header and remove some...Campbell Barton
2012-06-28document calling operators with undo enabled.Campbell Barton
2012-06-25style cleanupCampbell Barton
2012-06-20style cleanupCampbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-06Added example of basic objects ooperations in Python, liek adding objectSergey Sharybin
2012-05-22style cleanupCampbell Barton
2012-05-02Python: documentation about overriding context members.Brecht Van Lommel
2012-05-01code cleanup: tag unused varsCampbell Barton
2012-04-23add mesh example with docs explaining polygon / loop relationshipCampbell Barton
2012-01-23rst bge touch ups: making the title of the examples slightly more noticeableDalai Felinto
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-05correct api doc examples and a typoCampbell Barton
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
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