Using code for a node

Using code for a node

hintzjt7
Advocate Advocate
1,036 Views
1 Reply
Message 1 of 2

Using code for a node

hintzjt7
Advocate
Advocate

At the bottom of the following paper is a code. Can that be used for creating my own node in Maya? Content-aware texture deformation with dynamic control (archives-ouvertes.fr)

0 Likes
Accepted solutions (1)
1,037 Views
1 Reply
Reply (1)
Message 2 of 2

jmreinhart
Advisor
Advisor
Accepted solution

You can create a custom node for Maya using the Maya API (either in Python or C++). I would reccomend the Chad Vernon and Chayan Vanyak courses on CG circuit on how to use the API.

 

You'll need to define the inputs, outputs, and the code that computes the outputs from the inputs. I didn't read through the whole paper but yes, you could turn that "pseudocode" into python or C++ code.

 

0 Likes