Project

General

Profile

Feature #8651

Updated by Evgeny Novikov over 6 years ago

At the moment Bridge always generate unique identifiers for preset marks that prevents automatic regression testing or even make it impossible. Moreover, one needs to suggest file names for preset marks that often is redundant since this information isn't shown after all anywhere. 

 I suppose to name each preset mark as "ID.json" where each ID is a sequence of 32 hexadecimal symbols ([0-9a-f]) and it is all IDs will be unique among all preset marks.

Back