Continuing work on the IPC
ArmatureChanged.Type.Rebound -> Updated IsPendingProfileRebind is now being set instead of calling RebuildBoneTemplateBinding and that function is called as a part of rebind process (not always though, pending rewrite) Profiles can no longer be toggled in the UI while editor is active ProfileChanged is no longer used in IPC, instead we are fully relying on armature events Added warnings to legacy IPC messages to not use it
This commit is contained in:
@@ -41,6 +41,6 @@ public sealed class ProfileChanged() : EventWrapper<ProfileChanged.Type, Profile
|
||||
ProfileFileSystem,
|
||||
ArmatureManager,
|
||||
TemplateManager,
|
||||
CustomizePlusIpc
|
||||
CustomizePlusLegacyIpc
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user