Jump to content

Hrvoje

Admin
  • Posts

    13,438
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Hrvoje

  1. Hard to say without a scene file, can you share the stripped down version?
  2. 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.
  3. 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
  4. Koch curve πŸ™‚ Koch_Curve.c4d
  5. Hrvoje

    Help with looping

    @filip Hi and welcome to the forum Can you attach a scene file? Looks like you exported an asset..?
  6. @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?
  7. Yes, the setup works with selections, what I was referring to was that built in edge to line node is not.
  8. Answered here https://www.core4d.com/ipb/forums/topic/118894-converting-from-geometry-to-splines-in-a-node-modifier/#comment-764078
  9. @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.
  10. Most likely a bug, I would recommend you reach out to MAXON support
  11. @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?
  12. 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.
  13. @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
  14. @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
  15. @DPH There is a fix texture setting setting in cloner, tried that?
  16. 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 πŸ™‚
  17. Fix texture in cloner settings? If not that, can't help really, never used Vray
  18. So, you want each clone to start of at the junction and move in random direction (at right angle) and turn into random right angle direction once it encounters new junction? What about boundary clones? Can they move outside of the area defined by junctions? Do all clones move at the same speed?
  19. Hrvoje

    C4D On Mac

    Of course, even the future releases πŸ™‚
  20. Hrvoje

    C4D On Mac

    I am running C4D daily on OSX 15.1.1 Sequoia, M4 Pro, no issues at all.
  21. RMB on the node itself and extract the ports, or, ctrl click the dots next to ports in attribute manager, that will expose them in node system.
  22. If it is simple sync, you could use a field driver tag and drive any parameter by sound filed. This can be any parameter of your rig, say mouth open/close, some rotation or similar.
  23. Link is leading to a page which has many images, which gif exactly? Also, please post as scene file, will be easier to assist
Γ—
Γ—
  • Create New...