Forums » Users » Kirgman
Select date in calendarSelect date in calendar

Pages: Prev. 1 ... 11 12 13 14 15 16 17 18 19 20 21 ... 44 Next
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 23, 2021 11:22
ssjenforcer, as for default light settings it seems you have some non-default Exposure settings or probably scene scale. When you start with a new reset scene in Cinema then CentiLeo light intensity settings produce good lighting for the objects around them without burning them. Also CentiLeo light intensity multiplier is a multiplier in centileo light tag! It just multiplies the Light intensity and color of native cinema light source object.
CentiLeo Chat: https://t.me/centileochat
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 19, 2021 16:54
Quote
ssjenforcer wrote:
When I tried multi pass non of the layers other than the Alpha were transparent backgrounds. Is that because of using separate alpha?
Yes, this is because of this. I have tested Cinema 4D exactly for this for several hours. So, it has Alpha channel for rendered image and it's applied on not only for main beauty image. It can have Separate Alpha On/Off:
1) In case it's Off then the Beauty image has transparency, but other passes still don't have (Diffuse, Reflection).
2) But in case it's On we get all images without Alpha channel and Alpha channel itself is stored as a separate image.
I think that case 2 is good, because you can re-apply this Alpha image to any image pass in AE. I don't have AE now, but I think it should be possible, it looks as something basic: the 4-th channel :)

In the future I will make a functionality to determine the images with object masks where you can determine the group of objects that go to any other output mask image. Also render objects or groups of objects separatelly from the other scene in image but with GI influence.
CentiLeo Chat: https://t.me/centileochat
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 19, 2021 08:53
Why you background is red? Why you don't do it with ground plane + shadow catcher that can be transparent with semi-transparent shadows?
CentiLeo Chat: https://t.me/centileochat
CentiLeo for Cinema 4D 0.44 available
 
Administrator  Posts: 895
Nov 19, 2021 08:22
Looks strange. I have retested on my C4D. It was ok.
Please, can you send me your .c4d project file to info@centileo.com for tests with your settings?
CentiLeo Chat: https://t.me/centileochat
Dirt, I'd like to ask Dirk why he didn't respond
 
Administrator  Posts: 895
Nov 19, 2021 08:19
Hi seiwen, welcome here!
Sorry for confusion, Dirt node currently is broken. We have to fix it in future releases.
CentiLeo Chat: https://t.me/centileochat
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 18, 2021 17:14
The composite tag doesn't work yet in CentiLeo. I know it's needed very much, but still busy on other features.

I think we have missed the Multi Pass checkboxes in render settings. They are enabled automatically when user enables the Light passes or Beauty passes, but it was missed to do so for Alpha channel. But anyway I recommend to select what is highlighted on the image below: the Alpha channel, Diffuse, Reflection, and Multi Pass / Post Effects on the left menu as highlighted.
Then after re-render in PV you will see the image and layers in Layer tab. If you select "Multi-Pass" option in this tab the checkbox "Layers" will be activated in the Save menu for this image (see at the left side). This works for manual saving after render is done.


But really the Alpha channel output can be enabled if we make automatic render image save. This can be enabled using Save Settings (keep attention on highlighted settings):
1) To save the regular image (beauty main of centileo) you use the usual Save file of the Regular Image tab.
2) To save the layers you have to setup the Multi-Pass Image tab settings and setup additional Save filename, also use layer name as suffix.


3) If you enable the flag "Separate Alpha" in Regular Image tab the Alpha Channel will be outputed as a single separate file with "A_xxx" prefix.


4) If you disable the flag "Separate Alpha" then Alpha channel will be embeded to regular image (our beauty image) and it will get transparent background and semi-transparent shadows:
CentiLeo Chat: https://t.me/centileochat
什么时候能够发布 正式版本,并且支持简体中文, 中国用户 十分期待
 
Administrator  Posts: 895
Nov 18, 2021 15:10
To edit the node materials there are few steps:

1. Open Cinema 4D in developer mode with Administrator rights. There are 2 options to do this:

1.1) Edit the properties of Cinema.exe shortcut. This shortcut of exe file can be found in windows task panel. In the properties of shortcut edit the launching object to this string:
Code
"C:\Program Files\Maxon Cinema 4D R21\Cinema 4D.exe" g_applicationRepositoryWritable=true g_developerNodeEditorFunctions=true g_descriptionEditorDeveloperMode=true

It just changes the command line params to developer mode when you launch Cinema using the shortcut.

1.2) Alternatively, open CMD.EXE with Administrator rights and type the same string to CMD and press Enter keyboard button
Code
"C:\Program Files\Maxon Cinema 4D R21\Cinema 4D.exe" g_applicationRepositoryWritable=true g_developerNodeEditorFunctions=true g_descriptionEditorDeveloperMode=true



