blender/release/scripts/templates_py
2013-08-17 05:27:58 +00:00
..
addon_add_object.py
background_job.py
batch_export.py
bmesh_simple_editmode.py
bmesh_simple.py
builtin_keyingset.py
custom_nodes.py Minor change to the custom_nodes.py template that has some consequences for addons: use bpy.types.* base classes instead of bpy_types.* 2013-07-30 08:30:15 +00:00
driver_functions.py
gamelogic_module.py
gamelogic_simple.py
gamelogic.py
operator_file_export.py
operator_file_import.py
operator_mesh_add.py
operator_modal_draw.py
operator_modal_timer.py Missed instance of ThemeGeneric.back -> ThemeGradient.gradients.high_gradient 2013-02-23 12:55:19 +00:00
operator_modal_view3d_raycast.py
operator_modal_view3d.py
operator_modal.py
operator_node.py
operator_simple.py
operator_uv.py correction for uv template, also some doxygen comment corrections. 2013-05-05 18:41:45 +00:00
script_stub.py use 'with' keyword for script stub (recommended with py3). 2013-08-17 05:27:58 +00:00
ui_list.py Fix uilists showing data names translated (reported on bf-translations ML by Satoshi Yamasaki aka yamyam, thanks!). 2013-02-08 16:01:21 +00:00
ui_menu_simple.py
ui_menu.py
ui_panel_simple.py
ui_panel.py