Notifications
Clear all

[Closed] Saveasversion problem

 MZ1

Text objects (shape) do not display in viewport when I save file as previous version. I think it is a modifier refresh problem, because problem goes away when I switch to baseobject:


max modify mode 
with redraw off
(
	for o in objects where classof o.baseobject == text do 
	(
		modPanel.setCurrentObject o
	)
)
max create mode
 

Is this a bug?

1 Reply
 MZ1

Any idea? Note that I used Max 2013 64-bit.