This probably means that it’s a one-way synchronization, meaning when you change something in the referenced files, the changes will be reflected in your Grasshopper instance that imports the 3DM.
I’d expect I could have both files open and do some changes on the source file and when I have Synchronization activated it updates the file where it is referenced.
I opened a file with a cube cube_100x100x100.3dm (35.1 KB)
I want to have this cube somewhere in another file.
I open a fresh Rhino file and this Grasshopper file to reference the cube file. import3dm.gh (11.6 KB)
I’m moving the cube in the Rhino file and hit save to update the reference and it moves.
Trying to move it again and hit save and Rhino wants me to Save As…
Thanks Nathan, as I wrote above, I was able to move geometry inside a source / master file, save and update the new file once but the second update didn’t work.
I’m expecting I can edit the 3dm source file, leave it open and go to my new Rhino file and refresh GH so it updates. That works once but not repeatedly.