[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52136] trunk/blender/source/blender/ ikplugin/intern/ikplugin_api.c: fix syntax error when disabling both IK solvers

Campbell Barton ideasman42 at gmail.com
Mon Nov 12 10:08:48 CET 2012


looks like get_plugin() needs updating too

On Mon, Nov 12, 2012 at 7:39 PM, Jason Wilkins
<Jason.A.Wilkins at gmail.com> wrote:
> Revision: 52136
>           http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52136
> Author:   jwilkins
> Date:     2012-11-12 08:39:27 +0000 (Mon, 12 Nov 2012)
> Log Message:
> -----------
> fix syntax error when disabling both IK solvers
>
> Modified Paths:
> --------------
>     trunk/blender/source/blender/ikplugin/intern/ikplugin_api.c
>
> Modified: trunk/blender/source/blender/ikplugin/intern/ikplugin_api.c
> ===================================================================
> --- trunk/blender/source/blender/ikplugin/intern/ikplugin_api.c 2012-11-12 07:33:01 UTC (rev 52135)
> +++ trunk/blender/source/blender/ikplugin/intern/ikplugin_api.c 2012-11-12 08:39:27 UTC (rev 52136)
> @@ -80,6 +80,8 @@
>                 itasc_test_constraint,
>         },
>         #endif
> +
> +       { NULL }
>  };
>
>  static IKPlugin *get_plugin(bPose *pose)
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs



-- 
- Campbell


More information about the Bf-committers mailing list