Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

mayaScriptEditor.vim

  • Use channel support in vim8, so no language interfaces are required.
  • Can get script editor output/history inside vim.

Requirements

vim8

Install

  • vim-plug
Plug 'minoue/mayaScriptEditor.vim'

Usage

Maya

You have to open command port inside Maya first.

from maya import cmds
cmds.commandPort(name=":23456", prefix="python", sourceType="mel")

vim

In Normal mode, run the follwing command.

MayaScriptEditorSend

Make sure to save before running the command as this command doesn't send texts in a buffer but file path to Maya

If you want to get script editor output inside vim...

maya

Set 'writehistory' on.

cmds.scriptEditorInfo(wh=True)

vim

Set enableOutput option True.

let g:MayaScriptEditorEnableOutput = 1

About

A tiny vim plugin to send a buffer to maya

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.