import c4d
def main():
doc = c4d.documents.GetActiveDocument()
time = doc.GetTime()
frame =time.GetFrame(30)
print(f"{frame}")
c4d.python获取当前帧
于 2024-09-26 16:50:19 首次发布
import c4d
def main():
doc = c4d.documents.GetActiveDocument()
time = doc.GetTime()
frame =time.GetFrame(30)
print(f"{frame}")