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 issue extensions/space_view3d_pie_menus#37 2024-10-21 11:37:29 +02:00
Preferences not being saved

I've tested on both Windows and Linux and it works for me. I'm also not sure why Blender refuses to save some types of keymap entries, as it seems completely random. That's why I had to implement…

Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#48 2024-10-21 11:34:00 +02:00
return back the new alt+space behavior as a setting if possible

Oh, that's a good point. Will fix, but it might have to wait till after the Blender Conference.

Demeter Dzadik commented on issue blender/blender#128445 2024-10-16 11:40:14 +02:00
IK Panel: Limit Z min/max properties don't Symmetrize correctly for the Bone

@Mets can you open a separate report for that? that way it doesn't get lost when this one is resolved

Done: blender/blender#129094

Demeter Dzadik opened issue blender/blender#129094 2024-10-16 11:39:46 +02:00
Armature Symmetrize edge case
Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#39 2024-10-16 11:35:29 +02:00
UI_pie_menu_invoke: named menu "ORIGIN_MT_pivotmenu" not found

Can you search for "Ctrl Alt X" in your keymap editor like this:

image

And see if you get any potentially…

Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#37 2024-10-16 11:16:42 +02:00
Preferences not being saved

It should be the other way around, the .txt file should be storing your add-on preferences, and they should be getting loaded from it. It only gets created on unregister/quit, but not on a crash.

Demeter Dzadik commented on issue blender/blender#128445 2024-10-15 16:48:41 +02:00
IK Panel: Limit Z min/max properties don't Symmetrize correctly for the Bone

I found one more thing in my notes!

Symmetrizing an Armature constraint whose target is a different object, fails to symmetrize the sub-target. [symmetrize_separate_armature_as_target.blend](/a…

Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#37 2024-10-15 11:49:19 +02:00
Preferences not being saved

Okay, I finally understand why the file name is different for you guys, I was just being stupid.

Note that due to technical limitations, the add-on's preferences will currently NOT be saved…

Demeter Dzadik commented on issue blender/blender#128445 2024-10-15 11:28:05 +02:00
IK Panel: Limit Z min/max properties don't Symmetrize correctly for the Bone

Oh, I have a couple other suggestions in my notes for Symmetrize, but I don't know if they would qualify as a bug, and if they do, whether they should be reported separately. For now, I'll just…

Demeter Dzadik commented on issue Mets/incremental-autosave#1 2024-10-14 14:08:17 +02:00
Incremental Autosaving creates duplicates in asset library.

Sorry I didn't see this report. At the moment I would say this isn't a bug. You should keep your autosave directory separate from your asset library directory, since the backups saved by the…

Demeter Dzadik closed issue Mets/incremental-autosave#1 2024-10-14 14:08:17 +02:00
Incremental Autosaving creates duplicates in asset library.
Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#41 2024-10-14 13:10:08 +02:00
Camera Pie

Yeah, and you apparently need to tap the shortcut (Alt+C default) instead of holding it. I actually didn't realize this, and it is a bit annoying, hmm... But nothing I can do about it I think. I…

Demeter Dzadik closed issue extensions/space_view3d_pie_menus#41 2024-10-14 13:10:08 +02:00
Camera Pie
Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#48 2024-10-14 13:04:15 +02:00
return back the new alt+space behavior as a setting if possible

Heya, this may not be a perfect solution but in order to try and please everyone, the way it works now is that if you tap Alt+Spacebar (don't hold it) to summon the pie, and THEN hold the Shift…

Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#43 2024-10-14 13:00:53 +02:00
Re-add "save" button and merge open and open recent

Hey, I'm not sure if I understand fully what you need, but note that you can disable the "Drag" toggle in the preferences on each shortcut, or even change it to a different key combo. Is that…

Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#47 2024-10-14 12:57:27 +02:00
Shading pie not work!

Heya, not sure why it might not be working. Some questions:

  • Which keymap preset are you using? "Blender", "Blender 2.7x" or "Industry Compatible"?
  • Do you get any warning messages in the…
Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#39 2024-10-14 12:54:24 +02:00
UI_pie_menu_invoke: named menu "ORIGIN_MT_pivotmenu" not found

What if you change the shortcut to something else? Are you still getting the console error mentioned earlier, about ORIGIN_MT_pivotmenu?

Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#37 2024-10-07 14:47:51 +02:00
Preferences not being saved

@Stinaus Hmm, I'm glad it's fixed, but it's not clear to me what's going on with the files. "viewport_pie_menus.txt" should be from an older version, and shouldn't be causing any conflicts, nor…

Demeter Dzadik commented on issue extensions/space_view3d_pie_menus#42 2024-10-07 14:46:02 +02:00
Insignificant detail (not an issue at all)

Definitely worth fixing, thanks for the report. :) With the recent rework of the Purge Orphans operator inside core Blender, having a custom operator exposed for this is actually not that…

Demeter Dzadik pushed to main at studio/blender-studio-tools 2024-10-04 12:25:15 +02:00
28401e21c2 Add an issue template for characters