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

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