- Maya Programming with Python Cookbook
- Adrian Herbez
- 79字
- 2021-07-14 10:46:43
Introduction
While it is by no means required to create a graphical user interface (GUI) for your scripts, you're likely to want one in almost all cases. Very often, you'll find yourself creating scripts that are meant to be used by your teammates, some of whom may be less comfortable with command-line tools.
In this chapter, we'll be looking at how to create windows, fill them with interface elements, and link those elements up to other functionality within Maya.
推薦閱讀
- .NET之美:.NET關鍵技術深入解析
- 編寫整潔的Python代碼(第2版)
- Dependency Injection in .NET Core 2.0
- Java程序設計與計算思維
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Ext JS 4 Web Application Development Cookbook
- Building RESTful Python Web Services
- RISC-V體系結構編程與實踐(第2版)
- Access 2010數據庫應用技術(第2版)
- Mastering Gephi Network Visualization
- Mastering Unreal Engine 4.X
- Spring Boot從入門到實戰
- Learning D3.js 5 Mapping(Second Edition)
- C++服務器開發精髓
- Python編程基礎與數據分析