nukedatastore:Nuke中用于基本数据持久性的库

时间:2024-05-29 21:40:43
【文件属性】:

文件名称:nukedatastore:Nuke中用于基本数据持久性的库

文件大小:19KB

文件格式:ZIP

更新时间:2024-05-29 21:40:43

Python

nukedatastore Nuke中用于基本数据持久性的库 安装 要安装nukedatastore ,请输入: $ pip install nukedatastore 打开Nuke的init.py文件并添加: nuke . pluginAddPath ( '/path/to/your/local/python/site-packages' ) 入门 要开始使用nukedatastore ,请在Nuke脚本编辑器中输入: import nukedatastore NukeDataStore 要初始化NukeDataStore ,请输入: ds = nukedatastore . NukeDataStore ( 'data_store' ) 要将数据存储在NukeDataStore ,请输入: ds [ 'project_data' ] = { 'id' : 1234 ,


【文件预览】:
nukedatastore-master
----setup.py(1KB)
----.gitignore(169B)
----nukedatastore()
--------__init__.py(15KB)
----MANIFEST.in(143B)
----LICENSE(583B)
----setup.cfg(121B)
----README.rst(3KB)
----tests()
--------conftest.py(365B)
--------test_nukeapicache.py(2KB)
--------test_nukedatastore.py(1KB)
----docs()
--------Makefile(7KB)
--------make.bat(7KB)
--------source()
----run_tests.py(193B)

网友评论