Commit 233e732 1 parent 1cb20cf commit 233e732 Copy full SHA for 233e732
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
# While humans count lists from 1, computers count lists from 0.
33
33
# It takes a while to get used to it, but you'll learn it quickly enough
34
34
# So we've taken the first object in the list, with index of 0.
35
- # If you want the shape instead, you can get the second item in the list, at index 1
35
+ # If you want the creation node instead, you can get the second item in the list, at index 1
36
36
# As you can see the [] notation is used to get the item at that index
37
- shape = cube [1 ]
37
+ creator = cube [1 ]
38
38
39
39
# Now lets create a nurbs circle controller to parent the cube under
40
40
# But I don't remember the command to create a circle!
72
72
# Finally lets select the circle
73
73
cmds .select (circle )
74
74
75
- # And there you have it, you've quickly learned how to prop things!
75
+ # And there you have it, you've quickly learned how to prop things!
You can’t perform that action at this time.
0 commit comments