blender/intern
Lukas Toenne f0d2477484 Fix for #32184 and redesign of particle storage in Cycles.
The particle data used by the Particle Info node was stored in cycles as a list in each object. This is a problem when the particle emitter mesh is hidden: Objects in cycles are only intended as instances of renderable meshes, so when hiding the emitter mesh the particle data doesn't get stored either. Also the particle data can potentially be copied to multiple instances of the same object, which is a waste of texture space.

The solution in this patch is to make a completely separate list of particle systems in the Cycles scene data. This way the particle data can be generated even when the emitter object itself is not visible.
2012-08-31 17:27:08 +00:00
..
audaspace style cleanup: whitespace, also add '?' to save over popup since it wasnt totally clear it was a question (user pointed this out, they thought it was just notification and lost their work). 2012-07-31 23:06:12 +00:00
bsp Code cleanup: 2012-08-04 11:42:38 +00:00
container style cleanup 2012-08-11 22:12:32 +00:00
cycles Fix for #32184 and redesign of particle storage in Cycles. 2012-08-31 17:27:08 +00:00
decimation style cleanup 2012-07-21 22:58:08 +00:00
dualcon code cleanup: spelling 2012-07-16 23:23:33 +00:00
elbeem Fix compile errors on VC++ 2012 RC1. 2012-07-27 18:18:13 +00:00
ffmpeg Use own version of ff_update_cur_dts for FFmpeg >= 0.11, seems 2012-06-25 07:14:21 +00:00
ghost missing linebreak when multithreaded gl meesage is printed to log 2012-08-28 13:43:20 +00:00
guardedalloc code cleanup: vfont's used confusing and over complicated method of storing memory for loaded fonts, not store as a temp var in the fonts. 2012-08-21 10:39:02 +00:00
iksolver cmake option to build without iksolver 2012-08-18 13:36:29 +00:00
itasc fix some types and incorrect info 2012-07-26 17:41:09 +00:00
memutil fix some types and incorrect info 2012-07-26 17:41:09 +00:00
mikktspace style cleanup 2012-06-06 22:38:39 +00:00
moto Cycles: svn merge -r41225:41232 ^/trunk/blender 2011-10-24 22:32:00 +00:00
opennl Fix #32402: live unwrap memory leak, more noticeable if you have many UV's pinned. 2012-08-30 17:42:08 +00:00
raskter Blender now compiles with recent clang 2012-07-28 17:35:09 +00:00
smoke Smoke: High res on even resolution did not write to all cells (downsampling = n-1, upsampling = n). 2012-08-10 09:58:58 +00:00
string style cleanup 2012-08-11 22:12:32 +00:00
utfconv style cleanup 2012-07-01 09:54:44 +00:00
CMakeLists.txt cmake option to build without iksolver 2012-08-18 13:36:29 +00:00
SConscript Remove old boolean operation module 2012-08-02 16:42:30 +00:00