Alexander Gavrilov angavrilov
  • Cyprus
  • Joined on 2015-08-20
Alexander Gavrilov commented on pull request blender/blender#110758 2023-09-22 14:58:36 +02:00
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.
Compare 2 commits »
Alexander Gavrilov commented on pull request blender/blender#110758 2023-09-22 14:12:50 +02:00
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 or pchan->runtime->bbone_use_bsp_mapping.

It is pretty simple: when computing the data,…

Alexander Gavrilov pushed to delta at angavrilov/blender 2023-09-22 14:05:29 +02:00
f20fc3b324 changes
f28b7ebff8 Bendy Bones: implement a new curve-aware vertex to segment mapping mode.
Compare 2 commits »
Alexander Gavrilov created branch delta in angavrilov/blender 2023-09-22 14:05:28 +02:00
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
Compare 380 commits »
Alexander Gavrilov pushed to main at blender/blender-addons 2023-09-22 12:34:14 +02:00
1e1c191755 Rigify: update for fixes in rna_idprop_ui_create.
Alexander Gavrilov pushed to main at angavrilov/blender-addons 2023-09-22 12:33:20 +02:00
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.
Compare 17 commits »
Alexander Gavrilov deleted branch pr-idprop-create-step from angavrilov/blender 2023-09-22 12:07:35 +02:00
Alexander Gavrilov pushed to main at blender/blender 2023-09-22 12:07:35 +02:00
be7e2d01a8 Python: support the step and precision arguments in rna_idprop_ui_create.
Alexander Gavrilov merged pull request blender/blender#112712 2023-09-22 12:07:34 +02:00
Python: support the step and precision arguments in rna_idprop_ui_create.
Alexander Gavrilov commented on pull request blender/blender#110758 2023-09-22 12:00:54 +02:00
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…
Alexander Gavrilov created pull request blender/blender#112712 2023-09-22 11:54:18 +02:00
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
Alexander Gavrilov pushed to pr-idprop-create-step at 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
Compare 10 commits »
Alexander Gavrilov commented on issue blender/blender#109399 2023-09-21 11:20:48 +02:00
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.

Alexander Gavrilov pushed to main at blender/blender-addons 2023-09-21 11:09:16 +02:00
08ba434789 Rigify: make panel expressions a bit more flexible.
Alexander Gavrilov pushed to main at blender/blender-addons 2023-09-20 20:30:08 +02:00
1467d62c79 Rigify: fix unreliable interpolation of limb tweak roll.
Alexander Gavrilov pushed to main at blender/blender-addons 2023-09-20 18:04:54 +02:00
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.
Compare 3 commits »