mcneel / rhino3dm

Libraries based on OpenNURBS with a RhinoCommon style
MIT License
574 stars 135 forks source link

GetNamedView, GetSnapShot, and GetSpecificViewport return strange string #545

Closed fraguada closed 8 months ago

fraguada commented 1 year ago

When testing render settings in js, I see that GetNamedView, GetSnapShot, and GetSpecificViewport return a strange string:

namedView: "\udc9b\udc9b\udd65\udc95췾"

doc.settings().renderSettings().namedView

image

Need to investigate if this also happens in dotnet and py src: https://github.com/mcneel/rhino3dm/blob/main/src/bindings/bnd_3dm_settings.h#L110-L115

fraguada commented 8 months ago

These props only return something if they have been selected in Rhino:

image