simple question: how do you delete an object?
or at least, how do you toggle off its visibility?
simple question: how do you delete an object?
or at least, how do you toggle off its visibility?
Well, you can hit X or Del if you want to delete it for good.
Or, you can place it on another layer
Or you can hide/unhide it
HIDE
sorry, I thought it was derived by context that what I meant was “how do you delete an object through scripting”. Do you unlink it from the scene? is that the best you can do?
that is the best you can do(unlink it), thats just the way blender works, it wont really be gone until the next time you open the blend file.
hmmm… so objects keep residing in memory? That can be kind of a problem if you create and (not really) destroy a lot of objects…