[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19256] branches/sim_physics/source/ blender: * Patch by Raul F Hernandez

jmsoler at free.fr jmsoler at free.fr
Wed Mar 11 13:07:27 CET 2009


Selon Matt Ebb <matt at mke3.net>:

> Revision: 19256
>
>
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19256
> Author:   broken
> Date:     2009-03-11 06:32:11 +0100 (Wed, 11 Mar 2009)
>
> Log Message:
> -----------
> * Patch by Raul F Hernandez
> This adds a header to the voxel data texture's data file format, to
> auto-fill the resolution settings upon loading a file. I don't have a data
> file of the right format to test with, so I'll trust it works and wait for
> confirmation!
>
> It also adds a 'still frame' setting, to pause the voxel data sequence on a
> specified frame, throughout the course of the rendered animation.
>
> Modified Paths:
> --------------
>     branches/sim_physics/source/blender/makesdna/DNA_texture_types.h
>     branches/sim_physics/source/blender/render/intern/include/voxeldata.h
>     branches/sim_physics/source/blender/render/intern/source/voxeldata.c
>

You should move

#if defined( _MSC_VER ) && !defined( __cplusplus )
# define inline __inline
#endif // defined( _MSC_VER ) && !defined( __cplusplus )

from voxeldata.c to voxeldata.h.

jms


More information about the Bf-committers mailing list