6 threads found!
Thread | Author | Replies | Views | Last Reply |
---|---|---|---|---|
1 reply with content advisory
|
firecircle | 44 | 2450 | |
firecircle | 49 | 3525 | ||
firecircle | 5 | 667 | ||
firecircle | 0 | 123 |
(none)
|
|
firecircle | 25 | 1532 | ||
firecircle | 7 | 238 |
25 comments found!
Hi guys problem solved added the line if not "dson" in runtimePath: After the lines try: addonpath = os.path.join(runtimeRoot, "Runtime", "Python", "addons") sys.path.append(addonpath) for addon in os.listdir(addonpath): fullpath = os.path.join(addonpath, addon) if "Kinect" in fullpath:
in the poserStartup.py
Thanks for your suggestions and help
Al
Thread: dson after uninstal giving errors | Forum: Poser 12
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
Thread: dson after uninstal giving errors | Forum: Poser 12
Thread: dson after uninstal giving errors | Forum: Poser 12
Thread: dson after uninstal giving errors | Forum: Poser 12
Thread: Vue 4.2 & P5 question | Forum: Vue
ok let me clarify. when vue imports using the p5 pz3 importer it asumes that the gometeries reside in the p5 runtime. If you use a number of external or network runtimes it is easier if you copy the geometeries and textures folder to the p5 resident runtime .dont move them copy them. That way you have the library structure you are used to and when vue tries to import it finds things where it expects them. I have used this with p5 and vue and p5 and vue pro without any problems.
Thread: Vue 4.2 & P5 question | Forum: Vue
I use vue and p4/p5 quite a bit and the best way to work i have discovered is to copy the geometries and textures folders to p5. This gives vue what it needs without cluttering up the pose folders:)
Thread: Snowfall | Forum: Vue
Hi Tim I was looking at your winnig works over at daz, great stuff! I will post some stuff soon (as soon as i can decide on file size, aspect ratio and all the other things I agonise over lol)
Thread: Snowfall | Forum: Vue
Thanks Guitta This is working well, also I discovered that adding another trans layer to the snow mat and slowly spinning the cylinders is helping. Thanks for the tip! Al
Thread: Snowfall | Forum: Vue
Thanks tim I do a lot in post but animating snow while trying to rotoscope can be time consuming as well. What i'm really looking for is a workaround for a particle system that will work in vue4 pro. Al
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Thread: dson after uninstal giving errors | Forum: Poser 12