Right click, show all parameters does not update unless the canvas is zoomed way far in. After a right click and the BK input not showing up just yet, I can zoom in / out and it pops up or select / deselect…
just tested and yes… If I have logic that is being baked downstream of a referenced object and if I move said referenced object the bake component throws a warning for each item:
-add some points in Rhino
-get references to these points with the Query Model Objects component
-create an object that relies on these points (say a box or a sphere)
-use the bake content component to bake said box/sphere with bake mode set to update and boolean set to True
-move the referenced point in Rhino
-bake content component turns orange/throws warnings
-manually toggling the boolean false/true corrects the warnings and the object bakes at the new point location correctly