@blender-bot package
Updated the implementation:
- Smoothing width is now relative to the straight bone length (head-tail distance) rather than curve length.
- Width is set to 0.222…
Are there more helper functions that might be useful that I'm not thinking of?
So, I had to add checks to a few operators implemented in python, and this is the [helper function](https://proje…
Yeah, that's a good point. Having said that, I was playing around with the nodes like a dumb idiot (no real logic or understanding behind it), and I stumbled upon this, which removes the…
- Unless there's a demonstrable quality difference between the methods, I think we should go with the fastest executing one, which I assume is non-smoothed(?). The important thing is that the…
@Mets @nathanvegdahl In the interest of final polishing, I would like some opinions on these questions regarding configuring the smoothing math, using the attached file containing the material…
@Mets It's not exactly new, is_empty
already exists, but only checks if the fcurve has no keyframes. I suggest extending it to check if the driver has any non-default settings for driver fcurves.
@blender-bot package
Found a way to make the mapping isolines bordering the pure blue and red areas even smoother:
@angavrilov In our chat, you also had an idea for an
is_empty
flag for drivers, but I'm wondering if thereplace
keyword being added to the adding functions doesn't address the same…