Skip to content

Instantly share code, notes, and snippets.

import bpy
import math
nums = 18
min = 20
max = 8000
min_log = math.log10(min)
max_log = math.log10(max)
step = (max_log - min_log) / nums
mp3 = "D:\\projects\\blender\\visualizer\\inthesun.mp3"