Thomas Thomassen
Thomas Thomassen
> if the component / group is the ONLY instance in the model. Ah. I'd say that's expected (as designed) since it's "make unique" and a single instance is already...
Marking it as a bug and an enhancement request.
I'm not able to reproduce this: ``` model = Sketchup.active_model => # d = model.selection.first.definition => # d.guid => "8e697fce-c1a5-437b-8f07-278b9ab43973" model.place_component(d) => # d.guid => "8e697fce-c1a5-437b-8f07-278b9ab43973" ``` Maybe you have...
Is this a regression?
Logged as SU-38572
I can reproduce this back to SU2022. SU2021 works as expected.
Is this happening only on Windows by any chance? And is it always in scenarios where you have an instance variable? Are you sharing the menu reference cross extensions?
I've seem something similar when creating menus from the Ruby Console: ``` # Enter both lines at the same time, works. menu = UI.menu('Extensions') menu.add_item('Hello'} { puts 'World' } ```...
We are in the process of replacing the tech for the UI. So lots of UI/UX related items on our plate coming up. I've tagged this issue `ui` so we...
This last image makes me wonder if it's a graphics card driver issue. Have you tried updating your drivers?