Jump to content

Hrvoje

Admin
  • Posts

    13,444
  • Joined

  • Last visited

  • Days Won

    188

Everything posted by Hrvoje

  1. Given your version my nodes solution will not work there. For your issue #2, use a sphere as a parent of field itself. You can create circular spline and use an align to spline tag and have the planet "orbiting". Also try using push apart effector with negative strength instead of plain effector, maybe that would give you better results
  2. Hi @Nikita Belik and to the forum Can you attach the scene file please and maybe expand on description? Hard to help otherwise - but it seems you want to assign weight to each clone by slider? Formula field would work as well, here is an example: formula_field.c4d
  3. @shanknitrate That is how dynamics work. Does this have to be dynamics or faking it is also an option? This could be setup using other approaches...
  4. @Eudes Fileti Which C4D version are you running? This would dictate what options are available for this..
  5. Hi and to the forum The issue is mixing the keys and dynamics. Dynamics are catching up to keyframes. Playing with execution priority won't help, you will loose dynamic behavior with IK tag dynamics. Instead of keys, rather use a vibrate tag with rotation. This will give you smooth action throughout any duration of animation, no need to create loops in timeline.
  6. Hard to say without a scene file, can you share the stripped down version?
  7. Scene management and organization is name of the game 🙂 As far as I can see, you are still on older version of C4D? Having the latest version would greatly help due to having access to functionality such as rerouters and floating I/O nodes. The other thing is, it is possible that your modular wall can be reduced in complexity depending on how it is designed given the version you are on. Nodes came long way from that point, some concepts you are using may even be obsolete.
  8. Hrvoje

    Help with looping

    @filip Ah, the koch curve 🙂 I did that a while back, pretty sure it can help you out with understanding LCV. Most likely it can be improved further. I have posted here in the nodes file pit https://www.core4d.com/ipb/forums/topic/117017-scene-nodes-capsules-file-pit/?do=findComment&comment=764103 As far as performance goes, depends how many points it generates after 10 iterations. It should be over 3 million, that is quite heavy for my machine
  9. Koch curve 🙂 Koch_Curve.c4d
  10. Hrvoje

    Help with looping

    @filip Hi and welcome to the forum Can you attach a scene file? Looks like you exported an asset..?
  11. @Peter Hebein The issue seems is that your alembic mesh has variable point count and it can't be baked to keyframes. Can you change how RealFlow export this?
  12. Yes, the setup works with selections, what I was referring to was that built in edge to line node is not.
  13. Answered here https://www.core4d.com/ipb/forums/topic/118894-converting-from-geometry-to-splines-in-a-node-modifier/#comment-764078
  14. @Ignash I see what you are after. Edge to line can't use selections, you need to build your own setup. Here is the setup 254_Edge_To_Spline.c4d A spline is built from active edge selection. Note that the spline is built with separate segments for each two points (simpler) but you can use connect object to have continuity as shown in scene.
  15. Most likely a bug, I would recommend you reach out to MAXON support
  16. @Ignash Starting from 2025.1 object importing is improved. You can create a nodes spline, in its input column add "object child" (either from asset browser or RMB on input column in nodes spline). This will provide you with the child object off the nodes spline object manager. Here is a simple example edge_to_line_simple.c4d As far as edge selection goes, I have no idea what you are trying to achieve. Edges are actually point pair selections and it is often much easier to work with points and the then use transfer node to change to edges. Can you post an example of what you are after?
  17. I see. What is stopping you from converting the cloner? You could use different materials as well. If you still need MoGraph access, you can use fracture object to treat each panel as a clone.
  18. @Isca You should update to 2025.1, there are changes. Alternatively, load the scene into 2025.0.2, select the nodes mesh and open its graph. In create menu of graph locate "change group type to" and select nodes mesh. This will force nodes mesh capsule conversion and results should be displayed
  19. @Isca I doubt this can be done with MoGraph, maybe with python effector, however, this can be done with nodes and you can get clones or matrix out either way. Would that work for you? In the attached scene is an attempt at solving this. As is, the clones are unaware of other clones so there are intersections and they do not respect the initial grid boundary. This is not an easy task if you want no intersections, respect of boundary, time control (rate) etc 🙂 paths.c4d
  20. @DPH There is a fix texture setting setting in cloner, tried that?
  21. Without knowing exactly what kind of effect you are after, I would say that increasing the voxel size for pyro simulation (under project settings), changing the generation geometry in pyro tag (dynamic geo or points) would be a good starting point 🙂
  22. Fix texture in cloner settings? If not that, can't help really, never used Vray
×
×
  • Create New...