Skip to content

Is it possible to solve Bend Deformer's Curvature ? #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yingDev opened this issue May 10, 2025 · 1 comment
Open

Is it possible to solve Bend Deformer's Curvature ? #278

yingDev opened this issue May 10, 2025 · 1 comment
Assignees
Labels

Comments

@yingDev
Copy link

yingDev commented May 10, 2025

I have a simple card like cube, I added several markers and rivets for the bundles, it solved fine.
But the card is supposed to be able to bend, so I added a Nonlinear > Bend, then I added another maker and a rivet on the card's edge, now I get this:

 // Warning: mmSolver._api._execute.main : Invalid parameters and errors (param=0 errors=0 frames=1), skipping solve: [1]

and the Curvature value never gets updated.

@david-cattermole
Copy link
Owner

Hello @yingDev,

Thanks for reporting this!

I could suggest that you enable the "Evaluate Mesh Rivets" check-box in the Solver UI (see screenshot):
Image

If that doesn't work, it could be a bug that I'd need to look into.

Can you let me know what your Operating System, and Maya version is? If possible, I'd also like a Maya scene that I can use to reproduce the issue and debug the problem.


I should note that when I started mmSolver (around the time of Maya 2016/2017), evaluation of the Maya DAG was quite predicable, and it worked well. As Maya releases continued and the "Parallel Rig Evaluation" feature was integrated into Maya more, I've found the DAG evaluation to be less predictable.

Nowadays, I highly recommend avoiding using Maya DAG features (such as using constraints, rivets, and parenting bundles inside Maya rigs). The reason for this is that I've added a lot of optimizations to avoid evaluating the Maya DAG entirely, which I can be sure evaluates correctly and perfectly matches Maya in these simplified scenes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants