Exploring Blender Mesh Creation

Exploring Blender Mesh Creation

12th Grade

16 Qs

quiz-placeholder

Similar activities

AQA Computer Science GCSE Revision - Computer Networks

AQA Computer Science GCSE Revision - Computer Networks

10th - 12th Grade

15 Qs

3DS Max Rehearse Quiz Q3

3DS Max Rehearse Quiz Q3

9th - 12th Grade

15 Qs

Networking

Networking

12th Grade

20 Qs

PLTW 3D Design and Modeling

PLTW 3D Design and Modeling

9th - 12th Grade

19 Qs

Lesson 3

Lesson 3

1st Grade - University

12 Qs

Babylon.js Review

Babylon.js Review

9th - 12th Grade

15 Qs

Unit 9 Animation

Unit 9 Animation

12th Grade

14 Qs

AP CSP Unit 3 Ch 1 Vocab

AP CSP Unit 3 Ch 1 Vocab

9th - 12th Grade

16 Qs

Exploring Blender Mesh Creation

Exploring Blender Mesh Creation

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Hala N

Used 4+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of bpy.ops.object.select_all(action='DESELECT')?

To delete all objects in the scene.

To select all objects in the scene.

To hide all objects in the scene.

To deselect all objects in the scene.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a cone mesh in Blender using Python?

Execute bpy.ops.object.add(type='MESH', name='Cone') to add a generic mesh object.

Use bpy.ops.mesh.primitive_cone_add(radius=1, depth=2, location=(0, 0, 0)) to create a cone mesh.

Use bpy.ops.mesh.primitive_cube_add(size=2, location=(0, 0, 0)) to create a cube mesh.

Call bpy.ops.mesh.primitive_sphere_add(radius=1, location=(0, 0, 0)) to create a sphere mesh.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameters can be adjusted when creating a cone mesh?

Radius, length, number of faces, scale

Top radius, depth, color, texture

Base radius, height, number of segments, Top radius

Base height, width, number of sides, position

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of mesh is created with bpy.ops.mesh.primitive_cylinder_add?

A cylinder mesh

A rectangular mesh

A square mesh

A triangular mesh

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the significance of the 'depth' parameter in mesh creation?

The 'depth' parameter sets the size of the mesh in pixels.

The 'depth' parameter determines the color of the mesh.

The 'depth' parameter controls the level of detail in mesh creation.

The 'depth' parameter is used to define the material type of the mesh.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an icosphere in Blender using Python?

bpy.ops.mesh.primitive_ico_sphere_add(subdivisions=2, radius=1)

bpy.ops.mesh.primitive_icosphere_add(size=2)

bpy.ops.mesh.primitive_sphere_add(vertices=32, radius1=1)

bpy.ops.mesh.primitive_uv_sphere_add(segments=16, ring_count=8)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'subdivisions' parameter control when creating an icosphere?

The material used for the icosphere's surface.

The level of detail in the icosphere by subdividing its triangular faces.

The number of vertices in the icosphere.

The color of the icosphere's vertices.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?