Sergey

Results 65 issues of Sergey

## Addressed problem description Closes #4322 ![disable nodes](https://user-images.githubusercontent.com/28003269/199666395-327b5971-f296-4e97-adc7-d4be2e768ab8.gif) Dark nodes are never executed. ## Preflight checklist - [ ] Code changes complete. - [ ] Code documentation complete. - [...

## Problem statement https://projects.blender.org/blender/blender/pulls/113984 ![image](https://github.com/nortikin/sverchok/assets/28003269/5816ccd7-2b73-44bb-9dda-07e7436d6417) Reqired changes for Blender 4.0: ```diff - node.inputs[name].enabled = Ture + for socket in node.inputs: + if socket.name == name: + socket.enabled = Ture ```

Blender:4.x

## Problem statement > **BGL Deprecation** BGL is a direct wrapper around OpenGL calls. The BGL module is deprecated for and since Blender 3.4 has been replaced with the gpu...

todo

## Problem statement Mock node is a twin of a class of a normal node. Mock nodes include only basic information about their twins link idname, label, icon, dependencies. Mock...

Proposal :bulb:

## Problem statement ![image](https://user-images.githubusercontent.com/28003269/198191300-cbd75315-da14-47b6-97cb-000dfc3d77f7.png) ![image](https://user-images.githubusercontent.com/28003269/198191178-2a185fac-bd11-479e-8528-8a2ba8875d7f.png) ![image](https://user-images.githubusercontent.com/28003269/198191199-8f915d83-1a6e-44ec-8474-152099bc657d.png) ![image](https://user-images.githubusercontent.com/28003269/198191216-95f8140e-299d-4cfe-ae0d-f4bb8f1fa79e.png)

bug :bug: