06-30-2020, 08:02 PM
Hi!
As far as i know there is no ready for install and use solutions for Maya.
There is a VFX template for TACTIC. The last version of this template is on Gitgub, with version 4.8. The problem is - there is no TACTIC team for 4.8 and python3. But You can download VM With Tactic 4.7 somwhere on the forums and update it to latest 4.8 with help of DOCs.
To connect TACTIC with maya You can use xmlrpc api provided with TACTIC it is well documented, but not so easy to start without knowing how TACTIC internally works (terms like SObject, SType, DB structures).
Another thing i can share with You is TACTIC Handler: https://github.com/listyque/TACTIC-Handler
It is not official Software, and not related to SOUTHPAW, but completely built around TACTIC. I am trying to support TACTIC versions from 4.5 to 4.8.
Hope it helped! Bye
As far as i know there is no ready for install and use solutions for Maya.
There is a VFX template for TACTIC. The last version of this template is on Gitgub, with version 4.8. The problem is - there is no TACTIC team for 4.8 and python3. But You can download VM With Tactic 4.7 somwhere on the forums and update it to latest 4.8 with help of DOCs.
To connect TACTIC with maya You can use xmlrpc api provided with TACTIC it is well documented, but not so easy to start without knowing how TACTIC internally works (terms like SObject, SType, DB structures).
Another thing i can share with You is TACTIC Handler: https://github.com/listyque/TACTIC-Handler
It is not official Software, and not related to SOUTHPAW, but completely built around TACTIC. I am trying to support TACTIC versions from 4.5 to 4.8.
Hope it helped! Bye