I now have resolved the issues with write permissions to OSG SVN. Thanks, Glenn. I just checked in your change with my modification to it. This is in the 2.6 branch. -Paul
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Martz Sent: Monday, July 28, 2008 10:56 AM To: 'OpenSceneGraph Submissions' Subject: Re: [osg-submissions] OptimzerOptions-FLATTEN_STATIC_TRANSFORMS_DUPLICATING_SHARED_SUBGRAPHS enum fix Here's a slightly modified version that changes the enum values to use "1 << n"-style notation. I am unable to commit this change as I am waiting on login/password info. Someone else with write permission will have to commit it. -Paul _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glenn Waldron Sent: Monday, July 28, 2008 7:45 AM To: OpenSceneGraph Submissions Subject: [osg-submissions] OptimzerOptions -FLATTEN_STATIC_TRANSFORMS_DUPLICATING_SHARED_SUBGRAPHS enum fix The enum value for osgUtil::OptimizerOptions::FLATTEN_STATIC_TRANSFORMS_DUPLICATING_SHARED_SUBG RAPHS is set to 0x100, but it should probably be 0x10000. Fix attached. -Glenn -- Glenn Waldron : Pelican Mapping : http://pelicanmapping.com : +1.703.652.4791
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
