Compare two TP Groups
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/06/2011 at 22:10, xxxxxxxx wrote:
Is it possible to compare two groups like in this picture?
The names in english:
P Pass (All), PGetData (Particle, Group), Memory, CompareIt's because in XPresso you couldn't do it this way.
If you have a solution for XPresso it's nice to me, too -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/06/2011 at 23:53, xxxxxxxx wrote:
Hi, you can check via == if two C4DAtoms point to the same object. GroupA==GroupB. Cheers, Seb
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/06/2011 at 23:56, xxxxxxxx wrote:
thanks, but the problem is not the comparison of two particles, as you can see in the picture, i want to compare the group of an particle with the group of the particle a frame ago, but the python node in xpresso has no TP Group-Port.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/06/2011 at 01:59, xxxxxxxx wrote:
dont know if this helps, but I think using the graphview module, you can actually create the nodes and connect them, get your value out and have everything that you don't need to see(nodes/data) destroyed upon the exit of your code.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/06/2011 at 03:44, xxxxxxxx wrote:
for normal, the Python tag cannot be connected to a TP-Group-Port, but it's still working with linking it in the AM, but I'll try it next time, thank you