Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 560 Bytes

File metadata and controls

20 lines (11 loc) · 560 Bytes

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