def register():
bpy.utils.register_class(TextCounter_Props)
bpy.types.TextCurve.text_counter_props = PointerProperty(type = TextCounter_Props)
bpy.utils.register_class(TextCounterPanel)
bpy.app.handlers.frame_change_post.append(textcounter_text_update_frame)
blender-text-counter.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录