I 'm still using 3dsMax 8 , and the macro to eport from zbrush to Max give me this message
– Error occurred in StartConnexion(); filename: C:\Program Files\Autodesk\3dsMax8\scripts\startup\Macro_GoZ.ms; position: 66089
– Frame:
– is64bitApplication: undefined
– dotNetObject: undefined
– dotNet: undefined
– Type error: Call needs function or class, got: undefined
OK
regarding to this function in the macro
function StartConnexion =
(
if (s_ZBrushToMaxForm == undefined) then
(
if (is64bitApplication()) then (
if (s_verbose) then print “xxx StartConnexion (64bit) xxx”
dotNet.loadAssembly (“C:\Users\Public\Pixologic\GoZApps\Max\SendEventToMax64.dll”)
) else (
if (s_verbose) then print “xxx StartConnexion (32bit) xxx”
dotNet.loadAssembly (“C:\Users\Public\Pixologic\GoZApps\Max\SendEventToMax.dll”)
)
s_ZBrushToMaxForm = dotNetObject “SendEventToMax.MyEventReceiver”
dotNet.AddEventHandler s_ZBrushToMaxForm “MouseDown” updateFromZBrushCB
)
)
Can someone fix that, please?
This must be to a change in the syntax between 3dsmax version, but … too complex for me
The Go Z menu in 3ds MAx works fine, I can export from max to Zbrush