- Amsterdam, Netherlands
- https://cessen.com
-
Animator, rigger, and software developer. Currently working at the Blender Institute as a developer on Blender's animation system.
Been using Blender since 1998, and worked on Big Buck Bunny and Sintel (two of Blender's open movie projects).
- Joined on
2003-03-21
Okay, thanks for looking into it.
Just to double-check: is the challenge the layout (making something a sub-item) or the greying-out/disabling? Or both? If it's only the layout, then I think…
Code looks good and works great in testing.
Another possibility would be to make "Clear Constraints" a sub-item under "Visual Keying" and grey it out (and internally disable it) when "Visual Keying" isn't checked. That would make the…
Looks good, and works great in testing.
Code looks good and works great in testing.
The code seems good... except for some reason this isn't actually fixing the issue for me (following the steps with the example blend file in the linked issue).
That triggers an assert when saving:
BLI_assert failed: /home/guest/Projects/blender/blender/source/blender/blenkernel/intern/main_idmap.cc:152, BKE_main_idmap_insert_id(), at 'existing_key…
Code looks good, and works great in testing. Just one small note that can be addressed while landing.
I would add a note here that properties are intended to be added on a case-by-case basis, to avoid mirroring things that shouldn't be mirrored. Just to ward off someone trying to do something "clever".
I've spent some time looking into this, but it seems to be the intersection of two systems that I only have a rough high-level understanding of: partial blend file writing/reading and library…