blender/intern/cycles
Campbell Barton 33bd38ebc7 minor edits to cycles c/python module
- rename 'bcycles' --> '_cycles', since this is the python convention when a py module uses a C module internally.
- use macros for returning None
- make with_osl an attribute rather then a function.
- changes methods METH_VARARGS --> METH_O when single args are used.
2011-12-24 02:47:13 +00:00
..
app Cycles: code refactoring, to do render layer visibility test a bit different, 2011-12-21 20:51:43 +00:00
blender minor edits to cycles c/python module 2011-12-24 02:47:13 +00:00
bvh Fix #29444: cycles problem building BVH with NaN vertices. 2011-12-03 20:22:21 +00:00
cmake Cycles: try to avoid NaN pixels with oren nayar. Also small cmake code cleanup. 2011-11-18 15:39:40 +00:00
device Cycles/CUDA: 2011-12-20 18:59:10 +00:00
doc edits to cycles cmake files so cmake_consistency_check.py can parse them. 2011-11-08 20:27:37 +00:00
kernel Cycles: code refactoring, to do render layer visibility test a bit different, 2011-12-21 20:51:43 +00:00
render Cycles: code refactoring, to do render layer visibility test a bit different, 2011-12-21 20:51:43 +00:00
subd Cycles: 2011-12-02 14:26:28 +00:00
util Cycles: avoid using float3 in kernel constant memory, just so we're sure alignment 2011-12-20 12:25:45 +00:00
CMakeLists.txt Cycles: 2011-12-02 14:26:28 +00:00
SConscript Cycles: 2011-12-02 14:26:28 +00:00