Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
artbycrunk committed May 14, 2019
1 parent 0189549 commit 43d2368
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 1.0.0
* 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.

## Version 0.0.7
* Fix lookup regex for faster autocompletion.

Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with support for coding for Maya.

**Current Version** : 1.0.0

## Features

Expand Down Expand Up @@ -35,11 +36,7 @@ and ```Right-click -> Send Code to Maya```, this is based on the current working

To open the correct ports in maya, you can use the following code.

In the Maya script editor Python Tab.
```
import maya.cmds as commands
cmds.commandPort(name=":7002", sourceType="python", echoOutput=True)
```
`Note: If your using a extension version higher than 0.9, then MEL and Python code use the same port in maya.`

In the Maya script editor MEL Tab.
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mayacode",
"displayName": "MayaCode",
"description": "A Visual Studio Code extension with support for coding for Maya.",
"version": "0.0.7",
"version": "1.0.0",
"publisher": "saviof",
"author": {
"name": "Savio Fernandes"
Expand Down

0 comments on commit 43d2368

Please sign in to comment.