Skip to content
forked from adamohern/MODDER

Open source scripting resources for MODO

Notifications You must be signed in to change notification settings

AlexKucera/KOMODO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#KOMODO Open scripting resources for MODO

KOMODO is an open community project to for sharing usable code snippets and resources for the MODO Python API.

##Features:

  • Improved F5 window includes scripting, python console with event log, etc

  • Menubar > Komodo > Dump API - Creates HTML docs for a variety of MODO API's and services, with quick-access links below. Also generates Python dummy code for IDE code completion.

  • Menubar > Komodo > scenes:Primitives - Useful primitives-based test scene.

  • Menubar > Komodo > Restart MODO

  • Modes Bar > Project Scripts - Lists all ".py" files in the current scene's directory tree for quick access to project-specific scripts.

  • >>> import komodo : A framework of usable functions and commands, ready to use.

  • > komodo.symbolsearch {searchTerm} : Search the lx.symbol.* module for keys or values matching the search term.

  • A library of code snippets for copy/paste code bashing

##To Do:

  • Better readme
  • Rewrite API dump code
  • Create and organize framework
  • Create snippets system, attach to script editor UI
  • Add UI elements

About

Open source scripting resources for MODO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%