Alexander Gavrilov angavrilov
  • Cyprus
  • Joined on 2015-08-20
Alexander Gavrilov merged pull request blender/blender-addons#104695 2023-09-25 21:53:00 +02:00
Rigify - saving pbone custom properties to metarig
Alexander Gavrilov pushed to main at blender/blender-addons 2023-09-25 21:53:00 +02:00
c9c0744ff7 Rigify: saving pbone custom properties to metarig
Alexander Gavrilov pushed to pr-bbone-curved-mapping at angavrilov/blender 2023-09-25 19:58:31 +02:00
cac6505037 Add a blender wiki link to the comment.
Alexander Gavrilov commented on pull request blender/blender-addons#104695 2023-09-25 12:21:20 +02:00
Rigify - saving pbone custom properties to metarig

If current_value is actually equal to default, this would be redundant.

Alexander Gavrilov commented on pull request blender/blender-addons#104695 2023-09-25 12:21:20 +02:00
Rigify - saving pbone custom properties to metarig

This is still not using repr. Also, step and precision should now be supported directly by rna_idprop_ui_create, I fixed that recently.

Alexander Gavrilov commented on pull request blender/blender-addons#104695 2023-09-25 12:18:36 +02:00
Rigify - saving pbone custom properties to metarig

I'd quote default with repr too. Also, get rid of trailing spaces.

Alexander Gavrilov deleted branch pr-anim-remove-inherit-scale from angavrilov/blender 2023-09-25 11:13:45 +02:00
Alexander Gavrilov pushed to main at blender/blender 2023-09-25 11:13:44 +02:00
2abd026cfe Anim: remove the deprecated use_inherit_scale bone property.
Alexander Gavrilov merged pull request blender/blender#112836 2023-09-25 11:13:44 +02:00
Anim: remove the deprecated use_inherit_scale bone property.
Alexander Gavrilov created pull request blender/blender#112836 2023-09-25 10:38:43 +02:00
Anim: remove the deprecated use_inherit_scale bone property.
Alexander Gavrilov pushed to pr-anim-remove-inherit-scale at angavrilov/blender 2023-09-25 10:36:37 +02:00
a9790258ec Anim: remove the deprecated use_inherit_scale bone property.
Alexander Gavrilov created branch pr-anim-remove-inherit-scale in angavrilov/blender 2023-09-25 10:36:37 +02:00
Alexander Gavrilov pushed to main at blender/blender-addons 2023-09-23 00:00:01 +02:00
57cdb9e186 Rigify: update spline_tentacle to use modern inherit_scale settings.
Alexander Gavrilov pushed to pr-bbone-curved-mapping at angavrilov/blender 2023-09-22 16:33:26 +02:00
40e4300e4a Document tuning coefficients.
Alexander Gavrilov pushed to pr-bbone-curved-mapping at angavrilov/blender 2023-09-22 16:23:54 +02:00
63f20d06b3 Use enum.
Alexander Gavrilov commented on pull request blender/blender#110758 2023-09-22 15:11:45 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.

This whole function is clearly structured as to avoid freeing and immediately re-allocating buffers. Otherwise it all can be changed to do free + dupalloc.

Alexander Gavrilov commented on pull request blender/blender#110758 2023-09-22 15:10:19 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.

What is the point of using an enum for a field that is a temporary storage of a char DNA field. It means nothing.

In other words: this declaration has the same type as the corresponding permanent…

Alexander Gavrilov pushed to pr-bbone-curved-mapping at angavrilov/blender 2023-09-22 15:07:01 +02:00
316d9b9d16 Rename stack_ptr to stack_top.
153e5c9e64 Remove mention of joints.
Compare 2 commits »