如果有效的话,我们先导出fbx文件,并获取fbx文件位置,然后新建临时脚本并填充,获取填充后的内容 fbxExportPath = outputFBX() py_build_up(fbxExportPath) loader = make_loader() 然后我们使用subprocess模块中的Popen方法来启动八猴。这样我们可以把上面我们写的脚本传递过去 subprocess.Popen([exe_path, loader]) ...
Fbx Export: Actions can now selectively be removed before exporting Fbx Export: Root motion option is now available for Universal type Fbx Export: Added Primary and Secondary bones axis selection Fixed: Fbx Export: The simplify value is now set to 0.05 by default, to avoid rotation issues of ...
Fbx Export: Actions can now selectively be removed before exporting Fbx Export: Root motion option is now available for Universal type Fbx Export: Added Primary and Secondary bones axis selection Fixed: Fbx Export: The simplify value is now set to 0.05 by default, to avoid rotation issues of ...
realign_spring_bones_axis(chr_cache, arm) @@ -1576,7 +1576,7 @@ def grease_pencil_to_bones(chr_cache, arm, parent_mode, bone_length = 0.05, bpy.ops.wm.tool_set_by_id(name="builtin.select_box") #mode_selection = utils.store_mode_selection_state() arm_pose = reset_pose(arm) ...
bpy.ops.better_export.fbx(filepath="/Users/your name/Desktop/untitled.fbx", check_existing=True, filter_glob="*.fbx;*.dae;*.obj;*.dxf", my_file_type='.fbx', my_fbx_format='binary', my_fbx_version='FBX201800', my_fbx_axis='MayaZUp', my_fbx_unit='cm', use_selection=False, ...