Pavel Blend Pavel_Blend
  • Joined on 2016-10-30
Pavel Blend opened issue blender/blender#117400 2024-01-22 11:39:29 +01:00
The to_quaternion matrix method produces a result that is different from previous versions of blender
Pavel Blend commented on pull request blender/blender#113525 2023-12-18 10:36:48 +01:00
Fix #107500: Custom-data Python validation to prevent crashes

@Baardaap I managed to fix the error: c66fb81d05

But I can't figure out why uv_layers only throw an error in one…

Pavel Blend commented on pull request blender/blender#113525 2023-12-16 22:23:48 +01:00
Fix #107500: Custom-data Python validation to prevent crashes

@Baardaap Can you write example code that works around this error? I can not. I wrote it like this:

bpy_mesh.vertex_colors.new(name='Test')
test_vert_color = bpy_mesh.vertex_colors['Te…
Pavel Blend commented on pull request blender/blender#113525 2023-12-16 19:03:01 +01:00
Fix #107500: Custom-data Python validation to prevent crashes

Will this fix be available for blender 3.6 LTS? I'm using 3.6 because it's the latest blender that runs on my computer. And this error critically affects my addon.

Pavel Blend commented on issue blender/blender#110100 2023-07-15 07:48:44 +02:00
Invisible addon icons

@deadpin deleting the files from C:\Users\Pavel\.thumbnails\fail\blender the folder solved the problem.

Pavel Blend commented on issue blender/blender#110100 2023-07-15 07:05:13 +02:00
Invisible addon icons

@deadpin image upload works thumbnails not working:

Pavel Blend opened issue blender/blender#110100 2023-07-14 13:30:06 +02:00
Invisible addon icons
Pavel Blend opened issue blender/blender#109605 2023-07-02 00:02:47 +02:00
UV Align Rotation Bug
Pavel Blend commented on issue blender/blender#107963 2023-05-16 19:47:11 +02:00
IMB_ibImageFromMemory: unknown file-format

I created a bug report in the OpenImageIO repository. https://github.com/OpenImageIO/oiio/issues/3843

Pavel Blend opened issue blender/blender#107963 2023-05-16 11:03:22 +02:00
IMB_ibImageFromMemory: unknown file-format
Pavel Blend opened issue blender/blender#107813 2023-05-10 17:07:04 +02:00
Error rendering shader nodes editor interface in full screen mode
Pavel Blend commented on issue blender/blender#107168 2023-04-24 13:44:47 +02:00
Regression: Crash when executing a certain python script

No crash for me in todays 3.6 or 3.5.1 builds...

@lichtwerk I have an error in two builds:

Pavel Blend commented on issue blender/blender#107168 2023-04-23 23:03:44 +02:00
Regression: Crash when executing a certain python script

@lichtwerk I was able to create a small example that reproduces the error:

import bpy


verts = (
    (-171.98634338378906, 7.546468257904053, 4.575748443603516),
    (-169.8815765
Pavel Blend commented on issue blender/blender#107168 2023-04-21 16:01:56 +02:00
Regression: Crash when executing a certain python script

@lichtwerk in the addon without edits everything was already correct. I made this mistake by accident in a short example.

Pavel Blend commented on issue blender/blender#107168 2023-04-21 15:52:45 +02:00
Regression: Crash when executing a certain python script

@lichtwerk I don't know what is causing the crash so I can't create a short example. From the files blender.crash.txt, blender_debug_output.txt, blender_system_info.txt can you determine where to…

Pavel Blend commented on issue blender/blender#107168 2023-04-21 13:32:04 +02:00
Regression: Crash when executing a certain python script

@lichtwerk so that's not the problem.

I imported this file in 3.6.0 and blender crashed: https://drive.google.com/file/d/1toZ70GcRbQTfd6yarCHyKIzggbdQn5aj/view?usp=sharing

Pavel Blend commented on issue blender/blender#107168 2023-04-21 12:35:39 +02:00
Regression: Crash when executing a certain python script

@lichtwerk 3.5.1 crashes.

3.6.0 sometimes crashes and does not work correctly. Vertices have no color.

import bpy


verts = (
    (164.0067901611328, -124.38359832763672,
Pavel Blend commented on issue blender/blender#107168 2023-04-21 12:04:32 +02:00
Regression: Crash when executing a certain python script

@lichtwerk I managed to make a small example which causes a crash:

import bpy


verts = (
    (164.0067901611328, -124.38359832763672, 14.429348945617676),
    (176.05592346191406,
Pavel Blend commented on issue blender/blender#107168 2023-04-21 11:44:21 +02:00
Regression: Crash when executing a certain python script

I imported another file and the error appeared elsewhere in the code:

https://drive.google.com/file/d/1toZ70GcRbQTfd6yarCHyKIzggbdQn5aj/view?usp=sharing

Now the closure happens on the…

Pavel Blend commented on issue blender/blender#107168 2023-04-21 11:33:04 +02:00
Regression: Crash when executing a certain python script

@lichtwerk script from 107168.blend works without errors. The object is created.

it does have double faces though (not sure this is intended?)

In a mesh, polygons have normals that point…