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 closed issue blender/blender#109791 2023-07-06 18:54:31 +02:00
Studio.b.o/pipeline: Make date format less terrible
Demeter Dzadik commented on issue blender/blender#109791 2023-07-06 18:54:29 +02:00
Studio.b.o/pipeline: Make date format less terrible

Argh, wrong repository.

Demeter Dzadik opened issue blender/blender#109791 2023-07-06 18:52:50 +02:00
Studio.b.o/pipeline: Make date format less terrible
Demeter Dzadik commented on pull request blender/blender#109704 2023-07-06 17:13:24 +02:00
LibOverride fixes for Blender 3.6.2 LTS

Right, talked in chat, this is what I should've tested, and have tested now:

  • Revert shot file to broken state (objects flying away due to bad parent inverse matrix)
  • Change parenting of those…
Demeter Dzadik commented on pull request blender/blender#109704 2023-07-06 16:50:08 +02:00
LibOverride fixes for Blender 3.6.2 LTS

Hmm, I'd probably go with the first option.

Still, that means I can't really test the patch in a meaningful way, but of course if you think it's an improvement in any case, and since at least I…

Demeter Dzadik commented on pull request blender/blender#109704 2023-07-06 16:22:16 +02:00
LibOverride fixes for Blender 3.6.2 LTS

Right, but the weird thing is, I was trying to make parenting changes in the library file. In 3.1 RC without the patch, and it just worked!

See this part of my comment:

I tried changing…

Demeter Dzadik created pull request studio/blender-studio-tools#102 2023-07-06 16:17:37 +02:00
New add-on: Incremental Autosave
Demeter Dzadik pushed to incremental_autosave at Mets/blender-studio-pipeline 2023-07-06 16:15:11 +02:00
5986af2724 Expose save_before_close option in UI
Demeter Dzadik pushed to incremental_autosave at Mets/blender-studio-pipeline 2023-07-06 16:11:36 +02:00
8923aa7a8b New add-on: Incremental Autosave
Demeter Dzadik created branch incremental_autosave in Mets/blender-studio-pipeline 2023-07-06 16:11:36 +02:00
Demeter Dzadik created repository Mets/blender-studio-pipeline 2023-07-06 16:09:33 +02:00
Demeter Dzadik commented on pull request blender/blender#109704 2023-07-06 15:44:01 +02:00
LibOverride fixes for Blender 3.6.2 LTS

Context:

Original issue we encountered was that some objects of an asset in a shot file had the default matrix as their parent inverse matrix, even though in the source file, it was some…

Demeter Dzadik pushed to main at studio/blender-studio-tools 2023-07-05 18:31:28 +02:00
ff60260ca5 AnimCupboard: Add Relink Overridden Asset operator
Demeter Dzadik commented on pull request blender/blender#107902 2023-07-03 18:34:22 +02:00
Fix #104054: Symmetrize visible ebones when nothing selected

I think final decision lies with Sybren, but if you ask me, yes, I would either leave the operator the way it is, or add graying out / error throwing behaviours to improve the situation in a…

Demeter Dzadik commented on issue studio/blender-studio-tools#84 2023-07-03 16:45:18 +02:00
Proposal: Create 'Convention Check' System

Some ideas that are coming up today:

Orphan Data:

  • Collections must never ever have use_fake_user=True, even though that is the default. The amount of problems this causes is nuts, and it…
Demeter Dzadik pushed to main at studio/blender-studio-tools 2023-06-27 16:59:07 +02:00
6a5a985c7c GNSK: Fix error adding to objects with no animdata
Demeter Dzadik commented on pull request blender/blender#108791 2023-06-22 19:22:09 +02:00
Keymap: improve consistency for paint modes

I have nothing against the proposed Weight Paint keymap changes.

  • Most of these are rarely used anyways.
  • Ctrl/Shift+Click behaviour I currently have implemented in an add-on, and would be…
Demeter Dzadik commented on pull request blender/blender#107902 2023-06-22 18:46:27 +02:00
Fix #104054: Symmetrize visible ebones when nothing selected

I think it's worth noting that Blender is very inconsistent when it comes to how operators that need a selection behave when they don't have a selection:

  • Symmetrize, Delete, Shade Smooth,…
Demeter Dzadik pushed to main at studio/blender-studio-tools 2023-05-26 12:50:48 +02:00
e8647905ae GNSK: Fix PyAPI breakage (context overriding)
Demeter Dzadik commented on issue blender/blender#108285 2023-05-26 07:20:33 +02:00
Remap Users operator doesn't work on Objects

I would expect the button to behave the same as the call 'ID.user_remap(other_ID)'

Which, for an object that is linked to a scene, will always do something, and result in it not being linked to…