Val Barashkov ValBarashkov
  • Joined on 2016-05-11
Val Barashkov commented on issue blender/blender#103150 2024-12-02 20:53:20 +01:00
Runtime error on trying to create new input/output to node groups via python

Blender still blocks adding new sockets to Geometry Nodes group sockets:

D.node_groups['Geometry Nodes'].nodes['Group'].inputs.new('FLOAT', 'Test')

Traceback (most recent call last): File…

Val Barashkov opened issue blender/blender#129133 2024-10-17 02:52:05 +02:00
Toggling Hide Viewport (eye icon) gives strange python info
Val Barashkov commented on issue blender/blender#109219 2024-09-05 20:21:39 +02:00
Geometry Nodes related memory leak and exception access violation

FYI, still crashes in Blender 4.2.1

Val Barashkov opened issue blender/blender#127205 2024-09-05 20:02:20 +02:00
Cycles Render Fails with error message: OPTIX_ERROR_INVALID_VALUE in optixPipelineSetStackSize
Val Barashkov commented on issue blender/blender#103150 2024-01-24 21:44:31 +01:00
Runtime error on trying to create new input/output to node groups via python

In this case, the correct thing to do is use grptree.inputs.new instead of grp.inputs.new. This is the difference that I mentioned in the comments of the commit. Inputs must be added to…

Val Barashkov commented on issue blender/blender#109219 2023-06-22 17:53:52 +02:00
Geometry Nodes related memory leak and exception access violation

I think I understand what you are saying. This definitely caught me by surprise as I would not expect for this to have any effect on performance (and it should not like you said), since the…

Val Barashkov commented on issue blender/blender#109219 2023-06-22 17:17:02 +02:00
Geometry Nodes related memory leak and exception access violation

Geometry nodes is not supporting int64_t right now. So, this just extremely high mesh for geometry nodes right now.

You are missing the bug! The fir_twig object was deleted and is not…

Val Barashkov opened issue blender/blender#109219 2023-06-21 23:49:42 +02:00
Geometry Nodes related memory leak and exception access violation
Val Barashkov commented on issue blender/blender#88655 2023-06-15 19:14:34 +02:00
PyAPI: template_modifiers doesn't work in the viewport

If the old API is broken a new one should be made. Having modifiers in the 3D view allows for working in full screen mode.