Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
State the problem, not your solution, ice boy. Engineers will give bad answeers because your question is misleading. Here is the problem. He has a mesh where all parts are needed for a simulation, but some parts are undesirable for rendering. How do you perform the simulation and then make part of it invisible. That is the problem. Now constraints on the solution. Transparency on the undesired polygons is a non starter. One, it is slow to render. Two, there are various buggy versions of Poser that will not let light through the transparency with the same results as would be if the polygons were invisible or simply did not exist. So, now offer solutions. It was brought up that moving the undesired polygons to a new group or actor or whatever would permit retention of the dynamics as well as setting visible to off on these polygons. He wants to know how to do that. Is that possible. I do not know.
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)
Quote - Transparency on the undesired polygons is a non starter. One, it is slow to render.
But is the only solution that doesn't alter the geometry.
Altering the geometry in any except adding materials or groups will require redoing the setup and simulation (because you'd be starting with a new object).
Quote - It was brought up that moving the undesired polygons to a new group or actor or whatever would permit retention of the dynamics as well as setting visible to off on these polygons.
Visibility only applies to actors in a figure, or a whole prop (while a prop can have groups, for visibility purposes only the prop itself can be affected).
Yes we know that. The person suggesting the visiblity option suggested to ice-boy that if he could get those polygons to move to a new group, he could then use the actor visibility. Yes that's a change to the geometry. The requirement is asking for a change to the geometry that preserves the calculated dynamic.
So - is there no way to move the polygons out of the group while preserving the simulation? I consider it theoretically possible, because the polygons are not in the simulation - the vertices are.
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 have some questions.i have a dynamic cloth. i already calculated the dynamic cloth. so its animated in the scene on an object.
i have more then one material on this cloth.
could we writte a python script that would seperate the cloth based on the material or vertex groups?
so i am asking if it would be possible to seperate the cloth into two cloth objects. based on the material.
thank you