2. Since you launch Cinema in developer mode create CentiLeo node material, right-click mouse on material node and click "Edit Resource".
In the opened window you will see the interface of this particular node.

3. Change the language interface to Chinese in the node editor development (zh-CN) in the top left corner.

4. See the orange highlighted strings as on the image below to get the idea how to modify the strings that are used as translation.



5. The other CentiLeo nodes can be selected for editing in the top left corner in "Id" line (2 rows to the down from Language).

6. After you have finished your editing you should click to the top menu item Database and select "Save all Databases".

7. Your changes will be saved in the files in this folder (this is the CentiLeo plugin folder and it's internal "res\nodes\" subfolder)
Code
C:\Program Files\Maxon Cinema 4D R21\plugins\CentiLeoR21\res\nodes
As you can see currently this folder contains 2 .json files. They contain a structure and a language file of the interface. We are interested in the zh-CN language file only, don't pay attention to the others.
8. The resulting .json files for R21 in our example after you have saved the Databases can be copied to the other plugin versions for R22-R26 or 2023. All .json files are the same for all Cinema versions for CentiLeo.

9. The other optional way to open Resource Editor is to click the "Search" icon in the very top right corner (under the close X button), and type "Resource Editor" there. In the opened window of resource editor select the language and the database "com.centileo.nodes.module"

10. The other language strings are stored in the folder:
Code
C:\Program Files\Maxon Cinema 4D R21\plugins\CentiLeoR21\res\strings_zh-CN

In reality this is not complex. But the message looks large :)
Maxon describes the launching of Resource editor with their documentation for programmers where you can see similar screenshots https://developers.maxon.net/docs/Cinema4DCPPSDK/html/page_handbook_node_implementati­on_nodespace.ht...
CentiLeo Chat: https://t.me/centileochat
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 18, 2021 03:49
Select "Transparent background" option in render settings to make transparent image.
Actually it's a responsibility of Cinema 4D to save the image layers that renderer produces. Maybe PSD will get a separate Alpha pass? Actually PNG when saved has alpha, I think it can be extracted in AE. Currently I can't look into AE.
CentiLeo Chat: https://t.me/centileochat
CentiLeo for Cinema 4D 0.44 available
 
Administrator  Posts: 895
Nov 18, 2021 03:32
Quote
hu wrote:
Quote
Kirgman wrote:
好的,我对 Post Effects 设置的猜测是正确的。 将需要再次查看并调试,直到每个案例的 PV 和 IPR 中的图像匹配。


hi kirgman:
我点击在 IPR 中保存当前图像并将图像发送到 C4d 进行渲染。之前的后期效果设置没有效果。如何在最后渲染的图像中保存设置的后期效果设置?
Hi Hu and welcome here!
This is because, your Filter settings are enabled in Picture Viewer in addition to CentiLeo post effects. Disable Filter settings and use CentiLeo post effects and it will be the same in IPR and PV. Or disable CentiLeo post effects settings and change only Cinema PV Filter settings.
See the images in my experiment.
Write in English, at least with auto-translation :)
CentiLeo Chat: https://t.me/centileochat
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 17, 2021 21:12
The link to sample is https://drive.google.com/file/d/188S8wvb097fdrAGZp3cqNorji6loOMm2/view?usp=sharing
It's in my first reply, read it again.
Quote
ssjenforcer wrote:
When I used the shadow catcher for the material node and looked at the node editor, there was nothing there about shadow catcher. Is that normal? Shouldn't there be some node reference to it?
When you click to the node in the node editor you see the settings of this node in attribute manager as in this screen. See highlighted settings.
Quote
ssjenforcer wrote:
Will it not work with simple lights at all, only when using an HDRi?
The HDR is needed to make a background for engine. If you don't need a background then additionally use HDR Sky setup + transparent background in render settings.
Everything is exposed in render settings.
CentiLeo Chat: https://t.me/centileochat
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 17, 2021 19:59
Quote
ssjenforcer wrote:
Also, I see that there are two types of centileo materials: centileo material and material [node]
What is the difference? One only has material editor while the other has node editor. And the centileo material has 'matte' while the material [node] has shadow catcher.
I tried both material types and neither give me shadows in the render.
Just material is the old version of CentiLeo materials that was the only option before Cenima R21. Since then Maxon has added node based materials support for 3rd party renderers and we have made the implementation and exposed it into the main menu instead of just materials. "Matte" and "Shadow Catcher" from both versions mean the same thing, we have just changed name in one place forgetting to change in another one.
You probably don't see shadows if you don't setup HDR lighting. With no any lighting it's black. Just learn from our sample.
CentiLeo Chat: https://t.me/centileochat
什么时候能够发布 正式版本,并且支持简体中文, 中国用户 十分期待
 
