Photopium opened this issue on Aug 24, 2007 · 39 posts
ockham posted Sun, 26 August 2007 at 4:24 PM
If you want to make an alternate version for CR2,
replace all 'PZ3' by 'CR2',
delete the line
poser.CloseDocument()
and replace
poser.LoadDocument(fn)
by
scene.LoadLibraryFigure(fn)
Same way for PP2, except use
scene.LoadLibraryProp(fn)