Demeter Dzadik Mets
  • Amsterdam, Netherlands
  • https://studio.blender.org/
  • I work as the character rigger at Blender Studio. I've rigged the characters on the open movies starting with CoffeeRun. You can download most of those rigs here

  • Joined on 2019-01-08
Demeter Dzadik commented on pull request blender/blender#116163 2023-12-15 11:50:35 +01:00
Anim: Add falloff shape property to Weight Paint context menu

Damn, the checkboxes don't look as nice as I'd hoped. I'd go with #3, or actually just embrace toggle=True instead. But I don't mind too much, it's up to you or whoever else wants to chip in.

Demeter Dzadik commented on pull request blender/blender#105120 2023-12-14 13:11:44 +01:00
Animation: Remove collection hotkeys from pose mode

shift-m, 2, to switch to armature layer 2

Ah, I didn't know the number keys worked in that pop-up.

Fair concerns about the pie menu idea. For me, using a pie is definitely a lot easier and…

Demeter Dzadik commented on pull request blender/blender#116163 2023-12-14 12:08:44 +01:00
Anim: Add falloff shape property to Weight Paint context menu

I'm fine with this, in fact I also have an add-on that makes the weight paint context menu less useless, and this is one of the buttons I put there for myself as well. Here's what mine looks like,…

Demeter Dzadik pushed to main at studio/blender-studio-tools 2023-12-12 17:13:08 +01:00
49c9281892 Asset Pipeline: Cleanup: Avoid some uses of eval()
Demeter Dzadik commented on pull request blender/blender#113364 2023-12-12 13:34:09 +01:00
Indicate Parent Inverse Matrix State in UI

That's a good idea. For a different PR, though

Fair enough. :)

I like the idea of exposing the parent inverse matrix as read-only decomposed loc/rot/scale values, if that is a possibility. …

Demeter Dzadik commented on pull request blender/blender#105120 2023-12-12 13:30:45 +01:00
Animation: Remove collection hotkeys from pose mode

@vasiln

I used hotkeys to control armature layer visibility frequently

Just to be clear, these were your custom hotkeys, right? As far as I understand, the 1,2,3,etc hotkeys never worked on…

Demeter Dzadik commented on pull request blender/blender#115807 2023-12-12 11:54:48 +01:00
Fix #114981 : Add box, circle and lasso selection tools to weight paint + bone select mode

Ah, so Blender is already inconsistent as it is, and right-clicking in an empty space in weight paint mode won't deselect bones like it does in pose mode. Odd indeed.

I'd say that's a separate…

Demeter Dzadik commented on pull request blender/blender#115853 2023-12-11 15:25:52 +01:00
LibOverride: Modify automatic handling of which IDs to override in a hierarchy.

LGTM. 👍


To re-explain our use case here at the Blender Studio:

Let's take the Rocket Exterior, a very complex prop from "Wing It!". This has the case of a…

Demeter Dzadik commented on pull request blender/blender#105120 2023-12-11 12:32:47 +01:00
Animation: Remove collection hotkeys from pose mode

@1D_Inc You're welcome to contribute a concrete idea for a solution, or to follow the thread in silence. Please stop using this thread just to vent. Thanks.

Demeter Dzadik commented on issue blender/blender#115310 2023-12-11 12:19:29 +01:00
Bone collections can be added to system-overridden (i.e. non-user-editable) armatures

you did update the issue description to account for this, right? I forgot, but Germano did when he left his comment 2 weeks ago, thank you Germano!

I tried reducing the repro steps now by…

Demeter Dzadik closed issue blender/blender#115941 2023-12-08 15:31:43 +01:00
Overrides: Overridable Python Properties don't get saved
Demeter Dzadik commented on issue blender/blender#115941 2023-12-08 15:31:40 +01:00
Overrides: Overridable Python Properties don't get saved

set the my_pointer to be overridable as well

That... works...! Sorry...! 😅 Ignore me, have a nice day, thank you 🙏

Demeter Dzadik commented on issue blender/blender#115941 2023-12-08 13:38:43 +01:00
Overrides: Overridable Python Properties don't get saved

Sorry, I don't think this is specific to BoneCollections, seems to happen for properties registered on bpy.types.Object too. Editing task accordingly.

Demeter Dzadik opened issue blender/blender#115941 2023-12-08 13:36:30 +01:00
Overrides/BoneCollections: Overridable Python Properties don't get saved
Demeter Dzadik commented on pull request blender/blender#113364 2023-12-08 13:10:21 +01:00
Indicate Parent Inverse Matrix State in UI

I recently had to work with a complex asset with lots of object parenting, and I want to propose the "Clear Inverse Matrix" button to also Keep Transforms, as I think this would be most commonly…

Demeter Dzadik commented on pull request blender/blender#105120 2023-12-08 13:00:58 +01:00
Animation: Remove collection hotkeys from pose mode

That's an argument against this feature in general though, not about animation specifically.

To make it more specific to animation, animators in a prod environment will be working with…

Demeter Dzadik commented on pull request blender/blender#115807 2023-12-08 12:35:29 +01:00
Fix #114981 : Add box, circle and lasso selection tools to weight paint + bone select mode

Oh wow, nevermind, I think it's not a left/right-click select thing, but a tool vs hotkey thing. Selection Tools, which I never used, behave differently from B/C/Ctrl+Click hotkeys... Wow. I…

Demeter Dzadik commented on pull request blender/blender#115807 2023-12-08 11:51:21 +01:00
Fix #114981 : Add box, circle and lasso selection tools to weight paint + bone select mode

Thanks for the patch!

When an object has multiple armatures deforming it To be clear, this is practically unsupported in Blender as it is, so the fact that it doesn't work perfectly is not…

Demeter Dzadik pushed to main at studio/blender-studio-tools 2023-12-08 00:53:51 +01:00
20b903e7fd Asset Pipeline: Improve Staging UX + Minor Fixes (#178)
Demeter Dzadik merged pull request studio/blender-studio-tools#178 2023-12-08 00:53:50 +01:00
Asset Pipeline: Improve Staging UX + Minor Fixes