Blender Git Commit Log
Git Commits -> Revision b73fe01
May 12, 2011, 22:52 (GMT) |
* Enabled rna access to fluid sim velocity vectors The main purpose for this is to allow rendering motion blurred blender fluids in external renderers (eg. http://vimeo.com/21870635 ). Python code snippet for interpreting this data here: http://www.pasteall.org/21577 . Cleaned up some ugly hacks in this area too * Also added read-only access to scene.subframe to RNA - setting current frame and subframe should still go via scene.frame_set() |
Commit Details:
Full Hash: b73fe01295636aea92bf3076874b5e3cbcba9057
SVN Revision: 36651
Parent Commit: 57c626d
Lines Changed: +78, -34
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_object_fluidsim.h (+10, -5) (Diff)
/source/blender/makesrna/intern/rna_fluidsim.c (+37, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_fluidsim_util.c (+18, -21) (Diff)
/source/blender/render/intern/source/convertblender.c (+6, -6) (Diff)
/source/blender/makesdna/DNA_object_fluidsim.h (+10, -5) (Diff)
/source/blender/makesrna/intern/rna_fluidsim.c (+37, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_fluidsim_util.c (+18, -21) (Diff)
/source/blender/render/intern/source/convertblender.c (+6, -6) (Diff)