As Gijs says, we’d need the .3dm file to be sure, but judging by the images, it looks like your active annotation style in Rhino has a model space scale larger than 1. The preview uses that style with scaling.
Where does the internalized geometry in the Grasshopper file come from, is that the same document as the one that you are baking into?
-wim
this thing of the model space scale is a bit of a dealbreaker
I would indeed expect the baked text to look exactly like in the preview, because when I’m setting up all the different variables it’s the preview itself that drives my choices
for instance, I setup the Annotation Style to be like this, with Model space scale 20:
I’ve tried recreating this issue from scratch without success so I’m not sure where, exactly, the bug is introduced. I see that the internalized annotations have a font size override (which is respected when baked), but don’t know if it also has a model space scaling override that the override component that fails to identify or if, for some reason, that scale is not respected when baking these annotations. When starting from scratch, the model space scaling is correctly adhered to…
At any rate → RH-85976 Grasshopper: Bake Should Use Model Space Scaling
-wim
The whole text is created in Grasshopper by reading the Keys and Values from external files. Nothing is internalised in the process.
All my text style have model space set to 20:
This is still wrong, unfortunately.
The scale is correct, but everything is baked with the same text style.
Example:
This group of text has TEXT table style assigned:
Could you please share a simple .gh example file that illustrates the issue you describe?
About the order of the ‘Query Annotation Styles’ it returns the styles in creation order.
If you need the list to be in certain order you can do something like this.
HI Kike
This issue is difficult to catch on such simple example.
I have made the simple test where the default text is baked in all 16 styles available and it is OK
The really weird thing is this: text style linked to annotation style failing in a basic example but working above, in more complex script. 1. Data conversion failed from Text Settings to Model Annotation Style
The text above won’t read from text style but when connected directly to text style behaves well.
The texts below will read from the text style but will be all showing central alignment and will bake wrongly.
So you probably asking what is the difference between text entities?
The above is just inserted, the lower ones are isolated from larger script.
They behave differently. I assume I’d have to replace them one-by-one and text style for annotation style, but this is the job I really didn’t want to do as there are so many of them with no visual difference. Can you label them old or anything like that?