-
Notifications
You must be signed in to change notification settings - Fork 1
fix: hide shadow catcher on non shadow render #157
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tried it, but seems good 👍
|
||
14. Then modify the output resolution to match the ratio of the subject (dont forget about the shadow!). | ||
|
||
15. You may also need to change the _Orthographic Scale_ on the _Camera's Lens_ data property. (This will change how zoomed in the camera is). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot find a link to the data tab in the blender docs.
|
||
14. Then modify the output resolution to match the ratio of the subject (dont forget about the shadow!). | ||
|
||
15. You may also need to change the _Orthographic Scale_ on the _Camera's Lens_ data property. (This will change how zoomed in the camera is). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why "may"? In which cases would we don't do so? Only those where it is already Orthographic? If so, maybe we want: "Ensure that"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The camera might already be the correct level of zoom, on smaller items it is, (depends how Samantha has setup the camera)
The camera will already be orthographic, but the scale may not be correct.
need to validate this still works and I didnt mess up the rebase |
Is this only a documentation change now? |
A didnt realise the result of the rebase was just a empty line removal. So yeah this is just a docs piece now, oops. |
#155