This website requires JavaScript.
Explore
Help
Register
Sign In
Cr8-xyz
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e84732858590eccf3eeea3be3178b95d652f4131
blender
/
release
/
scripts
/
templates_py
History
Bastien Montagne
de147a907f
Fix T38008: Bug in templates operator_nodes.py
2014-01-01 12:02:43 +01:00
..
addon_add_object.py
Addons: remove tracker URL from addon template, as this is no longer used,
2013-11-16 03:15:17 +01:00
background_job.py
…
batch_export.py
…
bmesh_simple_editmode.py
…
bmesh_simple.py
…
builtin_keyingset.py
…
custom_nodes.py
Small example for dynamic node labels in the custom_nodes.py template script.
2013-11-12 18:18:06 +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_mesh_uv.py
minor changes to templates
2013-10-22 00:25:15 +00:00
operator_modal_draw.py
…
operator_modal_timer.py
remove return argument from wmOperatorType->cancel, was only ever returning OPERATOR_CANCELLED.
2013-10-30 23:08:53 +00:00
operator_modal_view3d_raycast.py
…
operator_modal_view3d.py
…
operator_modal.py
…
operator_node.py
Fix T38008: Bug in templates operator_nodes.py
2014-01-01 12:02:43 +01:00
operator_simple.py
…
script_stub.py
use 'with' keyword for script stub (recommended with py3).
2013-08-17 05:27:58 +00:00
ui_list_simple.py
Add ctrl-click rename to most lists in Blender UI and templates/examples.
2013-11-23 20:54:32 +01:00
ui_list.py
Fix broken example, reported by Codemanx on IRC, thanks.
2013-09-29 14:57:47 +00:00
ui_menu_simple.py
…
ui_menu.py
…
ui_panel_simple.py
…
ui_panel.py
…