firecircle opened this issue on Dec 10, 2020 ยท 26 posts
firecircle posted Thu, 10 December 2020 at 5:38 PM
structure posted at 5:37PM Thu, 10 December 2020 - #4406982
did you install it for p12 - or for a different version of Poser? Have you checked the poserStartup.py script ?
you will find a couple of lines in there which say :
_loadAddons(runtimeRoot) for runtimePath in poser.Libraries(): _loadAddons(runtimePath)
try editing them to read :
_loadAddons(runtimeRoot) for runtimePath in poser.Libraries(): if not "dson" in runtimePath: _loadAddons(runtimePath)
Hi thanks for the reply tried that does not work same error appears