Jump to content

Havealot

Maxon
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    6

Community Answers

  1. Havealot's post in Cloner Objects rotating with changing position was marked as the answer   
    @TristanV Make sure all parent objects (nulls, sds,...) are centered in the rotational axis of your bottle. Otherwise a rotation will look like a positional change. 
  2. Havealot's post in Rigging: Measure an angle between two Vectors was marked as the answer   
    angle_between_two_vectors.c4d
  3. Havealot's post in Scale clones to their individual axis center points was marked as the answer   
    @Johnny Maunason For this particular use case the Fracture object isn't the right solution. Just group your objects along with the effector (with deformation set to object) under a null and it should scale relative to the individual axes. 
  4. Havealot's post in Net Ball Simulation Help was marked as the answer   
    @Jaee Is your setup correct? I assume what you are trying to do is to use the simluted (low res) version of a mesh to deform a high res net. But your deformer is a child of the wrong object. 
  5. Havealot's post in Rigid body sim problem was marked as the answer   
    @Karina P Reduce the collision margin to something lower. You can find it here: Project settings -> Bullet -> Expert -> Collision Margin. 0.1 or even 0.05 looked good in my test. 
  6. Havealot's post in Unexpected behavior with Random Selection Capsule was marked as the answer   
    @HappyPolygon Until it is fixed you can use this custom version of the random selection. To install it go to the Asset Browser -> Create menu -> "Import Assets..." and point it at the zip file (don't unzip). After you've done that there will be a new version of the asset, that is more random. 
     
    random_random_selection.zip
  7. Havealot's post in Combine multiple vdbs into one single vdb? was marked as the answer   
    @kikilem If you load vdb files they will come in as volume loader objects. Put them in a volume builder and set it to the respective mode (I assume you are using fog volumes). Now you can export that as a vdb. Also works for volume sequences in case your clouds are animating. You can also use this workflow for filtering or resampling vdbs. 
  8. Havealot's post in Greeble not working in R2023.1 ? was marked as the answer   
    @martijnP Here is a fixed version of the asset, that you can use until it is fixed in the data base. Just go to the Asset Browser, choose "Import Assets" from the Create menu, select the zip file (no need to unzip) and choose "Preferences" as your database (or any other db if you have created any). After that your scene file should load with the fixed version of the asset. If not, select the Greeble Assert in the Object Manager, go to the Basic tab and set the Asset Version to either "Latest" or the newest in the dropdown. 
    Greeble_fix.zip
  9. Havealot's post in Booléan problem was marked as the answer   
    @FerLop If you want to bool splines, use the spline mask, not the boolean. 
  10. Havealot's post in CAD Style Wireframe Color was marked as the answer   
    @janan If it's ok to have all of them use the same (not black) color, you can just change the wireframe color in the preferences:

    Scheme Colors > Viewport > Shaded Wire
  11. Havealot's post in Displace + Distribution was marked as the answer   
    You can use the loop over your distribution (the iterate collection node connected to your linear distribution) to vary the seed for each plane. Note though that this will cause an error. The point set node inside your displacer group will get confused since the domain (scope) port is not connected. The scope you want to use is the iteration that goes over your points. 
    Displace + Distribution2.c4d
  12. Havealot's post in Use Effectors to Trigger MoGraph Clone Animation was marked as the answer   
    @Maber Select the Python Effector, open the Python Editor, scroll to line 78 and replace "xrange" with "range". That should fix it. Python was upgraded from 2.7 to 3.0 and this one of the few incompatibilities. 
×
×
  • Create New...