Go to file
Ton Roosendaal 6b1258f5b8 Bugfix #25301
Material Node trees:
SSS wasn't displaying in Nodes.

Implementation notes:
- Currently copying local data for preview render, only copies
  the base material. Node materials are re-used.
- This causes data to be in 2 "main" databases... complex.
- To make it work for preview, I had to add another loop in the
  SSS code that checks the original Main dbase. That's marked
  as warning in code to be fixed up.

Another bug:
- Material properties "SSS presets" copied settings to the
  active material, not to the displayed one. Added RNA call 
  to retrieve this from Objects.

(Next commit will fix preset scripts)
2010-12-20 13:02:33 +00:00
build_files simple make wrapper to give quiet output. (more like nan-makefiles) 2010-12-20 11:21:29 +00:00
doc patch [#25027] formatting mathutils.geometry module docs for sphinx 2010-12-10 00:20:32 +00:00
extern use lowercase for cmake builtin names and macros, remove contents in else() and endif() which is no longer needed. 2010-12-08 08:43:06 +00:00
intern SVN maintenance. 2010-12-16 19:05:47 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
release Py UI fix: options for "Single user" had different names than the operator itself. 2010-12-19 13:48:45 +00:00
source Bugfix #25301 2010-12-20 13:02:33 +00:00
CMakeLists.txt last commit to fix warnings didnt set them at all, not it works as it should. 2010-12-16 12:48:30 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Make sure plugins/ goes under shortversion/ dir 2010-10-26 22:13:37 +00:00