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-24 18:21:23 +02:00
e31d379bf2 Fix #143: Corrective Action properties not properly symmetrized
Demeter Dzadik closed issue Mets/CloudRig#123 2024-05-24 18:09:11 +02:00
Add a menu for automating shape keys the same way you can with actions
Demeter Dzadik commented on issue Mets/CloudRig#123 2024-05-24 18:09:10 +02:00
Add a menu for automating shape keys the same way you can with actions

So, this has actually been a thing since day 1, but it wasn't documented. Documented it now, here: https://projects.blender.org/Mets/CloudRig/wiki/Actions#shape-keys

Also, here's an example…

Demeter Dzadik commented on issue Mets/CloudRig#7 2024-05-24 17:52:27 +02:00
Gizmos

Perhaps the cheapest way to get this done is by using the old gizmo API function that let me use a face map (although face maps are gone, hopefully this still works with attributes). The problem…

Demeter Dzadik commented on issue Mets/CloudRig#116 2024-05-24 17:47:25 +02:00
[Feature Request] Add QOL Script for renaming Outfit Custom Properties

I would like to tackle this one day as part of a bigger redesign to make the outfit system more usable instead of sort of duct-taped together with users having to understand arcane naming…

Demeter Dzadik commented on issue Mets/CloudRig#99 2024-05-24 17:39:53 +02:00
[Feature Request] Driving Actions with Custom Properties instead of Bones

Small update: The Action system is back natively in CloudRig, now that it's a stand-alone add-on, so I could tackle this again on my end. So, this is on my radar, but feature requests are not as…

Demeter Dzadik closed issue Mets/CloudRig#75 2024-05-24 17:30:52 +02:00
Scaling issue when using the toggle and bake IK/FK
Demeter Dzadik commented on issue Mets/CloudRig#75 2024-05-24 17:30:51 +02:00
Scaling issue when using the toggle and bake IK/FK

I recently re-wrote the keyframing code with two aspects that I think might have resolved this issue:

  • I'm ensuring bone matrices are being written hierarchically from top to bottom. I think…
Demeter Dzadik pushed to master at Mets/CloudRig 2024-05-24 17:25:56 +02:00
70a9272d8a Fix #97: Copy metarig drivers with drivers.from_existing()
Demeter Dzadik closed issue Mets/CloudRig#97 2024-05-24 17:25:56 +02:00
Not all components of Drivers are copied over.
Demeter Dzadik commented on issue Mets/CloudRig#112 2024-05-24 16:31:33 +02:00
Incorrect custom B-Bone handles selected when generating rig.

Thanks for the report, sorry it took me 9 months.

I was trying to store references to blender bone data while it was being modified, so I'm actually surprised it wasn't causing crashes. But…

Demeter Dzadik closed issue Mets/CloudRig#112 2024-05-24 16:29:50 +02:00
Incorrect custom B-Bone handles selected when generating rig.
Demeter Dzadik pushed to master at Mets/CloudRig 2024-05-24 16:29:50 +02:00
d7a216d6ff Fix #112: Some BoneInfo props weren't properly stored
b1f11f1e09 cloud_copy: Support a whole connected chain (also documented)
1ca489c954 BoneInfo: Add some missing (new) bbone properties
923b94b09c Fix an error I just introduced in cloud_tweak
Compare 4 commits »
Demeter Dzadik closed issue Mets/CloudRig#114 2024-05-24 15:03:50 +02:00
Bone with 0 length, generation error on Sintel rig
Demeter Dzadik commented on issue Mets/CloudRig#114 2024-05-24 15:03:49 +02:00
Bone with 0 length, generation error on Sintel rig

Thanks, this was fixed a while ago.

Demeter Dzadik closed issue Mets/CloudRig#115 2024-05-24 15:02:16 +02:00
cloudrig.ui converts all Float/Int Properties into Sliders
Demeter Dzadik commented on issue Mets/CloudRig#115 2024-05-24 15:02:15 +02:00
cloudrig.ui converts all Float/Int Properties into Sliders

It's an interesting problem though.

I fixed it by using the range as a heuristic for whether we…

Demeter Dzadik opened issue blender/blender#122217 2024-05-24 14:59:53 +02:00
Custom Properties: Datablock Pointers id_properties_ui().update(description="helo") crashes
Demeter Dzadik pushed to master at Mets/CloudRig 2024-05-24 14:50:11 +02:00
241b69f659 Improve Custom Properties support & drawing
Demeter Dzadik opened issue blender/blender#122211 2024-05-24 14:17:17 +02:00
Custom Properties: Datablock Pointers missing UI when created via Python