blender/release/scripts
2013-05-08 15:40:40 +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 split dissolve into 3 different operators (face/edge/vert). 2013-05-08 13:48:57 +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