Hey guys
I’m following a tutorial at the moment, i have found that the script he is using does not work in the current python module.
#banner image
imagePath = cmds.internalVar(upd = True) + “icons/example.jpg”
cmds.image(w = 300, h = 100, image = imagePath)
any suggestions what im doing wrong?
cheers.
Joe