Update leenkx/blender/lnx/logicnode/lnx_sockets.py

This commit is contained in:
Onek8 2025-04-08 21:50:49 +00:00
parent a20d6b581c
commit 2cd91f598c

View File

@ -1,4 +1,4 @@
from math import pi, cos, sin, sqrt from math import radians, pi, cos, sin, sqrt
from typing import Type from typing import Type
import bpy import bpy