-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mottosso edited this page Nov 9, 2014
·
4 revisions
Welcome to the RestMEL wiki!
Discussion
- https://groups.google.com/forum/#!topic/python_inside_maya/Hy9z_w41OVE
- http://forums.cgsociety.org/showthread.php?p=7927900
- Most artists and developers have never encountered a need to communicate externally.
- commandPort offers a generic interface towards Maya.
- Is it suited for generic command execution, as per commandPort?
- Is it better suited for specifics?
If specifics, then how can it be generic enough for wide-spread use? If generic, then why not go for commandPort?
Should we look for things not well suited for commandPort?
No Security; remote users are granted target user privileges, including calls to system-level commands. This could be a red-sign in most situations, as any tool would have to advocate for exposing each computer to risk.