blender/release/scripts/templates
Campbell Barton 2a140e93c1 style cleanup
2012-07-04 21:41:05 +00:00
..
addon_add_object.py style cleanup 2012-07-04 21:41:05 +00:00
background_job.py - background job style cleanup. 2011-04-10 15:24:05 +00:00
batch_export.py pep8 cleanup, also print message when attempting to run in animation player mode. 2011-07-29 01:24:03 +00:00
bmesh_simple.py bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh rather than functions in the module. 2012-03-11 02:45:27 +00:00
builtin_keyingset.py replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs) 2011-02-27 15:25:24 +00:00
driver_functions.py rename user interface operator properties from 'op' to 'props' 2011-10-23 00:53:50 +00:00
gamelogic_module.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
gamelogic_simple.py bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh rather than functions in the module. 2012-03-11 02:45:27 +00:00
gamelogic.py style cleanup 2012-07-04 21:41:05 +00:00
operator_file_export.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_file_import.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_mesh_add.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_modal_draw.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_modal_timer.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_modal_view3d_raycast.py another fix for error in the view raycast template 2012-07-01 13:57:32 +00:00
operator_modal_view3d.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_modal.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_node.py fix error in node template and quiet warning. 2012-07-03 21:03:39 +00:00
operator_simple.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
operator_uv.py style cleanup: remove '.' from docstring endings and use quotes for descriptions. 2012-07-01 07:55:44 +00:00
ui_menu_simple.py py api: 2011-07-26 07:39:00 +00:00
ui_menu.py Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
ui_panel_simple.py style cleanup 2012-07-04 21:41:05 +00:00