7 years ago
Error in 1.44.77 Tdesc Version History ?
@SimGuruModSquad - The latest Tdesc files were throwing an exception in my Tdesc Browser which I needed to resolve whenever the Interaction class was browsed. In Interaction.tdesc there are two items in the rename history which both indicate a new_muid of 917EA0F99E2E532E (the pie menu "key" tuning). The first (line 99171) points to an old_muid of 1718F539A92F1C7C while the second (line 99909) points to an old_muid of 6C89C799F0E098A6. I've patched around the exception itself, however, it brings up a few questions.
Where is the muid 6C89C799F0E098A6? Presumably an unreleased internal version of the Tdescs? At least, it does not appear anywhere in my Tdesc archives. The first old/new_muid combination points to a valid muid in the previous released version of Tdescs (1.39.74, pie_menu_icon), so I am simply throwing away the second rename from the version history as it seems invalid.
Should it even be possible for a rename to a new_muid to occur twice? If so, then I'd like to code in my browser to do the best case scenario for any future duplicate new_muid rename history combinations.
Where is the muid 6C89C799F0E098A6? Presumably an unreleased internal version of the Tdescs? At least, it does not appear anywhere in my Tdesc archives. The first old/new_muid combination points to a valid muid in the previous released version of Tdescs (1.39.74, pie_menu_icon), so I am simply throwing away the second rename from the version history as it seems invalid.
Should it even be possible for a rename to a new_muid to occur twice? If so, then I'd like to code in my browser to do the best case scenario for any future duplicate new_muid rename history combinations.