Jacob Merrill JacobMerrill-1
  • CA, USA
  • Py Coder / Technical Artist - heavy on the technical.

    Enjoys solving complex problems for fun.

  • Joined on 2013-03-05
Jacob Merrill commented on pull request blender/blender#118903 2024-03-08 13:43:41 +01:00
EEVEE-Next: Viewport pixel size with up-scaling

I see we have flat scaling, will FSR / DLSS be in the cards at some point?

Jacob Merrill commented on pull request blender/blender#118690 2024-02-29 02:10:01 +01:00
Geometry Nodes: Sample Grid Index node

using 'blur attribute' with this - would result in interpolation intentionally eh? or is this behavior impossible?

Jacob Merrill commented on pull request blender/blender#116793 2024-02-08 16:23:02 +01:00
Text Editor: Add GLSL support language

1d41434bb2

this is working in the upbge fork

any text named .glsl in the editor is hinted I think* …

Jacob Merrill commented on pull request blender/blender#117131 2024-01-31 16:47:51 +01:00
EEVEE-Next: Add normal layer reuse

Nice!

Could we get before / after metric for performance ?

Jacob Merrill commented on issue blender/blender#115404 2024-01-23 02:58:01 +01:00
Eevee next: motion blur being applied outside of camera view

Ideally, motion blur and other fx should be done in realtime composition?

Passing in per pixel interpolated velocity buffer / letting the end user use it to sample this frame/last frame / have…

Jacob Merrill commented on pull request blender/blender#116793 2024-01-15 02:05:40 +01:00
Text Editor: Add GLSL support language

1d41434bb2

this is working in the upbge fork

any text named .glsl in the editor is hinted I think* ![image](/attachments/c…

Jacob Merrill commented on pull request blender/blender#115466 2023-12-23 18:02:36 +01:00
Geometry Nodes: new Bake node

Was wondering, for quick playback - does this data live in a array on the gpu or is the geo still fed each frame to the gpu?

Jacob Merrill commented on pull request blender/blender#116166 2023-12-14 02:18:16 +01:00
Geometry Nodes: Matrix socket type, attribute type, and initial nodes

In the future, perhaps matrix from input location, rotation and scale?

Jacob Merrill commented on pull request blender/blender#115820 2023-12-12 02:41:46 +01:00
EEVEE-Next: Add tile deferred lighting

how does one set the pipe to forward+ vs tiled deferred ?

Jacob Merrill commented on pull request blender/blender#115820 2023-12-07 00:31:54 +01:00
EEVEE-Next: Add tile deferred lighting

"The whole tile scheduling process takes ~70µs for a half covered 3800x790 framebuffer and doesn't scale much more than this."

this is not realtime :(

Is…

Jacob Merrill commented on pull request blender/blender#115820 2023-12-06 23:35:58 +01:00
EEVEE-Next: Add tile deferred lighting

"The whole tile scheduling process takes ~70µs for a half covered 3800x790 framebuffer and doesn't scale much more than this."

this is not realtime :(

Is there room here to fix its…

Jacob Merrill commented on issue blender/blender#115614 2023-11-30 22:09:37 +01:00
'Local View' and 'View Frame Selected' on Armatures are broken

n/p thanks for your work / efforts.

Jacob Merrill commented on issue blender/blender#115614 2023-11-30 21:11:59 +01:00
'Local View' and 'View Frame Selected' on Armatures are broken

This appears to be a duplicate of itself?

I am going in a loop.

Jacob Merrill commented on issue blender/blender#114618 2023-11-08 15:49:08 +01:00
EEVEE next: issue with lighting

Also add a botnof overscan,

Details near the edges of thr screen changing can cause pops

Jacob Merrill commented on issue blender/blender#114351 2023-11-01 17:56:26 +01:00
Cycles 4.0 about 25% slower than 3.6

34b4487844

if copies of evaluated data are used - there could be a bit more overhead from this ^

Jacob Merrill commented on issue blender/blender#114235 2023-10-30 18:37:04 +01:00
incorrectly rendered light tiles in Evee-Next on large surface

I noted a fix in the works for this, I will try ans find the patch

Jacob Merrill commented on issue blender/blender#114235 2023-10-29 00:10:47 +02:00
incorrectly rendered light tiles in Evee-Next on large surface

I frequently had this same problem - turning shading off / back on fixes it for a while

Jacob Merrill commented on issue blender/blender#112150 2023-10-19 17:06:40 +02:00
Attributes: add .data_readonly field to attributes in RNA

Ideasman42 said to list any fix I may have here.

Could we have some middle ground?

perhaps the depsgraph update_tag() is currently not used in evaluated meshes we can have this set as…

Jacob Merrill commented on issue blender/blender#113621 2023-10-17 14:16:39 +02:00
Regression: Can no longer set evaluated data in python for attributes

blender/blender#111514 says that blender/blender#112150 is the fix for this is - how is that unrelated @HooglyBoogly ?