I figured a feature this awesome deserved its own thread!
For those who haven’t already heard the Sim_Physics branch has been merged into 2.5, not only does that mean we now have all of the volume rendering options of the previous branch but we will soon be able to render smoke sims! (for those who haven’t seen smoke yet: click here)
I am currently trying to get a win32 build up on graphicall but I have run into a snag, I already emailed matt the error but since he is a busy man I figured one of you might be able to help a little faster. I get this error about half way through the build:
source\blender\render\intern\source\voxeldata.c:46:23: smoke_API.h: No such file
or directory
source\blender\render\intern\source\voxeldata.c: In function `init_frame_smoke':
source\blender\render\intern\source\voxeldata.c:164: warning: implicit declarati
on of function `modifiers_findByType'
source\blender\render\intern\source\voxeldata.c:164: warning: suggest parenthese
s around assignment used as truth value
source\blender\render\intern\source\voxeldata.c:172: warning: implicit declarati
on of function `smoke_turbulence_get_res'
source\blender\render\intern\source\voxeldata.c:173: warning: implicit declarati
on of function `smoke_turbulence_get_density'
source\blender\render\intern\source\voxeldata.c:173: warning: assignment makes p
ointer from integer without a cast
source\blender\render\intern\source\voxeldata.c:176: warning: implicit declarati
on of function `smoke_get_density'
source\blender\render\intern\source\voxeldata.c:176: warning: assignment makes p
ointer from integer without a cast
scons: *** [G:\BlenderVOL\build\win32-mingw\source\blender\render\intern\source\
voxeldata.o] Error 1
scons: building terminated because of errors.
I checked and all files mentioned in the error do exist so I’m lost…
Any help would be much appreciated.