blender/release/scripts/templates
Campbell Barton 5248ec57d9 minor fixes
- new compositor could use uninitialized var
- profile conversion could use uninitialized var
- set better warnings for clang+cmake.
- remove picky warnings from sphinx doc gen shell script.
2012-06-11 12:13:41 +00:00
..
addon_add_object.py update for changes in the py api 2012-04-11 08:22:31 +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 update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_file_export.py remove the poll function from import/export templates 2012-04-17 05:49:07 +00:00
operator_file_import.py move rip out into its own file 2012-04-17 10:25:23 +00:00
operator_mesh_add.py updated add mesh template for bmesh. thanks to PKHG for initial conversion. 2012-03-30 05:43:33 +00:00
operator_modal_draw.py use static sets rather then tuples, python optimizes this case. 2011-08-08 05:21:37 +00:00
operator_modal_timer.py fix for modal timer template, wasnt updated for changes to themes. 2012-04-27 10:00:21 +00:00
operator_modal_view3d.py py style change only - make property definitions consistent 2011-08-19 19:25:20 +00:00
operator_modal.py fix for error in template 2011-08-10 09:16:35 +00:00
operator_node.py minor fixes 2012-06-11 12:13:41 +00:00
operator_simple.py pep8 edits and change '!= None' to 'is not None' 2011-08-22 09:01:49 +00:00
operator_uv.py update templates for registration changes 2011-02-12 08:04:32 +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 patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour Themeable 2012-03-22 20:24:11 +00:00