Jump to content

Havealot

Maxon
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Havealot

  1. I fear the most straight forward answer is going to be Python Field / Effector.
  2. Hi Sophia, You should be able to find some on Youtube. Greyscale Gorilla posted has some basic tutorials done by Chris Schmidt. EJ (eyedesign) has some on youtube as well. While many people these days prefer video tutorials I still believe it is helpful to read the manual. All Xpresso nodes are explained in the c4d help. In most cases you won't be needing all of them but knowing what is possible will help you with future projects as you will know where to look.
  3. There are several ways of doing this. Here are a few: 1: Xpresso driving offset - Create an Xpresso tag, drag A onto the canvas, click on the red corner of the node and pick the position port from the menu - Drag B onto the canvas and add a position input (blue corner) - Create a constant node, set it to vector and set the offset according to your needs - Create a math node set it to vector and make sure the function is set to "add" - Wire the position of A into the first input of the math node - Wire the output of the constant node into the second input of the math node - Wire the output of the math node into the position input of B - Now B should inherit the position animation of A but with the offset set in the constant node 2. Null driving offset - Create an Xpresso tag, drag A onto the canvas, click on the red corner of the node and pick the position port from the menu - Drag B onto the canvas and add a position input (blue corner) - Wire the position output of A into the position input of B - Create a null object and make object be child of it - Move the null to where you want the animation to happen - Now B should inherit the position animation of A but relative to the position of the null 3. Constraints (no Xpresso) - Create a PSR constraint tag - Go to the PSR tab and drag A into the target slot - Unfold "Offset" and change the XYZ offset - Now B should inherit the position animation of A but with the offset defined in the constraint tag And in case you don't know, you can easily create the basic setup from the context menu. Right-click the parameter you want on the source object (A) and pick "Xpressions -> Set Driver" from the context menu. Do the same on the parameter of your target object but this time pick "Set Driven". An Xpresso tag will be created automatically with the node and ports you need. I suggest to watch a few Xpresso beginner tutorials. Xpresso is old but opens up a lot of possibilities if you are willing to learn it. This is really the most trivial thing it can do.
  4. You can extrude the spline and then use MoExtrude to achieve random extrusion heights. If you have R20 you have much more control over where how much extrusion will occur by using the Fields. I attached an example without Fields as your profile states you use R16. random_height_city.c4d
  5. The offices are listed on the MAXON website as well. Not really a well kept secret :D If you are curious to see some of MAXON's faces, there is also this: It's pretty outdated though.
  6. In R20 you should be able to pull this off without any Xpresso just by using Fields.
×
×
  • Create New...