This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0ffbeec7393ec4f4b2d67e38ee8a25cfc704df9
goo-engine
/
release
/
scripts
/
modules
T
History
Campbell Barton
675f845116
use standard name for operator properties - 'props'.
2013-05-09 13:05:36 +00:00
..
bl_i18n_utils
Do not report formatting mismatch between org and translation when message is fuzzy (but "fix" it anyway if asked so).
2013-04-29 18:22:22 +00:00
bpy
…
bpy_extras
move modal view3d keymaps out of main list of keymaps into the view3d section.
2013-04-29 17:59:44 +00:00
console
fix for exception in console auto-completing an object with __getitem__ but no __len__ (BMEdge).
2013-04-30 23:01:12 +00:00
addon_utils.py
…
animsys_refactor.py
…
blend_render_info.py
…
bpy_restrict_state.py
…
bpy_types.py
Removed the unused socket template system from the bpy_types Node base class (it interferes with the input_templates/output_templates functions from C nodes). This can be reimplemented in a nicer way for pynode subclasses later on, but should not be part of the basic Node class.
2013-05-08 15:40:51 +00:00
bpyml_ui.py
…
bpyml.py
…
console_python.py
auto indent for multi-line python statements.
2013-05-08 12:57:00 +00:00
console_shell.py
…
graphviz_export.py
…
keyingsets_utils.py
…
nodeitems_utils.py
use standard name for operator properties - 'props'.
2013-05-09 13:05:36 +00:00
rna_info.py
fix rna_info, python method to C function wasn't being tested for. (broke changelog generator)
2013-05-09 02:50:59 +00:00
rna_prop_ui.py
…
rna_xml.py
…
sys_info.py
…