Skip to content

Instantly share code, notes, and snippets.

View Discartyptics's full-sized avatar
🌱
sprout

Erik Northfell Discartyptics

🌱
sprout
View GitHub Profile
@tamask
tamask / select_by_color.py
Created May 4, 2012 01:04
Select By Color (Blender)
import bpy
from mathutils import Color
bl_info = {
'name': 'Select By Color',
'author': 'Tamas Kemenczy',
'version': (0, 1),
'blender': (2, 6, 1),
'location': 'View3D > Specials > Select By Color',
'description': 'Select all faces with the same vertex color of the selected face',