Commit d25a0d8
feat(ghpython): Cf_InverseKinematics warns on wired-but-None inputs
If `planner` or `target` is wired (SourceCount > 0) but the upstream
returned None, surface a warning naming the input — typically means
the upstream component itself failed (e.g. AnalyticalKinematicsPlanner
returning None when its solver doesn't accept the loaded cell). The
old silent `return None` made it hard to tell whether IK was broken
or simply not given a usable input.
Unwired inputs stay silent so the canvas isn't noisy while the user
is still building it.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent ff5d48d commit d25a0d8
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
0 commit comments