Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying to set a Xref Material with Maxscript. But without success so far.
I can create the material, but I'm unable to set the file name ref for some reason. The object ref works fine.
local fileName = getOpenFileName
$.material = XRef_Material name:"my_xref_mat" srcFileName:fileName srcItemName:"box"
Any ideas?
Solved! Go to Solution.