This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
701aa8b59bbcebfb8a8e3b6a79dff726f2383db2
test
/
release
/
scripts
History
Lukas Toenne
701aa8b59b
Removed the add_group_node operator, this is now integrated into the generic node_add operator. The group node tree pointer is then part of the settings dictionary.
2013-05-08 15:40:46 +00:00
..
freestyle
Fix for shaders.py based on code review comments from flokkievids.
2013-05-03 02:37:43 +00:00
modules
Workaround for C nodes: In order to make registerable RNA methods of the standard C nodes (e.g. poll or draw_buttons) available in python scripts, they need a specialized Node subtype (called NodeInternal). This is necessary because bpy omits any registerable functions of RNA types in the generated python classes, relying instead on using the supposed native implementation in a registered python class. Since the standard shader/compositor/texture nodes in Blender are not registered but directly created in makesrna they lack all registerable function in the associated python types. The NodeInternal RNA subtype replaces the registerable functions of the base Node type to solve this issue.
2013-05-08 15:40:40 +00:00
presets
[Bug
#35108
] Shortcuts 3dsmax blender 2.67RC
2013-05-01 11:35:36 +00:00
startup
Removed the add_group_node operator, this is now integrated into the generic node_add operator. The group node tree pointer is then part of the settings dictionary.
2013-05-08 15:40:46 +00:00
templates_osl
Cycles / OSL:
2013-05-01 13:21:15 +00:00
templates_py
correction for uv template, also some doxygen comment corrections.
2013-05-05 18:41:45 +00:00