Administrator  Posts: 895
Nov 17, 2021 19:49
Hi Peirato! Welcome to CentiLeo :) Thank you very much for your initiative! You are absolutelly great! 8) Did you replaced English texts or added Chinese as an extra language version? Have you seen the node-based material settings text labels? Feel free to get my support with translation!
CentiLeo Chat: https://t.me/centileochat
关于选集
 
Administrator  Posts: 895
Nov 17, 2021 19:44
Hi RAin3D_ and welcome here! Please can you send me a scene file with textures to info@centileo.com using some file share service? I will investigate the problem and make it fixed.
CentiLeo Chat: https://t.me/centileochat
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 17, 2021 19:42
Btw the sample above has 2 light sources: HDR Sky and Sun. They cast different shadows on the Ground Plane to the left and right of the object. You may change the shadow strength of each light using Matte Shadow Weight value in CentiLeo light tag of respective light source
CentiLeo Chat: https://t.me/centileochat
No exclude function in rendering?
 
Administrator  Posts: 895
Nov 17, 2021 19:42
You probably missed the "Shadow Catcher" flag in CentiLeo material for ground object. Check here pls https://centileo.com/forum/messages/forum19/message1556/396-shadow-catch-pass-_multi_pass_-does-not-...
CentiLeo Chat: https://t.me/centileochat
Does "object buffer" not work with centileo? (multi-pass)
 
Shadow catch pass (multi-pass) does not work under any settings, shadow catch never shows up, and I have tried many combinations of settings
 
Administrator  Posts: 895
Nov 17, 2021 19:36
Hi, this is a sample with shadow catcher setup:
https://drive.google.com/file/d/188S8wvb097fdrAGZp3cqNorji6loOMm2/view?usp=sharing

1. Image 001.png. Make a Ground Plane object (higlighted), assign CentiLeo material to it, in material Diffuse settigns check Shadow Catcher flag as highlighted on the image.
2. Image 002.png. Setup your HDR lighting. Select the file of hdr as shown here. You may optionally override the HDR for couple of contributions (coming from Reflection, Camera or Diffuse, etc). In this example we override the texture for Reflections. They will be drawn from some other Sky Override object. We also override Matte Shadow contribution, it will cast the shadows from "Sky Override" lighting to the Ground Plane object.
Also you can change the strength of shadows that are casted on the Ground Plane. The shadows can be casted from HDR Sky objects as described above and from Sun light source (with CentiLeo light tag) and from Omni light souce (also with CentiLeo light tag). To manage the shadow strength of each light source you may change the "Matte Shadow Weight" as hightlight on 002.png
3. Image 003.png. To get the mask of object and shadows just open the CentiLeo render settings, AOVs/passes Tab, and in that place please enable "Alpha channel" flag as highlighted on the image. This way you be able to select Alpha chanel pass in IPR window as you can see. Also this pass will be provided inside Picture Viewer render together with Beauty image.
4. Image 004.png. To get the image with transparent background and the semi-transparent shadows on top of that just enable "Transparent background" option as highlighted on the image.

The shared sample has this .c4d file with textures.

Kirill
CentiLeo Chat: https://t.me/centileochat
什么时候能够发布 正式版本,并且支持简体中文, 中国用户 十分期待
 
Administrator  Posts: 895
Nov 14, 2021 05:36
Hi Kaki! I think CentiLeo is already quite stable and has very good amount of features. Of course more features will be added. But I think it's rather stable
CentiLeo Chat: https://t.me/centileochat
Does "object buffer" not work with centileo? (multi-pass)
 
Administrator  Posts: 895
Nov 14, 2021 05:18
Have you realiszed how to make shadow catcher?
So, assign a material to a plane where you want to get shadows drawn on a background. This material should have "Matte / Shadow Catcher" flag enabled in node-based materials. In different material implementations (node-based or not) there is either shadow catcher or matte name for this.
Also you can cast the shadows with different shadow intensity to this plane object from other scene objects. This shadow intensity can be controlled for Sky + CentiLeo environment tag, for Directional / Sun light source or Omni light source with CentiLeo light tag. In all light tag settings "shadow catcher" value changes the shadow intensity.
CentiLeo Chat: https://t.me/centileochat
Does "object buffer" not work with centileo? (multi-pass)
 
Administrator  Posts: 895
Nov 13, 2021 15:29
I understand the problem. At the moment the selection of objects to get included into alpha channel or object buffer or any other mask buffer is not supported. But will do this in the future, there will be a lot of flexibility there because CentiLeo allows to render a lot of render buffers at once and keep really many images.
CentiLeo Chat: https://t.me/centileochat
Pages: Prev. 1 ... 11 12 13 14 15 16 17 18 19 20 21 ... 44 Next