Hey,
did you try 'show $.modifiers[1]' ? You should be able to see a property named similar to this map-slot. Otherwise check the mxs-docs if you find an interface for this modifier. These offer more options on changing things in max.
Best,
Martin
Which language is "show $.modifiers[1]"? were using C# to build the exporter.
I would love to use the documentation but can't find the right place, any guidance will be deeply appreciated.
Thank again 🙂
This is MaxScript ... I was not aware that you are using C-Sharp. Too bad, I am not familiar with this language and the only advise I can give is to check 3ds Max SDK dokumentations, but I am sure, you already did this 🙂
Best,
Martin
I'd look in the ParamBlock (get paramblock by index with the GetParamBlock method and see if you find it there; you can have a look here for one example of finding a property by name). If it's not there, I don't know what else to try.
you have to check .map and .mapEnables properties of the Hair&Fur modifier... the list of map by index is:
1 - Density Map
2 - Cut Map
3 - Scale Map
4 - Rand. Scale Map
5 - Root Thickness Map
6 - Tip Thickness Map
7 - Self Shadow Map
8 - Geom.Shadow Map
9 - Specular Map
10 - Glossiness Map
11 - Occluded Amb. Map
12 - Tip Color Map
13 - Hue Variation Map
14 - Value Variation Map
15 - Root Color Map
16 - Mutant Color Map
17 - Mutant Percentage Map
18 - Frizz Root Map
19 - Frizz Tip Map
20 - Frizz X Frequency Map
21 - Frizz Y Frequency Map
22 - Frizz Z Frequency Map
23 - Frizz Anim Map
24 - Anim Speed Map
25 - Kink Root Map
26 - Kink Tip Map
27 - Kink X Frequency Map
28 - Kink Y Frequency Map
29 - Kink Z Frequency Map
30 - Multi Strand Count Map
31 - Multi Strand Root Splay Map
32 - Multi Strand Tip Splay Map
33 - Multi Strand Randomize Map
34 - Dynamic Stiffness Map
35 - Dynamic Root Hold Map
36 - Dynamic Dampen Map
37 - Displacement Map
yours are 12 and 15
Can't find what you're looking for? Ask the community or share your knowledge.