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
a6789a7f2eecc81d299500c117510066cd836af6
blender
/
release
/
scripts
/
templates_py
History
Bastien Montagne
a6789a7f2e
Fix broken example, reported by Codemanx on IRC, thanks.
2013-09-29 14:57:47 +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_simple.py
UIList: update examples and templates.
2013-08-29 13:34:36 +00: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
…