Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 21 6:06 am)
These are the error messages that I'm getting:
Traceback (most recent call last):
File "C:Program FilesSmith MicroPoser ProRuntimePythonparmaticparmaticUpdater.py", line 131, in ?
ParmaticCameraUpdate()
File "C:Program FilesSmith MicroPoser ProRuntimePythonparmaticparmaticUpdater.py", line 118, in ParmaticCameraUpdate
for mat in materials:
TypeError: iteration over non-sequence
Traceback (most recent call last):
File "C:Program FilesSmith MicroPoser ProRuntimePythonparmaticparmaticUpdater.py", line 131, in ?
ParmaticCameraUpdate()
File "C:Program FilesSmith MicroPoser ProRuntimePythonparmaticparmaticUpdater.py", line 118, in ParmaticCameraUpdate
for mat in materials:
TypeError: iteration over non-sequence
Traceback (most recent call last):
File "C:Program FilesSmith MicroPoser ProRuntimePythonparmaticparmaticUpdater.py", line 131, in ?
ParmaticCameraUpdate()
File "C:Program FilesSmith MicroPoser ProRuntimePythonparmaticparmaticUpdater.py", line 118, in ParmaticCameraUpdate
for mat in materials:
TypeError: iteration over non-sequence
Ah yes. I remember this. It's easy to fix.
The problem is that there are occasionally certain wierd "actor" props that are not really body parts, but they seem to be, according to the rules as stated by EF or SM or whoever.
Anyway, there are such objects that should have a material list, but when you ask for it, it barfs and gives not an empty list, but instead a "None" object.
This is becoming more and more annoying as more and more of these show up. One of the other Python script gurus (philc maybe) showed recently how he had to check like 20 exceptional cases to get this business to stop breaking one of his scripts.
It's happening a lot more with Poser 7 than it ever did with Poser 6.
I'll get an update out to you soon. Hopefully tomorrow.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)
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.
I copied parmatic from my poser 7 runtime into my poser pro runtime. I have gotten a parmatic updater error message with a traceback error. Has anyone else had this problem?