Hi,
In the c4d.gui.ShowPopupDialog documentation. It offers menu.InsData(c4d.Ocube, "CMD")
to add a cube. It works.
I tried modifying it to menu.InsData(c4d.Tphong, "CMD")
but the phong icon does not appear like the cube icon above.
Does this mean the menu.InsData
referred in the documentation works only on objects and not tags?
Thank you for looking at my problem