Caleb-Cleavinger
  • Joined on 2023-07-28
Caleb-Cleavinger commented on issue blender/blender#111303 2023-08-25 19:58:12 +02:00
UI: Linux & Mac Support for Eyedropper Outside Blender

I've been looking into what it'll take for a Wayland getPixelUnderCursor. Right now the 2 best options I've found is either running grim or a similar shell command or getting the framebuffer…

Caleb-Cleavinger commented on issue blender/blender#111303 2023-08-25 04:07:44 +02:00
UI: Linux & Mac Support for Eyedropper Outside Blender

I've stepped down from the getPixelUnderCursor. I still plan on working on the Wayland version b/c it's in a language I've already messed with. Wish the best of luck on whoever chooses to tackle…

Caleb-Cleavinger commented on pull request blender/blender#111397 2023-08-25 04:04:54 +02:00
Draft: Added getPixelUnderCursor for MacOS_X

Thank you for the suggestion Alaska! I'm gonna step down from this commit. Anyone gonna implement it you can use the code I've committed as a baseline. Just for a note beforehand the code is…

Caleb-Cleavinger commented on issue blender/blender#111303 2023-08-24 19:15:25 +02:00
UI: Linux & Mac Support for Eyedropper Outside Blender

So it looks like things are a bit more complicated on X11 (and likely on other systems as well): the problem is that we don't receive any click Yeah that appears to be happening on Mac to.…

Caleb-Cleavinger commented on pull request blender/blender#111397 2023-08-24 16:44:00 +02:00
Draft: Added getPixelUnderCursor for MacOS_X

Sorry merged wrong version of files fixed it.

Caleb-Cleavinger pushed to CC111303 at Caleb-Cleavinger/blender 2023-08-24 16:43:24 +02:00
78b3fe45b7 Forgot to save file. The code should be updated
Caleb-Cleavinger commented on pull request blender/blender#111397 2023-08-24 16:40:33 +02:00
Draft: Added getPixelUnderCursor for MacOS_X

I saw something on a stack overflow about changing having to modify y axis var. I also just removed the attempted multimonitor code because it just wasn't working. If I could hand this problem off…

Caleb-Cleavinger pushed to CC111303 at Caleb-Cleavinger/blender 2023-08-24 16:31:22 +02:00
2daadafe26 Added y axis transformation & removed multimonitor
Caleb-Cleavinger commented on pull request blender/blender#111397 2023-08-23 19:31:57 +02:00
Draft: Added getPixelUnderCursor for MacOS_X

I changed the method to work with multiple monitors (if it actually gets called on those monitors) this code should work when it gets called. After we test the new multimonitor code we should push…

Caleb-Cleavinger pushed to CC111303 at Caleb-Cleavinger/blender 2023-08-23 19:19:31 +02:00
d6e88ebd47 Changed method to allow multi monitor screenshot
Caleb-Cleavinger pushed to CC111303 at Caleb-Cleavinger/blender 2023-08-22 22:47:42 +02:00
e676fe3ae9 Fixed formatting back to original
Caleb-Cleavinger commented on pull request blender/blender#111397 2023-08-22 21:54:59 +02:00
Draft: Added getPixelUnderCursor for MacOS_X

NSColor is already sRGB I thought. I can fix the indentation mistake pretty quickly.

Caleb-Cleavinger commented on issue blender/blender#111303 2023-08-22 17:19:46 +02:00
UI: Linux & Mac Support for Eyedropper Outside Blender

Created pull request for MacOS here: #111397. I plan to follow up with Wayland getPixelUnderCursor by end of week.

Caleb-Cleavinger created pull request blender/blender#111397 2023-08-22 17:17:55 +02:00
Added getPixelUnderCursor for MacOS_X
Caleb-Cleavinger pushed to CC111303 at Caleb-Cleavinger/blender 2023-08-22 17:13:53 +02:00
bd04376bac Added getPixelUnderCursor for MacOS_X
d45f47a809 Cleanup: Make format
4f6785774a UI: Fix scrollbar highlighting outside of regions
c02f2f4947 Fix #109454: Snapping from Tools doesn't work if Depth option is not Surface
baa8f663a2 Fix (unreported) nullptr access in BKE_fcurve_handles_recalc_ex
Compare 10 commits »
Caleb-Cleavinger created branch CC111303 in Caleb-Cleavinger/blender 2023-08-22 17:13:52 +02:00
Caleb-Cleavinger commented on issue blender/blender#111303 2023-08-22 04:20:00 +02:00
UI: Linux & Mac Support for Eyedropper Outside Blender

I'm pretty sure I have a working function I just have no idea if it will run bug-free on MacOS. I don't own any apple products. Is there a VM or tooling for windows to test if it is working?

Caleb-Cleavinger commented on issue blender/blender#111303 2023-08-21 19:00:06 +02:00
UI: Linux & Mac Support for Eyedropper Outside Blender

I'd love to take this issue! I'm currently pretty busy with school and work but should finish this (for mac at least) by end of week!

Caleb-Cleavinger deleted branch 110096 from Caleb-Cleavinger/blender 2023-07-31 16:02:06 +02:00
Caleb-Cleavinger pushed to CC110096 at Caleb-Cleavinger/blender 2023-07-30 23:44:37 +02:00