MCPcopy Create free account
hub / github.com/coldtype/st2 / vec

Function vec

tests/common.py:7–9  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

5nickel = Font.Find("Nickel", "tests/fonts")
6
7def vec(a, b, c):
8 import mathutils
9 return mathutils.Vector([a, b, c])
10
11def new_text(text):
12 tag = f"ST2:{text}"

Callers 4

test_bake_timingFunction · 0.85
commonFunction · 0.85
test_exportFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_bake_timingFunction · 0.68
test_exportFunction · 0.68