Hi Keyan,
Yes, I think this is related to the problem with the name. I think VisualARQ objects lose the user-texts when baked, and I have to investigate why this is happening. I guess that since Rhino 7, when I call Rhino SDK C++ function CRhinoDoc::ReplaceObject
, the attributes of the replacement objects override the attributes of the existing object. I fixed some bugs related to this issue by copying original attributes before replacing the object, but probably there are still some places where I’m not copying them.
I’ll check if I can fix this on our side. I’ll keep you posted!
Thanks,
Enric