Forum: Poser - OFFICIAL


Subject: Poser heaven has arrived?

Zev0 opened this issue on Oct 11, 2012 · 602 posts


3doutlaw posted Mon, 15 October 2012 at 8:38 PM

Anyone?  Bueller?  Can someone take a look at their poserStartup.py, and see if it has more than the default:

import os
#import Numeric
import poser

runtimeRoot = os.path.split(poser.AppLocation())[0]
mainButtonsPath = os.path.join(runtimeRoot, "Runtime", "Python", "PoserScripts", "mainButtons.py")
poser.ExecFile(mainButtonsPath)