在 Maya 中学习 Python CGCircuit - Learn Python Inside Maya

1451
0
2022-10-18 20:28:24
正在缓冲...
31
6
131
4
https://www.cgcircuit.com/workshop/learn-python-inside-maya 在 Maya 中学习 Python CGCircuit - Learn Python Inside Maya
CG教程集合可以看我的收藏夹 - 个人博客 https://blog.l0v0.com
视频选集
(1/160)
自动连播
01. Introduction Who Am I What Will We learn
05:08
02. IDEs and Software
10:13
03. A Brief History of Python
08:50
04. Flavors of Python
07:00
05. Python Resources
04:14
06. Script Editor Tour
10:05
07. Type What I Type
00:55
08. Print Statements Commenting And Variables
20:55
09. Strings Part 1
08:06
10. Variables Under The Hood
05:45
11. String Indexing
06:02
12. Importing Modules
09:58
13. Importing maya.cmds
10:30
14. Auto Complete in the Script Editor
02:03
15. The Move Command
09:10
16. Capturing the Results of the Move Command
12:22
17. Using Return Results
10:36
18. The getAttr Command
07:29
19. The xform Command
10:41
20. Week 1 Homework Assignment
02:49
21. Week 1 Homework Review
26:48
01. Week 2 Introduction
00:55
02. Comparison Operators
05:34
03. and or not in
13:11
04. if-then-else and Expressions vs. Statements
12:17
05. Strings Part 2
12:09
06. Lists Part 2
14:29
07. Dictionaries
13:08
08. Tuples Tuples vs. Lists Mutable vs. Immutable
09:30
09. for Loops
19:18
10. The range Command
05:17
11. mel2py Python Learning Helper Tool
07:40
12. The see Module
04:28
13. Week 2 Homework Assignment
03:42
01. Week 2 Homework Review
11:33
02. Functions
06:26
03. Doc Strings
04:15
04. Function Arguments
11:33
05. args and kwargs
15:38
06. PYTHONPATH
11:18
07. Your First Module
15:14
08. Running Your First Module myModule.py
11:47
09. Closures
07:48
10. The Concept of Scope
04:50
11. Scope Example
12:10
12. Scope Globals
04:47
13. String Formatting Expressions
16:46
14. String Formatting With The .format Method
20:44
15. Week 3 Homework Assignment
05:05
01. Homework Review Week 3
17:57
02. Sets
10:37
03. Iterators Part 1 What Are Iterators
14:50
04. Iterators Part 2 Python 2.7x vs 3.x range Function
04:36
05. Iterators Part 3 Python 2.7x vs 3.x zip Function
03:41
06. Iterators and Dictionaries
07:38
07. The with Statement
07:59
08. List Comprehensions
05:37
09. Nested List Comprehensions
06:57
10. Generators Part 1
07:56
11. Generators Part 2
13:24
12. memory_profiler and Installing Anaconda
08:54
13. Using memory_profiler and memory_usage
16:36
14. The logging Module
17:34
15. Using the Logging Module In Your Modules
13:16
16. Week 4 Homework Assignment
05:12
01. Homework Review Week 4 Part 1
21:49
02. Homework Review Week 4 Part 2
05:29
03. Homework Using collections.Counter
05:41
04. Homework Review Week 4 Making Geometry With Results
09:16
05. Intro to Objects Part 1
12:26
06. Intro to Objects Part 2 Example
06:26
07. The __init__ Function
15:56
08. Using An Underscore to Hide Stuff
03:52
09. Inheritance
10:58
10. class Working Example Inheritance
06:12
11. class Working Example Quadruped Tree
13:57
12. class Working Example Multiple Inits
09:38
13. Polymorphism Concept
09:19
14. Polymorphism Examples
05:28
15. Duck Typing
05:29
16. Exceptions Part 1
10:58
17. Exceptions Making Your Own
16:12
18. class Working Example Raising An Exception
06:10
19. Week 5 Homework Assignment
04:10
01. Week 5 Homework Review
14:17
02. Class Variables vs Instance Variables
09:38
03. Decorators Part 1
11:03
04. Decorators Practical Example
12:53
05. Partial Functions Part 1
11:44
06. What is Qt PyQt PySide etc.
10:29
07. Intro to Qt Designer
09:38
08. Naming Widgets
12:00
09. A Barebones UI In Maya
14:48
10. maya.cmds loadUI
04:44
11. Loading .ui Differences Pyside
14:00
12. Checking Class of Incoming .ui
06:47
13. pyside_dynamic.py
09:05
14. Compiling A .ui File With pysideuic
05:57
15. Cleaning Up pysideuic Results
18:10
16. PySide Docs And Connecting A Click Event
10:24
17. Connecting QWidgets to Executable Code
12:15
18. Making A QCheckbox Disable a QLineEdit
08:32
19. Generating Geometry QPushButton Events
10:29
20. QSlider Controlling Geometry Scale
15:47
21. Adding Text to a QTextEdit Field
06:08
22. Connecting Events in A Loaded .ui
08:07
23. Week 6 Homework Assignment
06:44
01. Week 6 Homework Review Part 1
27:46
02. Week 6 Homework Review Part 2
10:18
03. Week 6 Homework Review Part 3
19:23
04. Final Project Overview
05:34
05. The pickle Module
05:07
06. The json Module
04:46
07. What is PyMEL
03:45
08. PyMEL vs maya.cmds
18:51
09. PyMEL PyNodes
07:43
10. Inspecting Curves with PyMEL
17:58
11. Recreating A Curve From Data
12:45
12. Starting Your API
15:07
13. Writing an API Part 1 Getting Started
12:46
14. Writing an API Part 2 Appending To The pickle
08:20
15. Writing an API Part 3 Creating Curve From Data
13:50
16. Creating The Controllers Library UI in Qt Designer
12:21
17. Updating QListWidget
12:01
18. Double-Clicking QListWidgetItem
09:26
19. QSlider Scale Controls
20:22
20. Manual Scale Value Updating QSlider
17:02
21. QLineEdit Naming and Saving New Controls
16:15
01. Color Mapping for NURBs Curves
12:51
02. Coloring Curves With The API
06:56
03. Making A 4x8 Grid of QPushButtons Part 1
12:19
04. Making A 4x8 Grid of QPushButtons Part 2
16:55
05. Making A 4x8 Grid of QPushButtons Part 3
17:21
06. Making A 4x8 Grid of QPushButtons Part 4
12:42
07. How To Do A Screen Capture in Maya
07:06
08. Adding A Screen Capture Function to the API
12:54
09. Adding A QLabel and QPixmap to the API with Click Updating
24:35
10. The Plan to Use an External Script to Process Our Icon Images
03:53
11. Reinstalling Anaconda
06:10
12. Installing Python Image LibraryPIL in Anaconda
06:11
13. Writing A Script with PIL to Crop Icon Images Part 1
19:14
14. Writing A Script with PIL to Crop Icon Images Part 2
07:39
15. The argparse Module
23:30
16. Adding argparse To The iconConvert.py Script
08:17
17. Running The subprocess Module in Maya
14:24
18. Making Icons For Curves in The UI
14:18
01. PySide Follow-up Part 1 A Single UI
07:32
02. Cool PySide The Helios Project
07:32
03. maya.standalone
10:21
04. The path Module
24:51
05. Intro to Regular Expressions
26:43
06. The re Module
15:34
07. Testing re.finditer on a Text File
10:06
08. PySide Follow-up Part 2 QRegExprValidator
11:35
09. Cygwin
05:35
10. grep
05:26
11. stdin stdout and stderr
17:49
12. The subprocess Module Part 1
27:17
13. The subprocess Module Part 2
32:17
14. What Can I Learn Next
06:17
客服
顶部
赛事库 课堂 2021拜年纪