Alexander Gavrilov angavrilov
  • Cyprus
  • Joined on 2015-08-20
Alexander Gavrilov pushed to main at blender/blender 2024-02-05 20:12:52 +01:00
3cf1c795ff Fix assertion when creating an override of a enum custom property.
Alexander Gavrilov pushed to main at blender/blender-manual 2024-02-05 19:17:50 +01:00
f1b235a9dc Rigify: tweaked how the pole toggle is displayed.
Alexander Gavrilov pushed to main at blender/blender-addons 2024-02-05 18:49:12 +01:00
abda90b0a9 Rigify: bump version.
Alexander Gavrilov pushed to main at blender/blender-addons 2024-02-05 18:47:32 +01:00
220e35005d Rigify: change the pole toggle UI to use On/Off text instead of icons.
Alexander Gavrilov pushed to main at blender/blender-developer-docs 2024-02-05 12:20:17 +01:00
ce6524f939 Update docs/release_notes/4.1/add_ons.md
Alexander Gavrilov opened issue blender/blender#117813 2024-02-04 19:36:25 +01:00
Regression: broken UI drawing of custom property values with slider=True.
Alexander Gavrilov pushed to main at blender/blender-manual 2024-02-04 16:27:44 +01:00
27364d6574 Rigify: document use of boolean and enum properties in the interface.
Alexander Gavrilov pushed to main at blender/blender-addons 2024-02-04 16:23:52 +01:00
0585a98f16 Rigify: use the new boolean and enum custom properties where appropriate.
Alexander Gavrilov commented on pull request blender/blender#104456 2024-01-30 17:20:51 +01:00
WIP: all of my pending patches.

@blender-bot package

Alexander Gavrilov pushed to pr-undo-fixes at angavrilov/blender 2024-01-30 17:18:46 +01:00
8ca49d2e3a Fix undo overreach in various paint modes for #69760 and related.
Alexander Gavrilov pushed to pending-combined at angavrilov/blender 2024-01-30 17:18:43 +01:00
478cb2c33f Merge branches 'dev-shapekey-locking-gproject', 'pr-shapekey-smoothing', 'pr-shrinkwrap-tproj' and 'pr-undo-fixes' into pending-combined
8ca49d2e3a Fix undo overreach in various paint modes for #69760 and related.
Compare 2 commits »
Alexander Gavrilov pushed to main at blender/blender-developer-docs 2024-01-30 16:44:26 +01:00
2138d1733f Update docs/release_notes/4.1/add_ons.md
Alexander Gavrilov pushed to main at blender/blender-addons 2024-01-30 16:42:10 +01:00
69f9e45f7b Rigify: update code to support nested bone collections.
Alexander Gavrilov commented on pull request blender/blender#117289 2024-01-30 12:04:21 +01:00
Support for enum items parameter in rna_idprop_ui_create

So, I actually did some tests and it seems max and min are only relevant to the UI, and are ignored if the UI is a menu. But I still think that when items are specified, the function should either…

Alexander Gavrilov commented on pull request blender/blender#104456 2024-01-30 11:45:59 +01:00
WIP: all of my pending patches.

@blender-bot package

Alexander Gavrilov pushed to pr-undo-fixes at angavrilov/blender 2024-01-24 17:46:05 +01:00
8d70e1b0b6 comment tweaks
Alexander Gavrilov commented on issue blender/blender#117424 2024-01-24 12:14:06 +01:00
Sculpt undo does not revert changes propagated to dependent shape keys.

As background, part of the reason there was often a separately allocated array is that there was a distinction between MVert and the float[3] data stored for shape keys. I've been trying to…

Alexander Gavrilov commented on issue blender/blender#117424 2024-01-23 14:31:59 +01:00
Sculpt undo does not revert changes propagated to dependent shape keys.

Reverting to something like the following works (not sure exactly why -- and it seems to defeat the purpose of the commit?)

Well, there seem to be two major things BKE_keyblock_convert_to_vert…

Alexander Gavrilov opened issue blender/blender#117424 2024-01-22 21:34:53 +01:00
Sculpt undo does not revert changes propagated to dependent shape keys.