Skip to content

Instantly share code, notes, and snippets.

@eobet
eobet / select_by_color.py
Created March 20, 2024 07:28
Select by vertex color for Blender 4.0
import bpy
import bmesh
#import numpy as np
from mathutils import Color
bl_info = {
'name': 'Select By Color',
'author': 'Tamas Kemenczy, updated for 2.8 by Piotr Zgodziński, extensively modified for 4.0 by eobet',
'version': (0, 3),
'blender': (4, 00, 2),