Skip to content

2.3.0 Release

Compare
Choose a tag to compare
@justinfx justinfx released this 14 Jun 20:04
· 24 commits to master since this release

2.3.0

  • Add "no_collisions" setting to toggle namespacing Python code #25 (thanks darkvertex)

2.2.1

  • Add option "strip_sending_comments" with a default value of true, controlling whether single-line comments from selected source code is stripped before sending code selections to Maya. Sending whole files (nothing selected) always sends executed all content. This was existing behavior to reduce the amount of data being sent to the commandPort, but can lead to incorrect line numbers when errors are reported in Maya. So you can disable it if you are having trouble debugging with what Maya reports.

2.2.0

  • Modified the way selected MEL source is collected and sent to Maya, to fix breakage with trailing line comments or multi-line comments

2.1.0

  • Added MEL snippets (contributed by Madoodia)

2.0.0

  • MayaSublime has been updated adding support for ST3 compatibility.