Pedro A. povmaniac
  • Joined on 2010-11-08
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. pushed to main at povmaniac/blender 2024-02-09 09:07:06 +01:00
67e3704a45 Merge branch 'blender-v4.1-release'
bc5a8f33d8 Cleanup: correct misleading name
5affe322cc Correct version bump from 41b63ebda2
41b63ebda2 Versioning: add missing version update for renamed key-map
239f307eb4 Fix missing keymaps for UV editor tools
Compare 635 commits »
Pedro A. pushed to main at povmaniac/blender 2024-01-23 12:55:29 +01:00
71925e9157 Fix: Debug crash when translating more than 1024 verts
5a0b50e0a6 Anim: Reorganize items in 'View' menus in animation and video editors
cd756143cf OpenGL: Fix Shader Linking Error
46322e4927 Fix: Compositor Texture node differ between CPU and GPU
dd8c42bfaf CMake: mark freetype & tiff directories as advanced
Compare 222 commits »
Pedro A. pushed to main at povmaniac/blender 2024-01-16 17:08:41 +01:00
da6b45f9b8 Cleanup: Make format
c02f3c94d9 GPv3: Opacity modifier
10dfa07e36 Linux: Use huge pages in jemalloc to speed up allocations
766c1e2f8d Fix: crash trying to store an attribute on unsupported grease pencil domain
6a35c8c99e Fix: incorrect Exists output in Named Attribute node for grease pencil
Compare 18 commits »
Pedro A. deleted branch povmaniac from povmaniac/blender 2024-01-16 16:50:19 +01:00
Pedro A. pushed to main at povmaniac/blender 2024-01-16 10:53:17 +01:00
5fb7569f9a AUTHORS: correct canonical authors map
489408e8d3 PyAPI: handle sys.exit() from the Python console
a294a9083e UI: don't show property shortcuts in menus
17040a0b24 Fix #117108: Memory leak report with static select engine data
0f8c8e475a UI: Improved Default GetWindowUnderCursor Behavior
Compare 54 commits »
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. pushed to main at povmaniac/blender 2024-01-13 10:22:55 +01:00
df8dea9287 Cleanup: GPU: Remove warning about unused parameter
f70b8f76e9 EEVEE-Next: Simplify sphere probe storage
29ec924f9f EEVEE-Next: Simplify sphere lightprobe coordinates
dd0482da76 Metal: GPU: Add support for custom shader tuning parameters
cc8c1f882a Cleanup: remove redundant call to set the paint brush
Compare 36 commits »
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. pushed to povmaniac at povmaniac/blender 2024-01-12 12:47:19 +01:00
355909ef71 Merge branch 'main' of https://projects.blender.org/blender/blender into povmaniac
063c6f1e27 Fixed 'AttributeError: 'NodeTreeInterfaceSocket' object does not have 'draw' attribute in custom node groups created from external engines. This check is similar to the other one added on line 731 in the same space_node.py file
Compare 2 commits »
Pedro A. created branch povmaniac in povmaniac/blender 2024-01-12 12:47:18 +01:00
Pedro A. created repository povmaniac/blender 2024-01-12 12:21:49 +01:00
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…