Hi,
According to Architecture | Speckle Docs :
“Each object, when serialised, gets a unique id which is generated by hashing its value. This means that all objects are immutable: if they change throughout their lifecycle, they get a new hash.”
However, in this manner we can not monitor the object across commits. (who, what, when somebody changed the object, in order to “blame” for the changes). Is there any turnaround for a static id per object across commits ?
Best,
Dimitrios@PrismArch
@Maria_Rousi