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.


Messages - SRY

Pages: [1]
1
can anybody tell a interface to save rendered image using maxscript .just like this:

2
Hi James Velia, Maybe I wasn't clear enough. I mean when I select a light in the scene ,LightMix Item was selected in FVB UI . so I can know some LightMix Item need to change color or intensity. this saves searching time. Otherwise finding the right one among dozens of lights is not simple thing.

3
[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# .

4
[Max] I need help! / Re: How do I know if vfb is on or off?
« on: 2024-04-14, 15:31:17 »
Hi Frood , First of all thank you for your reply. I need to be clearer about my intentions, First normalize the maximized VFB window in the rendering state with the shortcut keys,
then stop Render. At first I just wanted to know if the VFB window had been showed, so I can omit a piece of code: CoronaRenderer.CoronaFp.showVfb (true), Unfortunately, my clients' demands have increased further, Hence the next few calls for help! Although I could have done it with this script, it is :windows.sendmessage hwnd WM_SYSCOMMAND SC_RESTORE 0 ,But I can't use the shortcut keys to control the maximized VFB in rendering, Forgive me for being so long-winded.

5
[Max] I need help! / Re: How do I know if vfb is on or off?
« on: 2024-04-12, 13:45:56 »
When the VFB window is maximized, and rendering. The following script is invalid.
CoronaRenderer.CoronaFp.stopRender()
CoronaRenderer.CoronaFp.showVfb (false)

can anybody help me ?

6
[Max] I need help! / Re: How do I know if vfb is on or off?
« on: 2024-04-11, 16:22:25 »
I need an interface to control the maximization and minimization of the VFB, Although I can achieve this through other Way , the response is a little slow. Or tell me to get a handle (HWND) to the instance of "CoronaRenderer.CoronaFp"

7
[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.

8
[Max] I need help! / Re: ChaosScatter by maxscript
« on: 2023-06-19, 14:23:43 »
I mean I choose it in the max scene,and trying to change some parameters ,doesn't work.Although I also kept the reference, I sometimes fine-tuned it in the scene,no way to change it.

9
[Max] I need help! / Re: ChaosScatter by maxscript
« on: 2023-06-19, 11:19:00 »
I create the scatter with maxscript, It cannot be modified again,Why?

10
[Max] I need help! / Re: ChaosScatter by maxscript
« on: 2023-06-19, 10:49:56 »
I succeeded, but there was one small problem, the scatter is not moved, Is that so ?

11
[Max] I need help! / Re: ChaosScatter by maxscript
« on: 2023-06-18, 14:00:36 »
my corona version is 9.0,so it's properties are changed.The following code is not valid:
Code: [Select]
ScatteredObj= sphere radius: 1 position:[0,0,0] --ScatteredObj
b = plane length: 100 width:100 pos: [150,150,0] --distrib object

--SCATTER CREATION
Cscatter isselected: on iconsize: 50 pos: ScatteredObj.pos


--APPENDING
append $.distributionobjects b
append $.distributionobjectsdensity 1.0
append $.scatteredobjects ScatteredObj
append $.scatteredObjectsFrequency 1.0

max zoomext sel -- zooms scatter
now,they are "targetNodes" and "modelNodes", I'd like an expert to explain.

12
Invalid ,Inconceivable!

13
[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?

14
thank you very much. How should I deal with a similar situation when I can't find it by interface or property.

15
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]