Actually it works for me. I did not realize there was no UI and the addons menu would be empty.
I tried the import script and I can get the blocks to load. But it is a lot of guesswork without any hint of what and how long it is
I guess I have to convert them to pose files myself
I just have DAZ Studio open on my second monitor,. That way I can easily see what is what. Makes it also faster to combine blocks and make new ones.
If it works for you on Pro, maybe the difference is related to P9/Pro 2012?
It might be a P9 issue. I assume you would load the aniblock by selecting Scripts/Import/Aniblock and then a dialogue should ask you to locate the aniblock—is that right?
It might be a P9 issue. I assume you would load the aniblock by selecting Scripts/Import/Aniblock and then a dialogue should ask you to locate the aniblock—is that right?
Maybe I’m trying to import it the wrong way….
No, that is correct. You get a dialog and select one of the aniblock files. It will import into the current layer, if there are not enough frames, it will give you an error and tell you how many frames you have to set as minimum.
There is something wrong in your P9 install
The 64 bit programs are installed in Program Files and the 32bit programs (Poser 9) are installed in Program Files (86)
If your Poser 9 is really installed in Program Files, the aniblock addin may be looking at the wrong place
I have it running now (sort of).. I went into the python file and ran the scripts from the run scripts file. The results, so far, are only so-so. Many of the aniBlocks don’t work because they twist the figure into pretzel-like moves. So far, IMHO…this is not ready for Prime Time.
I have it running now (sort of).. I went into the python file and ran the scripts from the run scripts file. The results, so far, are only so-so. Many of the aniBlocks don’t work because they twist the figure into pretzel-like moves. So far, IMHO…this is not ready for Prime Time.
Hi pete!
Which one did cause you pretzel problems? I have tried quite a number so far and not encountered any issue? If you give an example that did not work I could try and see if I can reproduce it here.
There is something wrong in your P9 install
The 64 bit programs are installed in Program Files and the 32bit programs (Poser 9) are installed in Program Files (86)
If your Poser 9 is really installed in Program Files, the aniblock addin may be looking at the wrong place
P9 works fine installed where it is, but I’ll install it to the default location and see if that helps.
There is something wrong in your P9 install
The 64 bit programs are installed in Program Files and the 32bit programs (Poser 9) are installed in Program Files (86)
If your Poser 9 is really installed in Program Files, the aniblock addin may be looking at the wrong place
P9 works fine installed where it is, but I’ll install it to the default location and see if that helps.
Yes, P9 works fine at that location. But the addon needs to access another folder location (Menuscripts) and depending on how the script parses for that location, it migh use program files (86) for the 32 bit version to create an absolute pathname. But that is just guess work on my part.
Got things working better now. My error as far as the pretzel stuff. I forgot to un-check the IK settings. I still have to manually run “poseraddon.py” manually from the menu before the script will work from the scripts file. I might try to have the poseraddon.py run automatically with the scripts run plug-in. EDIT: That seems to work now. Now that it works, I highly recommend it.
A couple people have mentioned it and many have the following question
“Why on earth does the importer tell you how many frames you need? Why not just make room for the frames automatically?”
Answer: The PoserPython API does not alow it. I would guess this is an oversite on the part of Poser. They have a Scene.NumFrames, but did not provide a Scene.SetNumFrames. Hopefully they will add this in the next release.
The other question is “Why does it require SR3?”
Answer: It could be done and in fact it was working, but import took soooo long prior to SR3 because they did not have the Parameter.SetValueFrame. We are talking minutes to import a small animation.
I still have this same problem. Can someone please tell me how you fixed it. Probably something GoFigure should do.
I am running Poser 9 with SR3 on Windows 7. Poser is installed in C:\Program Files (x86)\Smith Micro\Poser 9. I am getting the following error message when I select “Import/aniBlock” from the “Scripts” menu.
Traceback (most recent call last):
File “C:\Program Files (x86)\Smith Micro\Poser 9\Runtime\Python\poserScripts\ScriptsMenu\Import\aniBlock.py”, line 1, in <module>
import gofigure.aniblock
ImportError: DLL load failed: The specified module could not be found.
I still have this same problem. Can someone please tell me how you fixed it. Probably something GoFigure should do.
I am running Poser 9 with SR3 on Windows 7. Poser is installed in C:\Program Files (x86)\Smith Micro\Poser 9. I am getting the following error message when I select “Import/aniBlock” from the “Scripts” menu.
Traceback (most recent call last):
File “C:\Program Files (x86)\Smith Micro\Poser 9\Runtime\Python\poserScripts\ScriptsMenu\Import\aniBlock.py”, line 1, in <module>
import gofigure.aniblock
ImportError: DLL load failed: The specified module could not be found.
Thanks,
Joe
This error means that poser could not find gofigure.aniblock. Then there must be a file named aniblock.pyd located in folder C:\Program Files (x86)\Smith Micro\Poser 9\Runtime\Python\addons\gofigure
Is it there? What bitness of the installer did you install?
I have the same problem. Running Poser 2012 64 bit. Files are in the right folder but no DLL.
aniblock.pyd is in Runtime/Python/addons and aniblock.py can be found in Runtime/Python/poserScripts/ScriptsMenu
When attempting to import using scripts I get the display:
Traceback (most recent call last):
File “F:\Poser Pro 2012\Runtime\Python\poserScripts\ScriptsMenu\Import\aniBlock.py”, line 1, in <module>
import gofigure.aniblock
ImportError: DLL load failed: The specified module could not be found.
Just a follow up. I moved the aniblock.pyd file to the DLL folder and now get the prompt:
Traceback (most recent call last):
File “F:\Poser Pro 2012\Runtime\Python\poserScripts\ScriptsMenu\Import\aniBlock.py”, line 1, in <module>
import gofigure.aniblock
ImportError: No module named aniblock
Additionally, once I get this script working, where should the aniblock files reside - in Poses? Or will I import them from an external file on a per use basis?