Jump to content

Hrvoje

Admin
  • Posts

    13,401
  • Joined

  • Last visited

  • Days Won

    178

Everything posted by Hrvoje

  1. Hm, rendered here and I don't see anything unusual...?
  2. Can you be more specific and possibly reduce the scene to bare essentials where issue is still shown? At which frame(s) you are encountering jitters?
  3. Hrvoje

    Spider Web Asset

    Hi folks Here is a nice example of Nodes asset - spider web. This is made by a dev and is really good for learning purposes also ๐Ÿ™‚ Note that scene requires R25 since asset is in capsule form. 01_Spider_Web.c4d
  4. @StratoArt Please post this question as separate topic
  5. Hrvoje

    Hello from UAE

    Hi Hamad and to the community!
  6. Hrvoje

    Animated Text

    Simple to do with Mograph as Jed shows, but if you want to do it in nodes then there are couple of options. Your graph can be optimized, there is no need to build an array or for matrix op down the stream. Array nodes work with strings directly. Very nice setup btw and commenting is much appreciated ๐Ÿ™‚ HelloSceneNodesDF_v003.c4d
  7. From experience I can tell you that making trainings is multi stage process. First you have to envision one and construct the timeline and events for it. It is very easy to fall into a trap of showing user something which requires previous knowledge which simply isn't there or is falsely assumed. Spend your time wisely and do a detailed breakdown of whole training. Write down each lesson, revisit and refine to a point where you have whole training literally on paper. Make absolutely sure that you don't convey not even a shred of incorrect information to viewer and be precise. If you will use an explanation which is not technically correct but you assume your interpretation will help viewer to understand the concept better make sure to point it out. This can take enormous amount of time. Second is to practice narration and vocalization. This is quite demanding and will take time to get comfortable with it. Watch your breathing, pops and crackles. Explaining something and building it at the same time is exponentially more difficult and it gets worse if subject is technically challenging. One more thing to consider in your (and my) case is to ensure what you are conveying is in the spirit of language and topic covered. Third is editing. The better you do the ones above, less time will be spent editing. Depending on how refined you want to go this stage can take most of the production time. Fourth, but not least important is to keep checks and checkpoints. Save often, remember where your cursor was in UI once you paused, recording app can crash, double check your mic every time, mute your cellphone etc. Make a list which you have to go through before recording. Don't hesitate to be detailed regarding scene files to a point such as "Saved_at_5:32_prior_to_when_I_extrude_a_polygon_cursor is over_this_node" style. And good luck mate, you are taking quite a challenge now ๐Ÿ™‚
  8. Unfortunately there is no new line support yes, something we will add for sure, however, you can change the UI on value node to multiline string and use that if it helps. Check the attached scene multi_string.c4d
  9. Another example Scene Breakdown: roughly 2,5 million voxel cubes If you open the scene you will notice that very dense mesh is used to generate huge amount of non intersecting voxels which lead to final result. Navigation is smooth and fast. Viewport is already set to fast shading, do not change it! This is not possible with MoGraph voxel.c4d
  10. Hi folks I was asked on pm to show a scene which "proves" major performance increase with scene nodes over MoGraph cloning. Here is a small setup which illustrates how capable node system is: Scene breakdown: 50000 rocks, gazillion polygons, distribution algorithm is preventing overlaps as much as possible If you load the scene as is you will notice that navigating is practically impossible since it is very slow and unresponsive, practically not usable. - Click in the empty space in node graph - Change the viewport to fast shading mode Now you can smoothly navigate the viewport on single mid level consumer graphics card. I would like to stress that system is not yet optimized for playback and full performance Rocks.c4d
  11. Documentation has to be updated. Selection to Indices is get selection node but name was misleading. The node will output index value for any selection that is stored in stream. For example: You can have a selection with some predefined keyword Or you can get a custom selection
  12. I have put cache under quotes for a reason. Think of it as importing mesh or splines into graph itself, so you don't need object in object manager. This means you can for example create generators with custom objects etc
  13. Yes, this is due to performance reasons. Preset system works only for classic stuff - wip ๐Ÿ™‚ btw you can ctrl+dag polygon or spline from object manager into nodes graph and have it "cached" there, not sure if you know that
  14. @Sandidolsak In imported object enabled time dependent, that will force evaluation of animated data
  15. Workflow is 100% compatible. Capsule is simply a template group node. You build whatever you want then place it in the group which corresponds to what you made ( spline primitive, selection, modifier etc), save as asset and you just drag and drop into object manager and it works ๐Ÿ™‚
  16. Try this, I used different approach and with nodes - sorry, didn't see it was python specific topic ๐Ÿ™‚ rot_diff.c4d
  17. One tip: Instead of referencing objects from old object manager, you can ctrl+drag any polygon or spline object into nodes graph and "cache" it, so it becomes pure geometry object contained within the graph
  18. You can also use some predefined stuff here - copy&paste from doc re you can enter the name of the selection that you want to read out. Otherwise, the active selection will be used. You can also use special keywords and logical operations here to create a new selection from scratch or a combination of already saved selections. The following keywords and operations can be used: default: If the geometry already has an active selection, it will be used for the output. If no selection is active, all elements of the chosen type will be used. odd: All elements of the chosen type that have an odd index will be selected. even: All elements of the chosen type that have an even index will be selected. all: All elements of the chosen type will be selected. hidden: Hidden elements will get selected. Name of a saved selection: Use the name of a stored selection to make it active. Take care to use quotes with selection names. You can also use a combination of a saved selection and another keyword or selection. Index string: You can use index numbers directly as you would with the โ€œIndex Array from Stringโ€ Node. Using operations: You can use mathematical and logical operations to combine or subtract selections. Using the string odd โ€“ โ€œcenterโ€ for instance selects all odd elements and then subtracts the selection that has been stored by the name โ€œcenterโ€. You can use +, -, & (logical and), | (logical or) as well as a comma to combine multiple selections or index sequences For those built in selections you don't need to use quotes. so use odd instead of "odd" for example. Only names selections use quotes
  19. Tried "Angle Between" node? You can get angle between two vectors. Also, can you post a scene file? Trying to get a sense of what what is the end goal, there might be a different approach. From the last file you posted is looks as though you are simply looking to decay...?
  20. You can do selections by using "select" node and designate the selection you want to use. Check the scene ๐Ÿ™‚ NODE Windows from Polygons_mod.c4d
  21. Hrvoje

    UV to mesh & back?

    Hey Sandi That was an easy on e to make ๐Ÿ™‚ I am afraid you can't write to UV tag but you certainly can import UV's from tag and process them to mesh in Neutron.
  22. Oh, I recall that movie with a kid in spaceship ๐Ÿ™‚
ร—
ร—
  • Create New...