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 main at studio/blender-studio-tools 2024-02-14 18:45:25 +01:00
df6e8943e8 Blender Log: Initial Commit
6257b81c85 Asset Pipeline: Integration with Blender Log add-on
Compare 2 commits »
Demeter Dzadik pushed to main at studio/blender-studio-tools 2024-02-12 17:22:52 +01:00
b0bde665c8 Asset Pipeline: Null-check for asset_data
25b07a45f4 Asset Pipeline: Avoid 2 coll linking errors
Compare 2 commits »
Demeter Dzadik pushed to main at studio/blender-studio-tools 2024-02-09 14:50:09 +01:00
dc0a69737c Asset Pipeline: Typo fix
Demeter Dzadik closed issue studio/blender-studio-tools#184 2024-02-05 18:09:54 +01:00
Geonode Shape Keys does not work with Blender 4.0
Demeter Dzadik commented on issue studio/blender-studio-tools#184 2024-02-05 18:09:53 +01:00
Geonode Shape Keys does not work with Blender 4.0

Hey there, thanks for the report, should be fixed now!

Demeter Dzadik pushed to main at studio/blender-studio-tools 2024-02-05 18:09:38 +01:00
67dd17a0fb GeoNode ShapeKeys: Fix error with multiple objects
Demeter Dzadik pushed to main at studio/blender-studio-tools 2024-02-05 17:35:47 +01:00
dbdf99cf92 GeoNode ShapeKeys: 4.0 API breakage
Demeter Dzadik pushed to main at studio/blender-studio-tools 2024-02-02 16:10:42 +01:00
daf655440a Rename "In-File Prefixes" to "Datablock Names"
Demeter Dzadik opened issue blender/blender#117720 2024-02-01 12:05:57 +01:00
Crash when selecting these two armatures
Demeter Dzadik commented on pull request blender/blender#117669 2024-01-31 14:26:51 +01:00
Anim: Graph Editor - automatically lock key translation to a single axis

scale seemed very counter productive to lock down

I'm not an animator so you can ignore me, but I'd be curious what the original proposers of this functionality think. If the goal is to…

Demeter Dzadik commented on pull request blender/blender#113364 2024-01-30 17:40:49 +01:00
Indicate Parent Inverse Matrix State in UI

Having it as properties might be a bit more code but it has several benefits, like being able to easily copy values to clipboard, and seeing the properties with the approprieate units (degree…

Demeter Dzadik commented on pull request studio/blender-studio-tools#213 2024-01-25 01:44:25 +01:00
Asset Pipeline: Use a weak ref for Asset Collection to improve performance

This sadly needs some extra spicy sauce in order to not cause issues during pull, since we are actually renaming the asset collection during transfer...

Demeter Dzadik commented on issue blender/blender#112423 2024-01-25 00:38:47 +01:00
Recover Autosave breaks library paths

Ah, cool that you got around to this, thanks! I'm still using my custom autosave add-on, and it has saved my ass on at least a couple of occasions where normal autosave wouldn't have, so having…

Demeter Dzadik suggested changes for studio/blender-studio-tools#213 2024-01-25 00:27:28 +01:00
Asset Pipeline: Use a weak ref for Asset Collection to improve performance

How about adding this load_post handler to version old files?

Demeter Dzadik commented on pull request studio/blender-studio-tools#213 2024-01-25 00:27:28 +01:00
Asset Pipeline: Use a weak ref for Asset Collection to improve performance

bpy.app.handlers.load_post.append(AssetPipeline.set_asset_collection_name_post_file_load)

Demeter Dzadik pushed to main at studio/blender-studio-tools 2024-01-24 17:52:49 +01:00
313d33fd07 Asset Pipeline: Don't transfer edgedata if 0 edges
Demeter Dzadik commented on pull request blender/blender#117414 2024-01-23 19:30:37 +01:00
Anim: bone collections, add 'solo' flag

Yep, if people don't have strong feelings for the opposite, I wouldn't gray out the stars. There may not be a perfect indication of solo-ing being active, but I think that's not the end of the…

Demeter Dzadik commented on pull request blender/blender#117414 2024-01-23 15:45:27 +01:00
Anim: bone collections, add 'solo' flag

to make it easier to see that there is no "soloing" enabled anywhere.

Hmmm, that does makes sense, but grayed out usually means "you can't click this", so it's also a bit confusing. I don't…

Demeter Dzadik commented on pull request blender/blender#117414 2024-01-22 16:50:17 +01:00
Anim: bone collections, add 'solo' flag

Thanks so much for doing this (and so many other things) at my request!

What do you think of the GUI?

I agree it's good that it's consistent with other "Solo" concepts in Blender, even if…