Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] General Discussion => Topic started by: stevennie on 2014-03-24, 16:43:20
-
everything is guessssssssssssssssssssssssssssss
show renders.current????????????
gets some parameters,but,all guessSSSSSSSSSSSSSSSSSSSSSS
-
You shouldn't lick the toads.
-
renderers.current.reset_settings
-- Unknown property: "reset_settings" in CoronaRenderer:CoronaRenderer
-- Unknown property: "resetSettings" in CoronaRenderer:CoronaRenderer
-- Unknown property: "reset" in CoronaRenderer:CoronaRenderer
-
Reset settings is in a static interface, use CoronaRenderer.CoronaFp.resetSettings()
And this is your last warning, watch the language/attitude towards other forum members!
-
Reset settings is in a static interface, use CoronaRenderer.CoronaFp.resetSettings()
And this is your last warning, watch the language/attitude towards other forum members!
Out of interest, do you have any documentation on maxscript and Corona?
-
one questiong ......one answer.....
what a mysterious~~~
what should I say....thankkss
-
Reset settings is in a static interface, use CoronaRenderer.CoronaFp.resetSettings()
And this is your last warning, watch the language/attitude towards other forum members!
Out of interest, do you have any documentation on maxscript and Corona?
not yet
-
not yet
Thanks anyway. I managed to do most of the things I needed without it.
-
So, what's going on around here..
-
little afternoon rage ;)
-
Why can you just make a default corona render 'rps' and revert back when you need to.
-
help~~~~
-
Why don't you just click those buttons and see what they do? Most of the things you marked are pretty obvious...
-
I need these codes write in my scrits....so..
-
btw, you can get name of every action/parameter using macro recorder, right?
-
btw, you can get name of every action/parameter using macro recorder, right?
Not the render setup window stuff.
-
I do that,,,but no response...
-
use
showproperties renderers.current
and you'll get a complete list of all settings that have a maxscript command, you just have to figure out which is the right one.
-
DeadClown~
thanks
but "showproperties renderers.current" == "show renderers.current"
some codes of renderSettings are still do not show me,,,
e.g.
"reset settings" in "Actions"
!!!! -------------------------->>>>>>>>>>>>>> CoronaRenderer.CoronaFp.resetSettings()
WHERE SHOULD I GOT THIS??!! USE "showproperties renderers.current" OR "show renderers.current" ????
-
...He was able to read,write and to make print screens...but not very convincing in expressing his fellings...:))
-
Press F1
-
but "showproperties renderers.current" == "show renderers.current"
I know, but didn't know you were already using that one.
e.g.
"reset settings" in "Actions"
!!!! -------------------------->>>>>>>>>>>>>> CoronaRenderer.CoronaFp.resetSettings()
WHERE SHOULD I GOT THIS??!! USE "showproperties renderers.current" OR "show renderers.current" ????
First of all please stop your excessive usage of caps lock and gazillions of "!" and "?". It's really annoying. We're here to help you so please act that way.
Concerning your problem:
you can use
showinterfaces renderers.current
to get a list of all methods available, it will print out that:
Interface: CoronaFp
Properties:
Methods:
<integer>showVfb()
<integer>resumeRender()
<integer>loadAndResume <string>exrFilename
<integer>dumpVfb <string>exrFilename
<integer>parseViewexp_INTERNAL <maxObject>viewExp <maxObject>outCamera
<integer>setDisplayedChannel <integer>channel
<value>getVfbContent <integer>channel <boolean>toneMapping <boolean>renderStamp
<integer>resetSettings()
<integer>renderElements <boolean>useAntialiasing
You probably can't know that you need to use "CoronaRenderer" directly as class instead of renderers.current, but that's why this is a forum where you can ask such things.
-
sweet!
thanks!
-
help >.< please...
-
This Guy has some issues :)
Wonder what kind of scriptbis he making.
-
something like solidrocks~ ;)
-
(http://2.bp.blogspot.com/-rka-fTSsn-I/Ut_XnqqLZyI/AAAAAAAAFp4/r8M7Imm3GZc/s1600/picard-facepalm-o.gif)
-
Jean Luc has a solid point there. XD.
-
Surely it will only be a render button? Corona doesn't have many settings (the beauty of an unbiased render).
-
(http://2.bp.blogspot.com/-rka-fTSsn-I/Ut_XnqqLZyI/AAAAAAAAFp4/r8M7Imm3GZc/s1600/picard-facepalm-o.gif)
So funny!
especially with Data in front of Picard, kinda fits it all together.
-
The entire point of Corona is that it should be easy enough to set up so that people do not need to pay for or download plugins just to do something as essential as set up rendering :)
-
The entire point of Corona is that it should be easy enough to set up so that people do not need to pay for or download plugins just to do something as essential as set up rendering :)
And in both install and use, it meets these goals. It could not be easier to use.