Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blender Color Copy/Paste Support #112

Open
bbb651 opened this issue Dec 20, 2023 · 0 comments
Open

Blender Color Copy/Paste Support #112

bbb651 opened this issue Dec 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bbb651
Copy link

bbb651 commented Dec 20, 2023

Is your feature request related to a problem? Please describe.
I'm trying to integrate Eyedropper into my workflow with Blender by directly pasting colors to Blender (i.e. hovering the cursor over a cursor and pressing ctrl+v), but I get the following error: Paste expected 4 numbers, formatted: '[n, n, n, n]'

Describe the solution you'd like
Blender except the following color format: [r, g, b, a] where the components are normalized (0.0 <= r, g, b, a <= 1.0) and the color space is Linear RGB, for example 50% gray is [0.214041, 0.214041, 0.214041, 1.000000]. I think the easiest way to allow for this would be to add a Linear RGB color format, preferably with [r, g, b, a] as the default to be compatible with blender out of the box.

Describe alternatives you've considered
You can copy as hex, open the color picker, select the hex tab and paste it there. Also a recent new version of Blender let you pick colors from the screen directly with the color picker tool, but it's only available on windows currently.

Information

  • OS: Archlinux
  • Desktop Environment: Hyprland
  • GTK-Theme/Adwaita-Style: N/A
  • Version: 1.0.0 (Flatpak)
@bbb651 bbb651 added the enhancement New feature or request label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant