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#105427 2023-08-28 18:29:38 +02:00
Bone relation lines: draw between axis points

Trying to add documentation here.

Demeter Dzadik pushed to me/bone_relation_lines at Mets/blender-manual 2023-08-28 18:24:41 +02:00
40d60b61ad Fix wrong indentation
Demeter Dzadik created pull request blender/blender-manual#104536 2023-08-28 18:22:27 +02:00
Document 105427: Bone relation lines: draw between axis points
Demeter Dzadik deleted branch blender-v3.5-release from Mets/blender-manual 2023-08-28 18:21:24 +02:00
Demeter Dzadik deleted branch blender-v3.3-release from Mets/blender-manual 2023-08-28 18:21:21 +02:00
Demeter Dzadik deleted branch blender-v2.93-release from Mets/blender-manual 2023-08-28 18:21:20 +02:00
Demeter Dzadik deleted branch mont29-blendfile-compatibility from Mets/blender-manual 2023-08-28 18:21:15 +02:00
Demeter Dzadik deleted branch nrgsille-scene_3ds from Mets/blender-manual 2023-08-28 18:21:10 +02:00
Demeter Dzadik pushed to me/bone_relation_lines at Mets/blender-manual 2023-08-28 18:20:39 +02:00
6acc48f3f8 Document 105427: Bone relation lines: draw between axis points
Demeter Dzadik created branch me/bone_relation_lines in Mets/blender-manual 2023-08-28 18:20:39 +02:00
Demeter Dzadik created repository Mets/blender-manual 2023-08-28 18:15:51 +02:00
Demeter Dzadik pushed to main at studio/blender-studio-tools 2023-08-23 17:18:49 +02:00
aa7b28fd61 Update rigging section
Demeter Dzadik pushed to main at studio/blender-studio-tools 2023-08-23 15:45:08 +02:00
f8d1551596 EasyWeights: Remove hotkeys for painting.
388f7d2c6e Cleanup: EasyWeight console warnings & more
Compare 2 commits »
Demeter Dzadik commented on issue blender/blender#97909 2023-08-23 11:17:15 +02:00
Some icons cannot be overriden from python (e.g. 'Constraint.mute', 'use_fake_user')

Is this essentially a "won't fix"? Genuinely asking, so I know not to hold my breath or pester people further about this. I was expecting it to be a 5 minute fix for someone in the know, but if it…

Demeter Dzadik commented on pull request blender/blender#110758 2023-08-22 15:45:03 +02:00
Bendy Bones: implement a new curve-aware vertex to segment mapping mode.

Didn't read everything but I could swear I've tested this in the past, but anyways, Nathan poked me and I tested again.

Based on all the images and the cool material set-up, I'm just gonna…

Demeter Dzadik commented on issue blender/blender#97909 2023-08-22 15:13:47 +02:00
Some icons cannot be overriden from python (e.g. 'Constraint.mute', 'use_fake_user')

So there are three different checkboxes: "no icon", "consecutive" and "reverse consecutive" icon.

Feels like it would be easier to just pass around 2 icons, one for each state.

Demeter Dzadik commented on issue blender/blender#111276 2023-08-22 14:46:51 +02:00
PyAPI for copying drivers

Thanks for the clarification, added it to the task description.

Demeter Dzadik commented on issue blender/blender#111276 2023-08-18 19:24:12 +02:00
PyAPI for copying drivers

@angavrilov In our chat, you also had an idea for an is_empty flag for drivers, but I'm wondering if the replace keyword being added to the adding functions doesn't address the same issue. I…

Demeter Dzadik opened issue blender/blender#111276 2023-08-18 19:22:53 +02:00
PyAPI for copying drivers
Demeter Dzadik commented on issue blender/blender#105317 2023-08-18 16:13:42 +02:00
Face maps removal for 4.0

losing data when using the built in join operator

You should certainly be able to join objects with different or overlapping sets of attributes and have that data merged as expected, or be…