About Instance material i need hlep!!
I have 100 book material, which joined the channel in vray reflection falloff, I want to instance reflection channel 100 books, how to do, I made one, how to batch instance
meditMaterials[10].material1.texmap_reflection = sceneMaterials["MT_book_089"].material1.texmap_reflection
Comments
~
Hi,
Do they have specific names (MT_book_001, MT_book_002 ... MT_book_100) or you want to do it by selected objects ?
What is a material structure - I see you have some "material1" after meditMaterials[10]
help
yes,they have specific names(MT_book_001, MT_book_002 ... MT_book_100) and i want to do it by selected objects
i use Multi/Sub-Object material,hope you help me,thanks
`
Are they all inside one Multi/Sub Material ? So you want to change reflectionMap in first one and instance to rest?
Just need to know how to get Array of materials to instance refMap in
But also if you use Vray you can use one VRayMultiSubTex as diffuse with 100 different bitmaps and just one Bitmap as refMap
hi
Are they all not inside one Multi/Sub Material。for example:one book model one Multi/Sub Material,I have more than 500 book model ,so i want to change reflectionMap in first one and instance to all material
`
oki,
try this one:
1. put your first VRayMtl with correct reflection texturemap into 1st slot in Material Editor (it has to be just VRayMtl and not Multi/Sub Mtl)
2. select all objects you want to instance reflection map in
3. run the script:
Script finds all VRayMtls in selected objects with name starting "MT_book_" and than instance Reflection_texture Map.
Hope it helps.
Pixamoon
2
hi,i want to rename sub-material script,copy object the model name to name the name of the material
for example
object name:MT_book_001
Sub-material name:MT_book_001
Sub-material(1) name:MT_book_001_mtl_01
Sub-material(2) name:MT_book_001_mtl_02
Sub-material(3) name:MT_book_001_mtl_03
hope you help me thanks
sorry my bad english
`
Hi, sure, try this one:
3
thanks
1
wow,it's cool thank you vrey much