vault backup: 2023-12-13 22:02:04

This commit is contained in:
BlueRose 2023-12-13 22:02:04 +08:00
parent 1f74347e19
commit fe47f57176

View File

@ -148,4 +148,9 @@ def unregister():
stop_server_thread() stop_server_thread()
global thread2 global thread2
thread2.join() thread2.join()
``` ```
# Blender CMD 启用插件
>./blender -b --addons animation_nodes,meshlint [file] --python [myscript.py]
这样就可以指定启用某某插件