- 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
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…
Oh, that's a good point. Will fix, but it might have to wait till after the Blender Conference.
@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
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.
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…
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…
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…
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…
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…
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…
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…
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…
What if you change the shortcut to something else?
Are you still getting the console error mentioned earlier, about ORIGIN_MT_pivotmenu
?
@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…
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…