Evan Wilson EAW
  • Joined on 2019-06-09
Evan Wilson commented on issue blender/blender#109894 2023-07-17 13:43:15 +02:00
EXR reading : dimensions are based on dataWindow (not displayWindow), leading to e.g. Renderman Cryptomatte processed wrongly by Blender compositor

Looking at the header of each file using exrheader.exe, it appears that Blender is reading the dataWindow, and using it to set the displayWindow.

0001.exr Dimensions in Blender `960 x…

Evan Wilson closed issue blender/blender#110000 2023-07-12 11:31:49 +02:00
Grease pencil opacity doesn't honour other grease pencil objects.
Evan Wilson commented on issue blender/blender#110000 2023-07-12 11:31:47 +02:00
Grease pencil opacity doesn't honour other grease pencil objects.

Thank you for the report @Gary-Carse.

This is because the Stroke Depth Order is set to 2D Layers. In order to get the Green Rectangle to occlude the Red Circle, set the Stroke Depth Order to…

Evan Wilson commented on issue blender/blender#109797 2023-07-07 12:07:22 +02:00
Undesired Coloring of Grease Pencil brush at Low Opacity

This is actually due to the GPU_R11F_G11F_B10F texture that is used by the Viewport's framebuffer. It has been reported before, see #94253 (Gpencil stroke yellowish color shift caused by…

Evan Wilson commented on issue blender/blender#109794 2023-07-07 11:51:57 +02:00
File Output nodes output gets overwritten by "standard" output (if the same filename is used)

I have uploaded a pair of EXRs from rendering your file. I am not clear as to what the issue is that you are trying to report.

Evan Wilson commented on pull request blender/blender#106355 2023-07-06 17:08:32 +02:00
Replace Default OCIO config with AgX (Filmic v2)

Try it.

Note that by adding the AgX - prefix, the looks won't show up under AgX Log, Guard Rail, ect.

Evan Wilson commented on issue blender/blender#108883 2023-06-23 12:18:25 +02:00
VSE unable to display contents of some .mkv files.

In blender/blender#103662 (comment) @iss says:

One thing that is odd is that in sample file seq->len is 1, which seems to produce incorrect end…

Evan Wilson commented on issue blender/blender#108883 2023-06-13 01:32:59 +02:00
VSE unable to display contents of some .mkv files.

Clicking on the file folder under Source in the sidebar, then clicking on the mkv file resets the offsets to 0, allowing the movie to be displayed. I think this is simply a case of the offsets…

Evan Wilson commented on issue blender/blender-addons#104674 2023-06-09 11:07:55 +02:00
import image as plane, image not showing in viewport

Thank you for the report.

In solid mode, you have to change the display from 'material' to 'texture,' or you have to change from 'solid' mode to 'Material Preview' or 'Rendered' to see the…

Evan Wilson commented on issue blender/blender#104298 2023-05-15 16:59:21 +02:00
Cycles color ramp produces banding

Just noting that the shader in the file doesn't match the one in the pictures.

Evan Wilson commented on issue blender/blender#60947 2023-05-15 02:04:04 +02:00
FFMpeg color offset

Just in case it is helpful to anyone, here is a link to the Academy Software Foundation's current Encoding Guidelines that were made public a few months ago.

https://academysoftwarefoundation.gi

Evan Wilson commented on issue blender/blender#107931 2023-05-15 01:54:24 +02:00
Compositor: Math node operates on one channel only

Hey @zazizizou.

It's also not clear to me what channel was selected for the math operation. I would expect (R;G;B) + (R;G;B) = (R+R; G+G; B+B). Currently it looks like (R;G;B) + (R;G;B) =…

Evan Wilson commented on pull request blender/blender#107878 2023-05-14 23:49:13 +02:00
Realtime Compositor: Implement Convert Color Space node

Spelling OICO->OCIO

Evan Wilson closed issue blender/blender#107459 2023-05-05 23:26:57 +02:00
Alpha blend material clip through other material on certain viewing angle
Evan Wilson commented on pull request blender/blender#106388 2023-04-20 21:20:16 +02:00
UI: replace "x" with multiplication sign when displaying calculations

Gitea makes a bunch of noise with this change.

Does anyone know if those only show up in pull requests, or do they appear in the code repository as well?

![44E2AC58-D09E-4346-8685-665607B881…

Evan Wilson closed issue blender/blender#107169 2023-04-20 21:09:45 +02:00
Alpha mistakenly affected other channels when using Combine Color node in Compositor
Evan Wilson commented on issue blender/blender#107169 2023-04-20 21:09:43 +02:00
Alpha mistakenly affected other channels when using Combine Color node in Compositor

Thank you for the report.

This is a duplicate of #99337. See Brecht’s comment in the following link for the explanation of what is occurring.

https://projects.blender.org/blender/blender