Home Technical Talk

3DS Max Baking Cage Error

mobpapst
polycounter lvl 4
Offline / Send Message
mobpapst polycounter lvl 4
Hey guys,

i got an object HP and LP. LP is attached and i want to pick the Hp components for baking. I select all of my 26 items from the list and want to add them. But i always get an system error. The red highlighted part is always selected when iam getting the error. Anyone has some ideas?
-- Disable always update cage
local oldPanel = GetCommandPanelTaskMode()
if oldPanel != #modify do
SetCommandPanelTaskMode #modify
local prevUpdateState = activeProjMod.autoWrapAlwaysUpdate
activeProjMod.autoWrapAlwaysUpdate = false
for objNode in objList do
pmodInterface.AddObjectNode objNode
pmodInterface.autowrapCage()
activeProjMod.autoWrapAlwaysUpdate = prevUpdateState
if projModAdded do
for obj in workingObjects do
obj.node.INodeBakeProjProperties.projectionMod = activeProjMod
if oldPanel != #modify do
SetCommandPanelTaskMode oldPanel
if not cProjMapEnable.checked do
(
cProjMapEnable.checked = true
settingsDirty = true
CloseWorkingObjects() -- immediate update
)
)
)
if not cancelled do
UpdateObjectSettings()
)

Replies

Sign In or Register to comment.