Skip to content

Commit 43d2368

Browse files
committed
update version and readme
1 parent 0189549 commit 43d2368

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 1.0.0
4+
* Rewrite the code to work over a single Maya socket.
5+
* Use temp files to send code between vscode and maya.
6+
* Add support for sending complete files to maya
7+
thanks @Ziriax or the pull request.
8+
39
## Version 0.0.7
410
* Fix lookup regex for faster autocompletion.
511

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

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

5+
**Current Version** : 1.0.0
56

67
## Features
78

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

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

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

4441
In the Maya script editor MEL Tab.
4542
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mayacode",
33
"displayName": "MayaCode",
44
"description": "A Visual Studio Code extension with support for coding for Maya.",
5-
"version": "0.0.7",
5+
"version": "1.0.0",
66
"publisher": "saviof",
77
"author": {
88
"name": "Savio Fernandes"

0 commit comments

Comments
 (0)