Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SRY

Pages: [1]
1
[Max] I need help! / Select the light mix list item by light
« on: 2024-05-11, 05:57:20 »
Is there a way to select the light mix list item by light? You know, On the contrary, we can do it. I want to do that in Maxscript or C# .

2
[Max] I need help! / How do I know if vfb is on or off?
« on: 2023-10-20, 18:17:28 »
we know the interface :CoronaRenderer.CoronaFp.showVfb false.Please Please let me know if vfb is on or off? In other words, what is vfb state.

3
[Max] I need help! / ChaosScatter by maxscript
« on: 2023-06-18, 07:45:58 »
Code: [Select]
cs = ChaosScatter()
cs.targetNodes = #(poolface) ---one plane
cs.modelNodes = #(ball01,ball02) ---two spheres

Cannot be displayed in max scene,and I can't find them in the Modify panel. But adding it manually is normal,
Am I overlooking something?

4
re = maxOps.GetCurRenderElementMgr()
re.addRenderElement (Elementlist elementname:Namelist CMasking_ID:#Material_ID)

but It doesn't work, I don't know how to write this part: CMasking_ID:#Material_ID

Pages: [1]