Hello,
I've just upgraded to 3.2, and Max 2016, and have a problem with proxys.
When I re-open a scene with proxys, the proxys don't display. I can select them by name. Once I've selected one, I have to click on the "preview from file" button to display the proxys.
At the moment I wrote a little script to speed this up
objs = getCurrentSelection()
for obj in objs do
(
$.display = 1
)
but it's still annoying and not right. I've searched and can't see anyone else with this issue.
Cheers,
Dean
I've just upgraded to 3.2, and Max 2016, and have a problem with proxys.
When I re-open a scene with proxys, the proxys don't display. I can select them by name. Once I've selected one, I have to click on the "preview from file" button to display the proxys.
At the moment I wrote a little script to speed this up
objs = getCurrentSelection()
for obj in objs do
(
$.display = 1
)
but it's still annoying and not right. I've searched and can't see anyone else with this issue.
Cheers,
Dean
Comment