> For the complete documentation index, see [llms.txt](https://gilmour.online/compsci/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i.md).

# OLD Art I - Blender Sculpting

- [Class Overview](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/class-overview.md)
- [Installation](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/installation.md)
- [Lesson 1 - Tools](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-1-tools.md): In the following video, you will find an overview of some of the sculpt tools in blender.  Follow along with the video and play with the tools.
- [Lesson 2 - Detail](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-2-detail.md)
- [Lesson 3 - Base Mesh: Metaballs](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-3-base-mesh-metaballs.md)
- [Lesson 4: Converting metaballs and adding detail](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-4-converting-metaballs-and-adding-detail.md)
- [Lesson 5: Masking, Hiding, and Working with Multiple Objects](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-5-masking-hiding-and-working-with-multiple-objects.md)
- [Lesson 6: Joining Objects & Basing](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-6-basing.md)
- [Lesson 7: Sculpture Painting](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-7-sculpture-painting.md)
- [Student Gallery: Animal Sculpts](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/student-gallery.md)
- [Lesson 8: 3D Compositon](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-8-3d-compositon.md)
- [Lesson 9: The Project - Putting it all together](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-9-the-project-putting-it-all-together.md)
- [Lesson 10: Developing the image further](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-10-developing-the-image-further.md)
- [Lesson 11: Layout the base metaball mesh.](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-10-layout-the-base-metaball-mesh..md)
- [Lesson 12: Final Detail](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-12-final-detail.md)
- [Lesson 13: Basing and Painting](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/lesson-13-basing-and-painting.md)
- [Final Project Gallery](https://gilmour.online/compsci/archives/vanek-archives/archives-art-i/final-project-gallery.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gilmour.online/compsci/archives/vanek-archives/archives-art-i.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
