dyei nightmare Posted October 29, 2020 Share 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? Quote Link to comment Share on other sites More sharing options...
dyei nightmare Posted October 29, 2020 Author Share Posted October 29, 2020 (edited) Edited October 29, 2020 by dyei nightmare Quote Link to comment Share on other sites More sharing options...
Noobini Posted October 29, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
dyei nightmare Posted October 29, 2020 Author Share 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 Quote Link to comment Share on other sites More sharing options...
Noobini Posted October 29, 2020 Share 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. Quote Link to comment Share on other sites More sharing options...
dyei nightmare Posted October 29, 2020 Author Share 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 Quote Link to comment Share on other sites More sharing options...
dyei nightmare Posted October 29, 2020 Author Share Posted October 29, 2020 (edited) Edited October 30, 2020 by dyei nightmare Quote Link to comment Share on other sites More sharing options...
nuki Posted November 4, 2020 Share 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.