文件名称:maya-math-nodes:Autodesk Maya的数学节点集合
文件大小:78KB
文件格式:ZIP
更新时间:2024-02-21 21:38:56
python cpp maya maya-plugin C++C++
Maya数学节点 Autodesk Maya的数学节点集合 建造 要在Windows上构建库,请克隆存储库并导航到克隆的目录,然后运行以下命令: mkdir build cd build cmake ../. -G "Visual Studio 15 2017 Win64" 这将生成可用于构建的Visual Studio解决方案。 要在OSX或Linux上构建库,请使用以下命令: mkdir build cd build cmake ../. -G "CodeBlocks - Unix Makefiles" make 该版本会在每个平台的默认安装目录中查找Maya,但是您始终可以为其提供自定义路径: -DMAYA_LOCATION=/apps/autodesk/ 同样,该构建默认为Maya版本2018,可以如下更改: -DMAYA_VERSION=2017 安装 要在OSX或Linux上安装该库,请运行以下命令: make install 默认情况下,结果模块将安装在当前源目录的dist文件夹下。 要使模块在Maya中可用,请将安装位置添加到MAYA_MODULE_PA
【文件预览】:
maya-math-nodes-master
----maya-math-nodes.pkgproj(25KB)
----post_install.sh(192B)
----src()
--------Interpolate.h(7KB)
--------Distance.h(3KB)
--------Debug.h(4KB)
--------Twist.h(4KB)
--------Power.h(4KB)
--------VectorOps.h(5KB)
--------Round.h(4KB)
--------Absolute.h(2KB)
--------Trig.h(4KB)
--------Inverse.h(2KB)
--------Multiply.h(3KB)
--------Negate.h(2KB)
--------Convert.h(16KB)
--------Clamp.h(9KB)
--------Subtract.h(3KB)
--------Add.h(3KB)
--------Divide.h(4KB)
--------MinMax.h(3KB)
--------Plugin.cpp(15KB)
--------Array.h(20KB)
--------Condition.h(14KB)
--------Utils.h(25KB)
----CMakeLists.txt(2KB)
----.travis.yml(619B)
----LICENSE(1KB)
----cmake()
--------FindMaya.cmake(2KB)
----README.md(2KB)
----docs()
--------source()
--------Makefile(614B)
----tests()
--------test_multiply.py(2KB)
--------test_condition.py(4KB)
--------test_clamp.py(2KB)
--------test_vector_ops.py(1KB)
--------test_negate.py(735B)
--------test_add.py(687B)
--------test_power.py(432B)
--------test_absolute.py(527B)
--------test_array.py(8KB)
--------__init__.py(164B)
--------test_twist.py(636B)
--------test_divide.py(802B)
--------__main__.py(674B)
--------test_inverse.py(992B)
--------test_trig.py(857B)
--------test_interpolate.py(2KB)
--------test_distance.py(883B)
--------node_test_case.py(2KB)
--------test_subtract.py(731B)
--------test_round.py(777B)
--------test_convert.py(3KB)
--------test_min_max.py(845B)
----.gitignore(210B)
----python()
--------maya_math_nodes()
--------test()
----MayaMathNodes.mod.in(278B)