MOPs_Relax_Modifier

Errors? Crashes? Unexpected behavior? Please report here. Attach .HIP files whenever possible to help with debugging.
Post Reply
Coresign
Posts: 1
Joined: Thu Jul 23, 2020 7:17 pm

MOPs_Relax_Modifier

Post by Coresign »

the Relax_Modifier get weird effect,I change the wrangle
float pscale = bounds[4];
to
float pscale = bounds[3];
seem like work properly,It's a bug?

User avatar
toadstorm
Site Admin
Posts: 142
Joined: Sun Sep 22, 2019 1:28 pm

Re: MOPs_Relax_Modifier

Post by toadstorm »

This is an oversight; I've just rewritten that part of the node to estimate the scale of each instance by finding the largest bounding box axis. There's also now an option to specify which bounding box axis determines the point scale, for very oblong instances.

These updates are in the `henry_dev` branch on GitHub if you'd like to try them right away. I'll push it to a new Experimental build soon.

Post Reply