Notifications
Clear all

[Closed] frozen objects

I used to be able to select objects within a frozen mesh but not any more with 2015. Is there a mxs command to allow this?

1 Reply

It’s a change in behaviour for sure. I cant see a way around it (unless it is actually a bug) except the horribly hacky…


fn doYouWannaBuildASelection nodeList:(geometry as array) = 	
(
	elsaObjects = for o in nodeList where o.isFrozen collect o
	unfreeze elsaObjects	
	select nodeList
	freeze elsaObjects	
)

doYouWannaBuildASelection()

And there’s me thinking the film is the only irritating frozen thing in my life right now…