You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- $\begingroup$ If it's just a standstill image, you can probably get away with making 2 different shadow catcher "captures" (I don't want to confuse the word "pass", although I would normally use it), save them as image textures (with alpha) and then add (multiply) them together in the compositor using a mix node. $\endgroup$Christopher Bennett– Christopher Bennett2022-04-26 17:29:29 +00:00Commented Apr 26, 2022 at 17:29
- $\begingroup$ @ChristopherBennett: To catch the building shadow on the plant I would need to turn a copy of the plant into a shadow catcher, right? $\endgroup$mins– mins2022-04-26 20:19:47 +00:00Commented Apr 26, 2022 at 20:19
- $\begingroup$ Yes. That should work. One scene with building silhouette blocking light and plant as shadow catcher, and another scene with plant blocking light and ground as shadow catcher. $\endgroup$Christopher Bennett– Christopher Bennett2022-04-26 20:24:57 +00:00Commented Apr 26, 2022 at 20:24
- $\begingroup$ @ChristopherBennett: Thanks. I did that using view layers as suggested by Adisage in their answer (except I still need to extract an adjustable building shadow using the plant as a catcher). The result is this one. As I mentioned to Adisage, light is not blocked by the buildings silhouette creating a wrong shadow on the street (should not exist in the building shadow). I believe limiting the catcher to the area in the sun only is not possible (buildings shadow terminator is blurry). Any idea? $\endgroup$mins– mins2022-04-26 20:38:35 +00:00Commented Apr 26, 2022 at 20:38
- $\begingroup$ I'm not really sure how to advise further without knowing more about your project/setup - consider uploading your .blend file (or a "simplified" version that highlights the problem) here - blend-exchange.com - so users here can get a better "feel" for what you're working with. $\endgroup$Christopher Bennett– Christopher Bennett2022-04-26 20:47:19 +00:00Commented Apr 26, 2022 at 20:47
| Show 1 more comment
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. cycles-render-engine), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-py