Which Interaction Mode should you use to add a constraint to a bone?

A. Object Mode
B. Pose Mode
C. Rig Mode
D. Edit Mode


B – You can only add constraints to bones when in Pose Mode. Select a bone and press Shift
+ Ctrl + C to add a constraint to it quickly.

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

``` double[] myList = {1, 5, 5, 5, 5, 1}; double max = myList[0]; int indexOfMax = 0; for (int i = 1; i < myList.length; i++) { if (myList[i] > max) { max = myList[i]; indexOfMax = i; } } System.out.println(indexOfMax); ``` a. 0 b. 1 c. 2 d. 3 e. 4

Computer Science & Information Technology

When a citation is inserted into a document, it is surrounded by ________

A) curly brackets { } B) forward slash / / C) square brackets [ ] D) parentheses ( )

Computer Science & Information Technology

How do you create mathematically smooth and sharp mask edges?

What will be an ideal response?

Computer Science & Information Technology

While using Adobe Audition, if you make a mistake you can click Edit > _______________ or you can reverse your steps in the History panel.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology