Voice-of-Shadow
但是我更希望能有一个操作方式可以单独显示层级树某些内容而隐藏其他内容(类似PS 的alt + MBL 独显。多选图层后右键后又选项选择。或者类似AE那种直接一个独显的功能)
In fact, that feature is on our roadmap:
Unfortunately, while the selection features may seem simple at first glance, they are actually quite complex in Spine. Unlike Photoshop's layers, you can select a variety of elements simultaneously—such as bones, slots, mesh attachments, and constraints—rather than just items within the same category, so it's taking some time to implement them.
Regarding inheritance, at least for scale inheritance, the following improvement is already on our roadmap:
As for rotation inheritance, we don’t have any similar plans at this time. (We haven’t received as many requests for this as we have for the scale inheritance issue.)
If my memory serves me correctly, I believe the Spine team discussed making it easier to see in the tree view when inheritance is disabled. I don’t remember exactly what conclusion we reached at the time, but I think the idea was put on hold because displaying only “inheritance off” would look odd. If we were to implement this, we would probably need to show both “on” and “off.” However, that would mean adding extra information to every bone, which could become cluttered for skeletons that don’t change the inheritance options at all.
Rather than always displaying this information with some kind of icon or color distinction, it might be better to have a feature that allows users to search for bones based on their inheritance settings. For example, entering a search term like “inheritance_scale:off” could highlight all bones that match that condition. What do you think?