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
8deba334977d13c83dee1fb9a54c4fe15c252918
blender
/
release
/
scripts
/
templates_py
History
Campbell Barton
c97983c9de
correction for uv template, also some doxygen comment corrections.
2013-05-05 18:41:45 +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
Fix for the custom_nodes.py template. Socket classes now return their drawing color in a callback instead of a simple property, this makes it possible to change a socket color e.g. based on data type.
2013-03-22 13:17:16 +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
…
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
…