Tag: parallel evaluation
-
How to make your plugin node as thread-safe for parallel DG Evaluation
Take this example: Let’s take very simple DG setup. A locator whose transform is connected to two compute nodes (spliceMayaNode1 and spliceMayaNode2), each of which computes something heavy. The results are then added together in a third node (spliceMayaNode3) from the plugin, and that result drives a locator. The nodes use dynamic attributes so you…

You must be logged in to post a comment.