Skip to content

Latest commit

 

History

History

cmds_interface_demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cmds_interface_demo

Give basic notions to create a simple window in an object-oriented way using only maya.cmds API.

This requires that you have the basics at how a class works.

pizza_creator

Store data "outside" of the interface and edit it form the interface.

gif of interactions with the interface in maya

path_input

Common use case where you have to get input of paths from the user.

A bit more complex than the pizza_creator.

gif of interactions with the interface in maya