Pedro A. povmaniac
  • Joined on 2010-11-08
Pedro A. created repository povmaniac/blender 2024-11-17 18:28:42 +01:00
Pedro A. opened issue blender/blender#121819 2024-05-15 12:34:05 +02:00
OCIO error in gpu.shader when using a custom OCIO configuration that uses ocio_profile_version: 2
Pedro A. commented on issue blender/blender#121747 2024-05-14 18:14:25 +02:00
Undefined colorspace into config.ocio fill the console with a message warning

Here hapen on Windows and MacOS using the latest official build from Blender.org in a clean folder

Pedro A. commented on issue blender/blender#121747 2024-05-14 11:59:31 +02:00
Undefined colorspace into config.ocio fill the console with a message warning

I'm using the release build from Blender download page

Pedro A. opened issue blender/blender#121747 2024-05-13 16:49:06 +02:00
Undefined colorspace into config.ocio fill the console with a message warning
Pedro A. commented on pull request blender/blender#116936 2024-01-13 12:30:35 +01:00
Fix #115727: Draw panel buttons in the node editor side bar

As far I tested here after merge this changes in my local branch, this seems to break the backward compatibility with custom nodes since 'draw_buttons' and 'draw_buttons_ext' have now a new…

Pedro A. commented on pull request blender/blender#117061 2024-01-12 15:19:25 +01:00
Fix AttributeError in node groups when custom socket has no 'draw' function

I added the WIP prefix since I don't know if this is the best approach to fix, but I can remove it.

Pedro A. created pull request blender/blender#117061 2024-01-12 13:06:01 +01:00
WIP: fix error "AttributeError: 'NodeTreeInterfaceSocket' object does not have 'draw' attribute"
Pedro A. commented on issue blender/blender#99440 2023-06-16 21:24:28 +02:00
OSError: [WinError 233] No process is on the other end of the pipe

Let me re-check.. If I can manage to repro again, I'll prepare a example scene with all the possible information to push here.

Pedro A. commented on issue blender/blender#99440 2023-06-16 11:43:38 +02:00
OSError: [WinError 233] No process is on the other end of the pipe

In my case, we uses 'os.system("") without arguments, as a trick to allowed a colored code in the system console, following a stackoverflow tip. ![imagen](/attachments/c8268c9c-4c34-49c3-a0a2-359e…

Pedro A. commented on issue blender/blender#99440 2023-06-16 11:02:13 +02:00
OSError: [WinError 233] No process is on the other end of the pipe

"OSError: [WinError 233] No process is on the other end of the pipe" A few days ago I had a similar error in one of my addons and I discovered that it was because I was using 'os.system(')'.…

Pedro A. opened issue blender/blender#109048 2023-06-16 10:28:49 +02:00
RE_layer_load_from_file don't support EXR multilayer format
Pedro A. commented on issue blender/blender#108980 2023-06-14 17:18:50 +02:00
Layer.load_from_file() have some problems loading a Multi-layered EXR files

Blender could do better here, but the way channels are stored in this files is odd.

Also in other viewers you can see that it is not recognizing a Ns render pass with xyz channels, but…

Pedro A. opened issue blender/blender#108980 2023-06-14 16:37:54 +02:00
Layer.load_from_file() have some problems loading a Multi-layered EXR files
Pedro A. opened issue blender/blender#108746 2023-06-08 11:37:50 +02:00
Defaults / Save startup file don't save the window size in Blender 4.0 alpha
Pedro A. commented on issue blender/blender#106840 2023-04-12 09:47:12 +02:00
Addons not loading after Pull Request: #104876

Confirmed also in Windows. Import the settings from 3.5 don't solve the issue