Block a user
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
It comes from what looks reasonably good in the pictures.
Alexander Gavrilov
pushed to pr-bbone-curved-mapping at angavrilov/blender
2023-09-22 14:56:31 +02:00
bff9762a6c
Remove bbone_use_curved_mapping.
Alexander Gavrilov
pushed to pr-bbone-curved-mapping at angavrilov/blender
2023-09-22 14:17:26 +02:00
5649b6e21d
Renames.
f28b7ebff8
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
The value of joints is either determined by
pchan->bone->bbone_mapping_mode == BBONE_MAPPING_CURVED
orpchan->runtime->bbone_use_bsp_mapping
.
It is pretty simple: when computing the data,…
f20fc3b324
changes
f28b7ebff8
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
Alexander Gavrilov
pushed to pr-bbone-curved-mapping at angavrilov/blender
2023-09-22 14:02:41 +02:00
f5def8ae1c
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
be7e2d01a8
Python: support the step and precision arguments in rna_idprop_ui_create.
70ac1e5df1
Fix #112645: switching view transform unnecessarily resets look
c9f44a2f9d
EEVEE Next: Add info count for shader optimization jobs in progress
dacb768cb6
Geometry Nodes: use lazy evaluation in repeat zone
d10aecea8d
Rigify: update for fixes in rna_idprop_ui_create.
08ba434789
Rigify: make panel expressions a bit more flexible.
1467d62c79
Rigify: fix unreliable interpolation of limb tweak roll.
dbcf99bb3b
Rigify: add more hints for the user about adding layer UI buttons.
08af2f5035
Rigify: improve handling of the feature set list.
Alexander Gavrilov
deleted branch pr-idprop-create-step from angavrilov/blender
2023-09-22 12:07:35 +02:00
Python: support the step and precision arguments in rna_idprop_ui_create.
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
- First, boundaries between segments are used for a binary space partitioning search to narrow down the mapping to one segment.
- Then, a position on the segment is chosen via…
Python: support the step and precision arguments in rna_idprop_ui_create.
Alexander Gavrilov
created branch pr-idprop-create-step in angavrilov/blender
2023-09-22 11:53:04 +02:00
c39d9547b0
Python: support the step and precision arguments in rna_idprop_ui_create.
c9f44a2f9d
EEVEE Next: Add info count for shader optimization jobs in progress
dacb768cb6
Geometry Nodes: use lazy evaluation in repeat zone
7b379eb657
Cleanup: Make format
94a8dafab0
BLI_string_cursor_utf8: assert the cursor isn't negative
Blender LTS: Maintenance Task 3.6
blender/blender-addons@1467d62c79 is a math fix in Rigify that I think is safe and could be backported.
dbcf99bb3b
Rigify: add more hints for the user about adding layer UI buttons.
08af2f5035
Rigify: improve handling of the feature set list.
621149bb57
Rigify: add the spline tentacle rig from the experimental feature set.