Blender: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Nesciuse moved page Blender/en to Blender without leaving a redirect: Move en subpage to basepage)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{langsp}}
{{LanguageBar}}
{{Software status
| appid = 365670
| type = tools
| free = yes <!-- optional, can be removed. - "No" by default -->
| status = released <!-- More values is available on testcases page. -->
| os = all <!-- See template testcases for more values. -->
| deck = unsupported <!-- By default: Unknown. -->
| chromebook = hide
| note = <!-- Put any custom notice here. Optional. -->
<!-- OTHER STOREFRONTS
This is for games that did uses Valve engines (or closely related to it), that was sold or available for free outside Steam. Works similarly to "note" parameters.
Beside that, you can also use this for console versions of the game sold on PlayStation Network (PS)/MS Store (Xbox)
Do not use affiliate link as it's can affect users with adblockers. And remember to use "•" for spacing if there are sold in multiple other storefronts. -->
| 3rdpartylinks = <!-- Example: "{{gog|vampire_the_masquerade_bloodlines|GOG.com}}" for VTMB (on GOG.com), "{{epic|quake|Epic Games}}" for Quake 1 (on Epic Games Store), etc... -->
}}
 
<div style="background:#262626;float:right;">[[File:Blender.png|256px]]</div>
<div style="background:#262626;float:right;">[[File:Blender.png|256px]]</div>
{{seealso|[[:Category:Blender]] for tutorials.}}
{{seealso|[[:Category:Blender]] for tutorials.}}
Line 16: Line 32:
* {{bsourceops|4}} can also export [[SMD]], and generate [[QC]] files.
* {{bsourceops|4}} can also export [[SMD]], and generate [[QC]] files.
* {{sourceio|4}} can import models, maps, and textures from {{src|4}}, {{src2|4}}, and {{goldsrc|4}}.
* {{sourceio|4}} can import models, maps, and textures from {{src|4}}, {{src2|4}}, and {{goldsrc|4}}.
* {{srcengcolltools|4}} can generate and optimize collision meshes for {{src|4}}.
* {{blendervertexlit|4}} can help you design and export materials for models.
* {{blendervertexlit|4}} 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].
* [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].
Line 25: Line 42:
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.
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.


* '''[http://www.blender.org/manual/ Official Blender Manual]''' - The definitive manual on Blender 2.6, provided by and hosted on the Blender website.
* '''[http://www.blender.org/manual/ Official Blender Manual 2.6]''' - The definitive manual on Blender 2.6, provided by and hosted on the Blender website.{{deadlink|Sends you to the newest docs}}
 
*'''[https://docs.blender.org/manual/en/latest/ Official Blender Manual 4.1]''' - The definitive manual on Blender 4.1, provided by and hosted on the Blender website.
* '''[http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro Blender 3D: Noob to Pro]''' A helpful online resource book hosted on WikiBooks, a website that uses the same format as this website and Wikipedia.  
* '''[http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro Blender 3D: Noob to Pro]''' A helpful online resource book hosted on [https://www.wikibooks.org/ WikiBooks], a website that uses the same format as this website and Wikipedia.  


* '''[http://www.cdschools.org/Page/455 Blender Basics - 4th Edition]''' an online (but printable) classroom textbook released under [[wikipedia:Creative Commons|Creative Commons]] BY the Central Dauphin High School.
* '''[http://www.cdschools.org/Page/455 Blender Basics - 4th Edition]''' an online (but printable) classroom textbook released under [[wikipedia:Creative Commons|Creative Commons]] BY the Central Dauphin High School.
Line 33: Line 50:
== External links ==
== External links ==
* [http://www.blender.org/ Blender homepage]
* [http://www.blender.org/ Blender homepage]
{{sdktools|0}}
[[Category:Modeling]]
[[Category:Blender]]
[[Category:Non-Steam Applications]]<!--Is available independently of Steam-->
[[Category: Third Party Source 2 Tools]]

Latest revision as of 05:12, 12 July 2024

English (en)Русский (ru)中文 (zh)Translate (Translate)
Blender.png
See also:  Category:Blender for tutorials.

Blender Blender is a free and open source 3D modeling package that can be used to create models for Source Source and Source 2 Source 2. 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 modeling and texture mapping features.

  • Create textures and animate models.
  • Use add-ons 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.

External links