Paul Martz wrote: > Hi Chris -- Thanks for this work! This will be a handy tool. I've been > wishing for something like this for some time now. > I've added your patches to my local OSG tree and tested your changes > with a ProxyNode-based database, which I mailed you a copy of offline. > All worked well, with the following notes: > 1) I had to use a .ive option to prevent autoloading the ProxyNodes, so > my command line looked like: > osgconv -O noLoadExternalReferenceFiles -R .ive USMC23_4009.ASM.ive > master.ive > If I left off the "-O noLoadExternalReferenceFiles", then I got only one > output file, and it was huge -- contained all the loaded data from the > ProxyNodes. You might think of this as a future.
Hmm. It seems like this is a loader behaviour that osgconv doesn't really have any influence. We should probably note it in the osgconv usage documentation, but i can't picture making any code changes to change the behaviour, can you? > 2) I understand that you strip ALL extensions in order to support the > pseudoloaders. But note that the files in my example database just > happen to be named with two extensions: "USMC23_4117.PRT.ive" for > example. Your code outputs this as "USMC23_4117.osg" when converted to > .OSG format. This is probably OK; I'm probably one of few people with a > bunch of Pro/E part and assembly files that I'm rendering in OSG> Hmm. It's easy enough to make it not strip all extensions, but I implemented this in order to facilitate using a pseudoloader on the input side. I could make another option to make the full stripping optional, but I was trying to avoid making too many complex options. > Aside from those two notes, things worked as expected. Robert will need > to review and commit. Thanks for the testing. I'm glad it worked for FLT too. > Paul Martz > Skew Matrix Software LLC > _http://www.skew-matrix.com_ <http://www.skew-matrix.com/> > +1 303 859 9466 -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ "There is no Truth. There is only Perception. To Perceive is to Exist." - Xen _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
