looks like get_plugin() needs updating too On Mon, Nov 12, 2012 at 7:39 PM, Jason Wilkins <[email protected]> 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 > [email protected] > http://lists.blender.org/mailman/listinfo/bf-blender-cvs
-- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
