変換する math モジュール内の角度radiansとdegreesを利用する。
import math # 数値 → 角度変換 math.radians(180) -> 3.1415926535897931 # 角度 → 数値変換 math.degrees(3.1415926535897931) -> 180
Blenderの中級者・上級者向けの踏み込んだ情報や、アドオン・3DCGに関する情報を記事にします
Copyright© 忘却まとめ , 2024 All Rights Reserved Powered by STINGER.