firecircle opened this issue on Dec 10, 2020 ยท 26 posts
structure posted Thu, 10 December 2020 at 5:06 PM Forum Coordinator
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)
Locked Out