Skip to content

Releases: artbycrunk/vscode-maya

1.5.0

29 Oct 17:19
Compare
Choose a tag to compare

1.4.0

30 Apr 18:13
Compare
Choose a tag to compare

1.3.0

27 Apr 06:02
Compare
Choose a tag to compare
  • Fix: Output line numbers are off by 1 (@artbycrunk in issues/14)
  • Enhancement: Added telemetry for basic events

1.2.0

20 Dec 16:45
Compare
Choose a tag to compare
  • Add Help on hover, with link to read the documentation online.
  • Changed settings title to MayaCode to be in line with API docs
  • Added better error msg when cannot connect to Maya via commandPort.

1.1.0

17 Aug 16:59
Compare
Choose a tag to compare
  • Add autocomplete for MEL variables. issues/9
  • Speedup autocomplete processing.

1.0.1

06 Jun 14:27
Compare
Choose a tag to compare
  • Fixed issue with non-ascii characters in python code issues/5

1.0.0

14 May 18:52
Compare
Choose a tag to compare
  • Rewrite the code to work over a single Maya socket.
  • Use temp files to send code between vscode and maya.
  • Add support for sending complete files to maya
    thanks @ziriax or the pull request.