小工具整理

This commit is contained in:
Abin
2025-07-31 16:05:55 +08:00
commit 1011eb44e1
566 changed files with 267142 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
/*
小脚本说明:获取顶点位置的方法
yeomai_test=$shixinvpu_new
yeomai_helper=$Point001
disableSceneRedraw()
set animate on
for i=1 to polyop.getNumVerts yeomai_test do
(
at time i
yeomai_helper.pos=polyop.getVert yeomai_test i
)
set animate off
enableSceneRedraw()
小脚本说明:获取控制器关键帧的方法
getKeyTime $.rotation.controller 1
getKeyTime $.rotation.controller (numKeys $.rotation.controller)
*/