[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23528] trunk/blender/source/blender: add temp defines to keep the game engine building, should be fixed properly.

Joshua Leung aligorith at gmail.com
Tue Sep 29 01:35:30 CEST 2009


Hi,

The proper fix for this is to change the prefixes for all these to ROT_MODE_*

Joshua

On Tue, Sep 29, 2009 at 1:20 AM, Campbell Barton <ideasman42 at gmail.com> wrote:
> Revision: 23528
>          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23528
> Author:   campbellbarton
> Date:     2009-09-28 14:20:56 +0200 (Mon, 28 Sep 2009)
>
> Log Message:
> -----------
> add temp defines to keep the game engine building, should be fixed properly.
> fix implicit declaration too.
>
> Modified Paths:
> --------------
>    trunk/blender/source/blender/makesdna/DNA_action_types.h
>    trunk/blender/source/blender/makesrna/intern/rna_pose.c
>
> Modified: trunk/blender/source/blender/makesdna/DNA_action_types.h
> ===================================================================
> --- trunk/blender/source/blender/makesdna/DNA_action_types.h    2009-09-28 12:10:23 UTC (rev 23527)
> +++ trunk/blender/source/blender/makesdna/DNA_action_types.h    2009-09-28 12:20:56 UTC (rev 23528)
> @@ -553,5 +553,13 @@
>        ACHAN_MOVED     = (1<<31),
>  } ACHAN_FLAG;
>
> +// XXX Incorrect, Temp for building
> +#define PCHAN_ROT_QUAT -1
> +#define PCHAN_ROT_XYZ -1
> +#define PCHAN_ROT_XZY -1
> +#define PCHAN_ROT_YXZ -1
> +#define PCHAN_ROT_YZX -1
> +#define PCHAN_ROT_ZXY -1
> +#define PCHAN_ROT_ZYX -1
>
>  #endif
>
> Modified: trunk/blender/source/blender/makesrna/intern/rna_pose.c
> ===================================================================
> --- trunk/blender/source/blender/makesrna/intern/rna_pose.c     2009-09-28 12:10:23 UTC (rev 23527)
> +++ trunk/blender/source/blender/makesrna/intern/rna_pose.c     2009-09-28 12:20:56 UTC (rev 23528)
> @@ -42,6 +42,7 @@
>
>  #include "BIK_api.h"
>  #include "BKE_action.h"
> +#include "BKE_armature.h"
>  #include "BLI_arithb.h"
>
>  #include "DNA_userdef_types.h"
>
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>


More information about the Bf-committers mailing list