1
[Max] I need help! / How can I save rendered image Using Maxscript
« on: 2024-08-03, 15:15:56 »
can anybody tell a interface to save rendered image using maxscript .just like this:
Having trouble verifying your license? If you are seeing a license verification message or are unable to access your Chaos products, please follow these simple steps to fix sign-in issues. If you have already tried this and are still unable to access your Chaos products, please contact Support.
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.
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.cs = ChaosScatter()
cs.targetNodes = #(poolface) ---one plane
cs.modelNodes = #(ball01,ball02) ---two spheres