Jump to content

Olyandros

Registered Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Olyandros

  1. Hi, sadly the download of EFS.c4d does not work anymore (Access Denied). Any chance to get in somewhere else?
  2. Hi! I'm a total Python noob and I would like to get the bounding box of a Null with different objects under it (including generators) out of a Python Xpresso node. I found this bit of code but it does only work for single objects: import c4d #Welcome to the world of Python def main(): global x global y global z rad = obj.GetRad() x = rad.x * 2.0 y = rad.y * 2.0 z = rad.z * 2.0 Maybe "c4d.utils.GetBBox(pObj, mg)" could be used for that but I don't know how to implement it. I would be grateful for any suggestions
  3. Thanks for the tip but it is a still rendering so only one frame. But I was able to break the loop by using instances which the calculation will be applied on.
  4. Hi! I'm looking for a way to assign objects to layers via xpresso. The problem is objects have a "layer" in port inside xpresso but layers don't have a "layer" out port. Is there a way? Also another question: Is there a way to stop xpresso to execute after one calculation of the graph to prevent looping? I tried to force a division by 0 with a condition switch so stop the calculation but that doesn't work reliable. Thanks!
×
×
  • Create New...

Copyright Core 4D © 2023 Powered by Invision Community