dyei nightmare 3 Posted October 29, 2020 path deform's rigidity not very clear, this feature is not clear, where should be the atribute per point to make a variable stiffness? in the curve? on the model? the tool tip says: "foreach point inte model, this attribute sets what point on the curve the model point should map to." to me, makes more sense to have this attrib on the model, but this doesnt work, neither on the curve, so where it should be? Share this post Link to post Share on other sites
dyei nightmare 3 Posted October 29, 2020 (edited) Edited October 29, 2020 by dyei nightmare Share this post Link to post Share on other sites
Noobini 686 Posted October 29, 2020 (edited) just works man...group>points>rigid in pathdeform use the group defined above. here's a train, the 4 middle carriages are rigid, the rest will bend. Edited October 29, 2020 by Noobini Share this post Link to post Share on other sites
dyei nightmare 3 Posted October 29, 2020 thanks just found that this feature isnt helping with i want, i though it was a feature that helps you to not deform in an unaceptable way with lines with high curvature, what i need is a way to give to the model a stiffness so it doesnt bend a lot, but this feature what is doing is just reposition points acording a float value what ever it comes from, it is a remapper of the position, what need is some feature that prevends extreme folding or extreme bending in a very curved line, lets say like a strech stiffness Share this post Link to post Share on other sites
Noobini 686 Posted October 29, 2020 20 minutes ago, dyei nightmare said: thanks just found that this feature isnt helping with i want, i though it was a feature that helps you to not deform in an unaceptable way with lines with high curvature, what i need is a way to give to the model a stiffness so it doesnt bend a lot, but this feature what is doing is just reposition points acording a float value what ever it comes from, it is a remapper of the position, what need is some feature that prevends extreme folding or extreme bending in a very curved line, lets say like a strech stiffness you want alot, need alot but simply won't upload your file. stuff it, I'm not gonna upload my file either...here's a clue...work it out. Share this post Link to post Share on other sites
dyei nightmare 3 Posted October 29, 2020 (edited) @Noobini whoaa! no, no, dude, maybe im not explaining well my self, what mean, is that i had this misconception, of what i needed, i didnt uploaded any file because this issue has a good explanation, you see, what i want to do is to make a dinamic offset on v, where the major curvature is smoothed, but this isnt a path, but just trajectories of v, so im thinking in another solution based on calculate curvature of v and smoothing its trajectory so it doesnt bend a lot, Edited October 30, 2020 by dyei nightmare Share this post Link to post Share on other sites
dyei nightmare 3 Posted October 29, 2020 (edited) Edited October 30, 2020 by dyei nightmare Share this post Link to post Share on other sites
nuki 37 Posted November 4, 2020 (edited) If you want to smooth a trajectory, temporally filtering P in CHOPs might be another possible approach. Either on packed geo ("rigid" pieces) or points (deforms the mesh). If you want to filter the animation of packed prims (conserves volume) I think you'd have to filter the "packedfulltransform" prim intrinsic matrix in order to account for rotation and scale. chopsfilter.hiplc Alternatively you could generate curves from your obj trajectories, resample as subdiv curve and then animate corresponding objects on that smoothed path. That way you could smooth based on local features too (curvature) instead of just averaging values over time. Edited November 4, 2020 by nuki Share this post Link to post Share on other sites