On Wed, 31 Aug 2016, 8:41 PM Eric S <[email protected]> wrote: > Hi guys > > Need help here i'm new with Sublime > i just instal and setting sublime to execute successfully with this > package( https://github.com/justinfx/MayaSublime ) > > but i can't get real time feedback from maya script editor to sublime > console like eclipse do. > Can this works with sublime too ?? >
I haven't used the Eclipse equivalent. Are you talking about seeing all the script editor output being fed into Sublime in the console? If so, the MayaSublime doesn't do that. It only focuses on executing snippets or whole files from Sublime to Maya. And if you are talking about seeing the output from the commands being sent from Sublime being piped back to the Sublime console, it also doesn't do that. The reason is that not everyone opens a commandPort with the return option set up and with a large enough buffer. I'm sure an option could be added to enable this behavior when you know you have set it up. > > Thanks a lot > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/1997162e-e6f0-4e1e-99b0-157368c7184c%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/1997162e-e6f0-4e1e-99b0-157368c7184c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1YLd_pzgCr%2BunoNUYJMpbnj6AO_KBK0JMhkywXBhfgig%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
