Files
test2/doc/python_api/examples
Alexander Gavrilov 36c6bcca1a Python API: expose the math mapping vertex positions to B-Bone segments.
Recently a user expressed interest in exporting baked animation
with B-Bone segments. Currently the python API already exposes
segment matrices via a PoseBone method, but there is no access
to the mapping of vertices to the segments.

Although currently the math is simple and easy to re-implement,
forcing Python add-ons to do that would cause a maintenance issue
if the mapping is ever changed later (it's quite dumb, ignoring
the rest pose curve, and there definitely is room for improvement).

This patch extracts the relevant math into a BKE function, and
exposes it in the python API as a new PoseBone method.

Pull Request: https://projects.blender.org/blender/blender/pulls/105419
2023-08-03 14:44:39 +02:00
..
2021-09-18 19:28:55 +02:00
2021-07-06 12:05:27 +10:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-06-06 17:13:02 +02:00
2021-07-06 12:05:27 +10:00
2019-03-22 00:07:06 +11:00
2019-03-22 00:07:06 +11:00
2021-07-06 12:05:27 +10:00
2022-05-11 11:02:01 +10:00
2016-02-15 19:43:08 +11:00
2019-03-17 21:00:56 +11:00
2015-09-08 19:42:58 +10:00
2022-04-26 15:03:04 +10:00