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 - Naxos

Pages: 1 2 [3] 4
31
Hello,
I have this error :

===== Error(-15) =====
Sending sampling mask to slaves timed out. Try to increase synchronization time or decrease maximum pixels per transfer.

What is it all about ? what settings are ok (default is 60s and 3000000 max pixels) ?

Regards


32
[Max] Feature Requests / Is there any ram used log ?
« on: 2019-06-12, 17:05:07 »
Hello again,
With v3.2, when a render,node was running low in ram, i had some ram usage infos in the Corona Error Message popup, so i could see if my texture maps where far too bigs and so on.

The v4.0 seams not to give those infos anymore (see attached)

Maybe there is a log somewhere to find back the ram usage infos ?

33
[Max] Feature Requests / Best viewing for rendernodes
« on: 2019-06-12, 17:01:56 »
the Distributed render is great, but i'd like to be able to see in once all the rendernodes.

Let me show you : (see attached picture)

34
[Max] Feature Requests / To go further with "Set Focus"
« on: 2019-06-12, 15:54:23 »
Hello and congrats for v4.0 !

the "set focus" for depth is very usefull, but it could be made better :
Setting the focus on an object, i guess it uses the pivot point, so what about larges objects ?
Maybe a "set focus" mode would be better : with a precise point in the scene to focus on.

And even better, on the same way we can feather a region render, it would be great to have the apperture f/xx set with a few clicks : the main focus point and a range...

Regards

35
I have a request : a way to co-install differents releases of Corona, so i can still produce my work safely, and i can test betas / RCs...

I could try betas and RC releases on another computer, but only my main one is very fast...
I'd like to be able to choose Corona 3.2 / 4.0 RC1 in the rendering settings dialog.

A bit like with Unreal Engine : you can have several versions installed so you can choose to test before switching.

Regards

36
Hello there,

I think i may have found a bug, for real !

Here is the situation : i've used a layered material and - for optimization purpose - the materials that are connected to it are rayswitch ones.
Of course, the raySwitch has the correct material in reflex / refrac / direct overrides, but a simplified one (dull color simple mat) in the Gi override.
The objects (and the preview) with layered material assigned are rendered with the direct look of the dull simple one, instead of the one plugged into the "direct override" slot.
See attached picture, the teapot should be shiny grey.

Also i've tried to put a mask (coronaColorMap) in the mask slot, to test : same issue.

Edit : Corona is 3 hotfix 2, tested with 3dsmax 2018.4 and 2019.3

37
Hello there,

I'm using Backburner for animation rendering with my 24-nodes small renderfarm.
I'm ok that it sends one frame on each server at a time, then send a new one after each finish.
But now i'm rendering a heavy scene, with a lot of vegatation(instanced and scattered proxies).
The "scene parsing" (Corona Render's first part) takes 2-3 minutes each frame, and this part would get benefit of sending several sequenced frames to each server :
instead of render frame01 to node1, frame02 to node2, it would be ok to send frame01-50 to node1, frame51-99 to node2 and so on.

There are 5k frames to render, so those 2-3mn per frame for doing the same thing is a lot of lost time : that could be kept in memory for the next frame, like if i've rendered full anim locally on my PC.

So my question is : is there any setting / param (in xml or prefs) to tell Backburner to force sending 50 frames at once to each server ?

Regards

38
[Max] Feature Requests / Slider for some parameters
« on: 2019-04-02, 20:18:50 »
Hello there,
I've been to Corona Academy (proud mode : on), and i have the corona bible here.

But as my memory is poor, i always have to look for the "GI vs AA" way of setting the param.

I think a simple slider (going from 4 to 64 that are the min and max relevant values) would help :
AA : 4----------64 : Gi

Same comes for Speed vs accuracy...

Easy request, isn't it ?

39
[Max] I need help! / heavy motion blur
« on: 2018-08-17, 14:59:53 »
Hello there,
I need to animate something like in this video : https://www.youtube.com/watch?v=htbQf6hwhis&feature=youtu.be

So i've animated a rotation object, 2 turns in 25 frames, so very fast rotations, then i've set the motion blur for the camera for geometries.
Then i've set the shutter speed to low 5.0, and raised up the Mblur Transform segments to 100 (in render params).

I'm quite happy with the result, but it looks a bit too much as a slow flash photo (don't know the terms in english), so the geometry is blurred but the main silhouette is still visible / guessable...

Any idea ?

40
Hello there !

I have a "simple" request : be able to set "visible to camera" in a per-camera basis, like we do for lights or masksElements...

My everyday work is some kitchens, bathrooms and so on, and i'm often asked to place a main camera and some zoomed ones.
Of course each time the zoomed one need some objects not to be seen (too close, in front of sight...)

I can use scene states, but it is often a pain.

Possible ?

41
Hello there,
I'de like to render across the network on slaves nodes using distributed render, but not on the main / master PC, so i can continue working on it.
Is there any way to do that ?
regards.

42
[Max] Feature Requests / Assign material into IR view
« on: 2018-03-24, 20:10:44 »
Hello guys !

I often use the IR viewport for setting shaders, and very often i accidentally try to affect the current material on an object draging the line in the IR view instead of the 3D viewport...

So maybe it would be possible to let us do that, so we could have Ir and mat editor only on screen...

regards

43
Hello there,
I found a strange one :
- the scene is rendering ok locally ;
- when sent to backburner, the rendernodes gives a "-2" laconic error with 3dsmax shuting down itself ;
- when i set the light back to rectangular, it works...

3dsmax 2018, Corona 1.7.2

Any idea ?

44
Hello,

I have definitively adopted the CXR file format, and i would like to get a way to convert bunch of files within a folder from cxr to whatever (jpg, png, etc)...

For now i've made a small bat script (see below for those that would need it), but i think some easy scripts could be included into the gui version... a new menu item with "batch convert"...

Regards.

the script :
-------------------------------
@echo off
setlocal enabledelayedexpansion

set /p dossier= folder ? :
For %%i in (%dossier%\*.cxr) do (
  set nom=%%i
  set nam=!nom:~-0,-4!.jpg
  set num=!nom:~-0,-4!.png
"C:\Program Files\Corona\CoronaImageCmd.exe" !nom! !num!
"C:\Program Files\Corona\CoronaImageCmd.exe" !nom! !nam!
)
------------------------------
just copy that in a filename.bat file and start it.

45
Hello there,
When i was using Maxwell render for animation projects, i often used to send two renderings in the queue : one at low SL (basically few passes) for the whole anim, then a second one at final SL value in a "resume" mode...

The idea is to get quiclky all the animation frames to be able to start post and montage, while the final frames are rendered. Once the long final render is ok, i just have to tell Nuke / afterFX or so to replace files, and voilĂ  !

I know Corona has a resuming feature, but will it be only within the current scene opened within 3dsmax on the main PC, or can we tell corona render to resume renders via backburner ?
If not, here is the feature request ;-)

Regards

Pages: 1 2 [3] 4