Jump to content

Hrvoje

Admin
  • Posts

    13,481
  • Joined

  • Last visited

  • Days Won

    195

Everything posted by Hrvoje

  1. If you mean using it as a drag and drop into field then no. What are you trying to do? 🙂
  2. Here is a simple example. If you want more than single previous position set the memory node to array and append all values. That way you can access any previous value previous.c4d
  3. Hrvoje

    MAXON is hiring

    Hi folks : ) MAXON is hiring and there quite a few open positions, make sure you check them here https://www.maxon.net/en/about-maxon/careers
  4. Yes, he can use object group but he can't do it in mesh group only (I believe that is the idea). Here is object group example Polygon_numbers_display_0001.c4d I would strongly suggest to use Nodes exclusively, That way you don't have to bother with context, predefined templates, and most importantly it will be much faster and able to display much more data. Many text splines will choke object manager and viewport rather soon.
  5. Since displaying involves text spline I don't think you can't do that in capsules because you can't mix context. You need input mesh and splines, where capsules are more strict in their definition. Good thing is that you can do everything you are after with nodes and not use object manager (you can use scene manager) and suffer from possible performance penalties.
  6. Of course. you just select the appropriate template from asset browser. You have a choice between geometry modifier, selection modifier, Mesh primitive group, Spline Primitive group. I added a simple scene with all 4 in object manager. You can now double click on any of them and do whatever you want with nodes inside 🙂 After you create what you want you can save it as asset and simply drag and drop into object manager as you wish capsule.c4d
  7. Depending on the spline shape you can't expect good topological result from mixed splines? For example, if you use circle and rectangle spline and then chamfer vertical edges that will be a mess quickly 🙂 What you can do instead is use loft. This will allow you to stack splines and create the shape with nice surface characteristics while it will still offer you ways to subdivide and tune the result. After that you can chamfer edge selections you want. Hope that helps
  8. You can't know which pairs to input, unless you check for point indices. Easiest way to do this is as shown in attached scene. Pairs are just indices the form a single edge. It is much easier to transfer (convert) point or polygon selection. I would advise you generate geometry in nodes themselves, there you can also access "newly created" node. maybe you could say what you are exactly after, maybe there are other methods 🙂 cham_0001.c4d
  9. Maybe I am missing something, but if you want to chamfer edges you simply change the mode to edges? Edges are defined as pairs such as 0-1, 0-2 etc. Also, it is often way easier to convert a point selection. Here is an example file cham.c4d I did the pure nodes version but you can use exact same nodes in object manager with same settings
  10. Hrvoje

    Particles?

    You missed particle distributions 🙂 Those effectively give you an option to use standard or even TP particles in Neutron. Simple scene attached with standard particles std_particle.c4d
  11. You can check Wikipedia for list, here is a screenshot Nothing is made exclusively in one application these days 🙂
  12. Ah, unfortunately those are gone and did not survive the hardware incident 🙂 . If any member has them feel free to ask them to share it...
  13. Thanassis is great guy, he is super fun to hang out with 🙂
  14. @jackTheStorm Here is a simplified version of that scene. I cut down number of nodes from 23 to 12 while functionally wise it is the same. Also, I generate geometry within nodes since that is most performant. Hope it helps a bit making you more friendly towards nodes. If you hit a snag with nodes just post in nodes section, there are quite a few people on forum that will be more than happy to take a stab at it 🙂 selection_pattern_holes_0001.c4d
  15. Glad you solved it, that setup can be simplified 🙂 Have you tried the built in modulo geometry node?
  16. You probably meant "piece" so I will take a guess and presume you maybe also meant "sheet" 🙂 @jackTheStorm What exactly are you trying to do which doesn't work for you?
  17. Try this one. Random point value of sphere point is retrieved. Use seed value in hash node to randomly change which value is chosen. Min max can be done with some "if" statement but I leave that up to you 🙂 rnd_from_array.c4d
  18. Hrvoje

    Point add?

    The question is in regard to Nodes 🙂
  19. Hrvoje

    Point add?

    Here is an example. One has to do topology to reconstruct it polytopo.c4d
  20. Hrvoje

    Point add?

    You can't, at least not trivially. To add a point you would have to first create one, insert it into point array then build the proper topology and assemble all back into geometry but yes, this should be added to be easy to do...
  21. Most likely doable with python but am not sure. Maybe a plugin would help here? https://mikeudin.net/product/file-sequence-exporter/
  22. Actually Neutron is far richer and more capable in options regarding array, geometry, distributions than ICE. Where it lacks is simulation though
×
×
  • Create New...