Name | HEX | RGB |
---|---|---|
Main colors | ||
#0065bd |
0,101,189 |
|
#000000 |
0,0,0 |
|
#ffffff |
255,255,255 |
|
Secondaries | ||
#005293 |
0,82,147 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bpy | |
import bmesh | |
import numpy as np | |
import time | |
import os | |
import colorsys | |
import random | |
import yaml | |
import sys |