Jump to content

Hrvoje

Admin
  • Posts

    13,334
  • Joined

  • Last visited

  • Days Won

    160

Everything posted by Hrvoje

  1. I believe you answered your question and found very good method 🙂
  2. Use transform geometry node. As mentioned, geometry by itself is not transformed at all, think of it as simply always sitting at 0,0,0 with no rotation or scaling applied. Transformations are applied by matrix which is position, scale and rotation alltogether. clone_transform_geo.c4d
  3. seems there is a little gremlin inside, this sohuld work : /
  4. Here is an asset for a change - Neighbor. This asset will take any geometry and give you and array of all neighboring points for each point in mesh defined by count and distance. It will also output indexes Neighbors.zip
  5. Spline onto which you are cloning has no intermediate points - try uniform. Possibly delete the last point and enable close spline, this gives nice results
  6. @Havealot We don't have vanilla parabola, I aiming for simplest graph. Using deformer as oppose to generator since object group is experimental and deformer is easier to set up, plus one can further expand the setup for squash and strech : )
  7. Simple bouncing ball 123_Bouncing_Ball.c4d
  8. You are looking to do this on line only? Assuming that you want same height value for segment pair?
  9. Here is a first try. It splits input splines and has the close option. Obviously not as robust as it can be but maybe you can expand, or at least it will interest you to try nodes again 🙂 ? Spline_to_lines.c4d
  10. Does it have to be Python generator? This would be doable with nodes, also as a generator
  11. @Jops How about you post a scene file, reduced version or a mockup. Often people just need a small nudge (same for me) 🙂
  12. Here is a nodes setup which does it. Not sure how much you need outside towards MoGraph but it can be expanded. Scene will work in v2024. Note that there are some comments in capsule to describe what is going on laser_stuff.mp4 laser_stuff.c4d
  13. It would be easier to help if you could state exactly what is needed and provide a start : ) So, you are using 5 nulls and need to generate a spline between them with some conditions? Looks like it would be easier to set this with nodes. Please list in detail what you need
  14. I presume this is then what you are after cloner_light_0001.c4d
  15. Hi folks Maxon is looking for multiple QA in various locations https://www.maxon.net/en/careers/senior-qa-specialist https://www.maxon.net/en/careers/quality-assurance-specialist-2
  16. Hm, can you try clearing your cookies for forum?
  17. @propinquity I beleive that is the part of his facepack https://shop.ace5studios.com/facepack/
  18. @bentraje Which version are you running? Exports correctly in 2024. Fbx attached null_hierarchy_export.fbx
  19. Are you sure it has something to do with environemnt variables? Can you maybe psot a scene or the script itself?
  20. MoGraph base scene sent via pm, however, here is a node based setup that can be used. It generates geometry (sphere) on contact points with floor. I used a simple comparison for performance purposes, you can use geometry collision if you will use some irregualr mesh such as terrain. Once the contact is made, the sphere grows to set size in duration set in Monoflop. Scene is commented. This would be the gist of your intended effect. Hope it helps Keep_and_Grow_Collision_Value.c4d
×
×
  • Create New...