Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Wizard 3 documentation
Wizard 3 documentation

First steps

  • Installation
  • Create a repository
  • Setup Wizard
  • Account
  • Project

Setup your work environment

  • Project preferences
    • General
    • Softwares
    • Exports
    • Hooks
    • Security
    • Users
  • User preferences
    • General
    • Account

Assets

  • Create an asset
  • Archives
  • References
  • Asset tracking

Working with Assets

  • Launch a work version
  • Work versions
  • Videos
  • Import wizard references
  • Prepare your exports
    • Modeling
    • Texturing
    • Rigging
    • Shading
    • Custom
    • Camrig
    • Layout
    • Animation
    • Cfx
    • Fx
    • Compositing
  • Exports

Wizard interface

  • The wizard tree
  • Notification wall
  • Console
  • Quotes
  • Shelf
  • Search
  • Subtasks
  • Instances manager
  • Locks manager
  • Championship
  • Project overview
  • Project table
  • Render time manager
  • Video Manager

Misc

  • Get my scripts in maya

Scripting

  • Wapi ( Python API )
    • wapi.repository
    • wapi.user
    • wapi.project
    • wapi.shelf
    • wapi.assets
    • wapi.tracking
    • wapi.launch
    • wapi.team
    • wapi.ui
  • Wapi examples

Server

  • Wizard server
  • PostgreSQL
Back to top
View this page

Wapi ( Python API )ΒΆ

The wapi module is the application programming interface to interact with wizard via python. To import wapi, use the script editor or PyWizard and type import wapi

The wapi modules

  • wapi.repository
  • wapi.user
  • wapi.project
  • wapi.shelf
  • wapi.assets
  • wapi.tracking
  • wapi.launch
  • wapi.team
  • wapi.ui
Next
wapi.repository
Previous
Get my scripts in maya
Copyright © 2022, Leo BRUNEL
Made with Sphinx and @pradyunsg's Furo