This article relates to the game "Half-Life: Alyx". Click here for more information.
This article relates to the workshop tools for "Half-Life: Alyx". Click here for more information.
This article's documentation is for Source 2. Click here for more information.

Half-Life: Alyx Workshop Tools/Modeling/Common ModelDoc Nodes

From Valve Developer Community
Jump to: navigation, search

ModelDoc uses a node-based system for putting together models, but maybe not in the way you'd think. Nodes are stored in the Outliner, which is organized by Categories, each with their own unique settings and properties that are worth taking a once over.

If you want to take a look at every available node, simply right-click the outliner in the ModelDoc editor and click Add. You can also view Node Categories, which also have their own unique settings. To utilize ModelDoc to it's fullest capabilities, it's important for you to understand what it can do. Here is a couple example Nodes that might prove useful to you.

Warning.pngWarning:This article is incomplete. Please feel free to add to it as we understand more about ModelDoc.

Common Nodes

"Add..." Nodes

These Nodes are simple ways to add commonly used functions, like meshes, animations, cloth, and gibs (break pieces.) They do nothing different other than provide an easy way to access these functions at the top of the list.

RenderMeshFile

Adds a mesh to your model. Will also import the skeleton

AnimFile

Adds an animation by using a file. This file can be a DMX, SMD, or FBX.

Note.pngNote:Any bones whose name contain a dot (.) as part of the name will automatically have the dot be replaced with an underscore (_) when the mesh is imported. If an animation-file refers to bones which are named with a dot, they will be unable to locate the bones and the animation will not work.

EmptyAnim

Adds a blank reference animation. Can be useful for making sequence blends, or if you're trying to quickly import a model that needs morphs to work (morphs require a material with "Morphs Supported" ticked on and an animation file alongside the mesh.)

GenericGameData

Adds certain nodes that seem to correspond with specific games/projects. Some important things exclusive to HLVR are in here, like AO proxies or handpose data.

Common Categories

RenderMeshList

Stores all our RenderMeshFiles. No properties.

PhysicsShapeList

Stores PhysicsShapes. Used for collisions (available nodes: Capsule, Sphere, Box, and Mesh File)

PhysicsJointList

Stores PhysicsJoints. Used for setting up joints for ragdolls and restricting/allowing certain movements.

BoneMarkupList

If your model imports with no skinning on certain bones, the model will by default cull these bones. It's important to go to this category and set "Bone Cull Type" from Aggressive to "None."

Note.pngNote:Why does Valve do this by default??