Dalai Felinto

Results 26 comments of Dalai Felinto

I'm trying to use BLAM for a project, and for that I will need to do some changes. I don't know if my changes will be 'mergeable' since it may...

I fixed the link only, sorry On Aug 31, 2015 14:36, "mirlip" [email protected] wrote: > @dfelinto https://github.com/dfelinto do you mean you fixed the bug or > you fixed the link?...

Can you paste an error showing what is not working for 2.8? I don't have much time to dedicate to this addon, but I can't think of any parts of...

You need to replace `context.user_preferences` with `context.preferences` and `context.depsgraph` with `context.view_layer.depsgraph` Em qui, 3 de out de 2019 às 01:02, brothermechanic escreveu: > Hello > Thank you for answer >...

This part is a tiny bit more complicated: Replace `mesh = obj.to_mesh(context.depsgraph, APPLY_MODIFIERS)` with `mesh = obj.evaluated_get(context.evaluated_depsgraph_get()).to_mesh()` >

scene.update() should be replaced by context.view_layer.update()

In fact, SSS is not added to the COMBINED pass either. Thomas pointed me to kernel_subsurface.h ~152 where there is a hack/trick to get it working for RenderPasses. I still...

I just updated bake-cycles-sss with a better attempt, similar to what we (you) did for Ambient Occlusion. Things are better, but not perfect yet. At least not when I compare...