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 pushed to master at Mets/CloudRig 2024-05-23 17:27:21 +02:00
2b5194f785 Fix #139: Squashy Spine not generating
Demeter Dzadik closed issue Mets/CloudRig#140 2024-05-23 17:01:25 +02:00
Chain Intersections are broken
Demeter Dzadik pushed to master at Mets/CloudRig 2024-05-23 17:01:25 +02:00
bf591341b4 Fix #140: Face Chain Anchor not working
17817b9a68 Extensions: Add manifest file
Compare 2 commits »
Demeter Dzadik commented on issue Mets/CloudRig#141 2024-05-23 16:23:29 +02:00
Chain bones are getting incorrect names.

Thanks for the report.

I think the best solution here may be to document this as a limitation; The code assumes that bones with incrementing names are always chains. That assumption allows…

Demeter Dzadik closed issue Mets/CloudRig#141 2024-05-23 16:23:29 +02:00
Chain bones are getting incorrect names.
Demeter Dzadik closed issue Mets/CloudRig#142 2024-05-23 16:14:21 +02:00
CloudRig X Rigging Nodes, is it possible ?
Demeter Dzadik commented on issue Mets/CloudRig#142 2024-05-23 16:14:21 +02:00
CloudRig X Rigging Nodes, is it possible ?

Hey. As far as I know, Rigging Nodes has not been updated for Blender versions past 2.80, which is a very long time ago.

If it were, maybe it would be possible to implement a component type in…

Demeter Dzadik opened issue blender/blender#122154 2024-05-23 13:18:29 +02:00
Regression: Edges without faces don't draw
Demeter Dzadik opened issue studio/blender-studio#104405 2024-05-22 19:25:02 +02:00
Download link for assets only visible under "..." drop-down menu
Demeter Dzadik commented on issue blender/blender#105317 2024-05-22 14:04:40 +02:00
Face maps removal for 4.0

@Pablo_Caracena There are LTS releases, which stands for Long Term Support, which does not get any new features, aimed specifically at professionals who…

Demeter Dzadik commented on issue blender/blender#119521 2024-05-21 21:46:05 +02:00
Extensions Platform: beta launch

Small things I noticed, let me know if I should make separate reports for any or all:

  • On the Submit page, the "guidelines" link is 404.
  • At first I…
Demeter Dzadik pushed to master at Mets/CloudRig 2024-05-21 21:01:48 +02:00
0f043cf796 Extensions: Don't import Rigify code
Demeter Dzadik commented on pull request blender/blender#121523 2024-05-21 17:56:58 +02:00
Anim: Eyedropper for bone properties

My 2 cents is that even partial functionality here would be welcome! :) Constraining pose bones to pose bones in the same armature covers like 90% of my use cases, so if you're saying that part…

Demeter Dzadik commented on issue studio/blender-studio-tools#297 2024-05-21 17:40:29 +02:00
Geonode Shapekeys: Nodegroup File not found

Thanks for the fix, LGTM!

Demeter Dzadik commented on issue blender/blender#121408 2024-05-08 19:13:36 +02:00
"Online Manual" button doesn't work with add-on preferences
  • Add-ons support extending on URL map, so any RNA they define, including preferences can be added to the documentation-map and point to their own documentation. (see `bpy.utils.register_manual…
Demeter Dzadik commented on issue blender/blender-addons#105301 2024-05-07 16:10:10 +02:00
Rigify Apply Toggle Pole to Keyframes clears out IK keyframes

Which version of that file? I was referring to the line numbers of the patch, but I gave the wrong filename, sorry. Navigating the archived stuff is a bit iffy. The file name I meant was…

Demeter Dzadik commented on issue blender/blender#121409 2024-05-07 14:25:12 +02:00
"Online Manual" button doesn't work well with add-ons hosted here on p.b.o.

Damn, okay, I think I found a bug in my browser, actually.

Firefox only takes me to the correct header sometimes. I assume it has to do with the images on the page. Argh. And I guess while I…

Demeter Dzadik pushed to master at Mets/CloudRig 2024-05-06 18:55:12 +02:00
a6e1f6a371 Fix potential errors in relink_driver()
bbfd7f2f3e Add versioning for very old Action set-ups
af011f4a89 Tweak hotkey preferences UI
Compare 3 commits »
Demeter Dzadik commented on pull request studio/blender-studio-tools#291 2024-05-06 17:08:12 +02:00
Asset Pipeline: Add Custom Properties

Yeah, I agree, we can merge this as a start, and then if we want to add support for API defined properties, that can come separately.