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
2012-12-30add templates menu for OSL, use preprocessor directive color for decorators i...Campbell Barton
2012-12-20Change region drawing callbacks to work much closer to how blender manages th...Campbell Barton
2012-12-20style cleanupCampbell Barton
2012-12-18Fixed operator_modal_view3d_raycast.py template so that it uses hit points in...Luke Frisken
2012-12-01add bmesh.free() to example & templateCampbell Barton
2012-11-30add margin to view fitting view-all/local-view (wasn't obvious with the model...Campbell Barton
2012-11-29bmesh py api: add bmesh.update_edit_mode(), there was no way to redraw the 3d...Campbell Barton
2012-11-29some minor editsCampbell Barton
2012-11-22modify the python stub to include __file__ and __name__, also correct odd ind...Campbell Barton
2012-10-17minor changesCampbell Barton
2012-10-17add a template for a stub script - runs the script relative to the currently ...Campbell Barton
2012-10-12Templates:Thomas Dinges
2012-09-29correct addon example, it used both __doc__ and bl_descriptionCampbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-09-24minor update to panel templates/examples - the panel examples didnt show an o...Campbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-08-25add manual lookup to addon tempalteCampbell Barton
2012-08-22fix for blend_render_info.py not closing file & some edits to comments.Campbell Barton
2012-08-01Docs / Templates:Thomas Dinges
2012-07-05style cleanupCampbell Barton
2012-07-04fix error in node template and quiet warning.Campbell Barton
2012-07-01another fix for error in the view raycast templateCampbell Barton
2012-07-01fix for 2 errors in the templateCampbell Barton
2012-07-01python template for doing mouse ray casts to pick objects in the 3d viewport.Campbell Barton
2012-07-01style cleanup: remove '.' from docstring endings and use quotes for descripti...Campbell Barton
2012-06-11minor fixesCampbell Barton
2012-06-11template for python node operatorsCampbell Barton
2012-04-27fix for modal timer template, wasnt updated for changes to themes.Campbell Barton
2012-04-17move rip out into its own fileCampbell Barton
2012-04-17remove the poll function from import/export templatesCampbell Barton
2012-04-17add import operator python template.Campbell Barton
2012-04-11update for changes in the py apiCampbell Barton
2012-03-30updated add mesh template for bmesh. thanks to PKHG for initial conversion.Campbell Barton
2012-03-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-11bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh r...Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-14remove api from addon bl_info, was never used.Campbell Barton
2011-10-23rename user interface operator properties from 'op' to 'props'Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-15- add template for defining custom driver functions.Campbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-08-22pep8 edits and change '!= None' to 'is not None'Campbell Barton
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-10Fix for incorrect parameter amount.Nathan Letwory
2011-08-10fix for error in templateCampbell Barton
2011-08-08use static sets rather then tuples, python optimizes this case.Campbell Barton
2011-08-01fix for templateCampbell Barton
2011-07-29pep8 cleanup, also print message when attempting to run in animation player m...Campbell Barton
2011-07-26set the development cycle to 'beta'.Campbell Barton
2011-07-26py api:Campbell Barton