Hello, on some computers I have this problem :
on others it works fine… same rhino version, same configuration… any ideas ?
Hello, on some computers I have this problem :
on others it works fine… same rhino version, same configuration… any ideas ?
It might be down to the Annotation Style - Model space scale.
If I unmark Model space scale it works ! Thanks, no idea why this is checked…
Edit : I check it again, restarted Rhino and it still working…
You can also set this in your script:
rc.RhinoDoc.ActiveDoc.ModelSpaceAnnotationScalingEnabled = False
It’s not my script ( I found it in the forum) I tried to put the line you gave me but I have no idea how…