Blender: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Mention VertexLitGeneric shader implementation for Blender Cycles)
Line 19: Line 19:
* The [[Blender Source Tools]] can import and export [[Studiomdl Data|SMD]] and [[DMX model|DMX]].
* The [[Blender Source Tools]] can import and export [[Studiomdl Data|SMD]] and [[DMX model|DMX]].
* Similarly [[Blender VertexLitGeneric]] can help you design and export materials for models.
* Similarly [[Blender VertexLitGeneric]] can help you design and export materials for models.
* [https://git.sr.ht/~b5327157/tf2-blender/tree/HEAD/VertexLitGeneric.md VertexLitGeneric OSL] is a [[VertexLitGeneric]] shader implementation for the Blender Cycles ray-tracing engine, supported by [https://docs.blender.org/manual/en/latest/render/shader_nodes/osl.html Open Shading Language].
* See [[Animation in Blender]] to learn how to rig and animate in a way that survives SMD export.
* See [[Animation in Blender]] to learn how to rig and animate in a way that survives SMD export.
* You can store as many models as you like in the same .blend file. Use scenes and/or layers to easily manage the different elements.
* You can store as many models as you like in the same .blend file. Use scenes and/or layers to easily manage the different elements.

Revision as of 12:25, 5 November 2021

Template:Otherlang2

Blender.png
See Category:Blender for tutorials.

(icon) Blender is a free and open source 3D modeling package that can be used to create models for Source. Blender has also been available on Steam since April 3 2015, it comes with automatic updates but has no support for the in-app steam overlay currently.

Features

Blender offers free 3D modelling and texture mapping features.

  • You can create texture, and animate models.
  • Use addons to import and export numerous different file types like SMD and DMX for your Source mods or the Steam Workshop.

Blender and Source

Where can I learn to use Blender?

Blender ui.jpg

Although the Valve Developer Community has limited information about using Blender, we offer a variety of external resources for you to learn and master Blender.

  • Blender 3D: Noob to Pro A helpful online resource book hosted on WikiBooks, a site that runs on the same format as this site.

External links