Skip to main content
Glama
vino3dx
by vino3dx

bake_normals

Destructive

Generate a normal map from a high-poly cage to a low-poly shell using 3ds Max's RTT projection, requiring a UVW channel.

Instructions

把法线贴图从高模烘焙到低模壳(NormalMap)。需对象有 UVW 通道;高低模关系由 Max 的 RTT 投影设置决定。 [English] Bake a normal map from a high-poly cage to a low-poly shell (NormalMap). Requires a UVW channel; the high/low relationship is governed by Max's RTT projection setup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo贴图边长(像素),默认 512。 | Map edge size in pixels, default 512.
folderNo输出文件夹;省略用上次设置或渲染输出目录。 | Output folder; omit to use the last setting or render output folder.
formatNo贴图格式,默认 png。 | Map format, default png.
objectsNo对象名列表;省略则用当前选择。 | Object names; omit to use the current selection.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare destructiveHint=true and readOnlyHint=false, so the write/destructive nature is covered. The description adds valuable context beyond that: the requirement of a UVW channel and that the high/low relationship depends on RTT projection setup. This helps the agent anticipate prerequisites and potential failure points, going beyond what annotations provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, consisting of two sentences, and front-loads the core purpose. It avoids fluff and provides the essential prerequisites in a structured bilingual format. Every sentence contributes to understanding the tool's function and constraints.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is moderately complex, but the description covers the key prerequisites (UVW channel, RTT projection) and the action. It does not mention the output file behavior (e.g., whether the map is assigned to the material or just written to disk) or potential side effects beyond the destructiveHint annotation. However, given the schema covers parameters and annotations cover safety, it is reasonably complete for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers all four parameters with descriptions (100% coverage), so the baseline is 3. The description does not add any additional parameter-specific semantics (e.g., default behavior of 'objects' falling back to selection) beyond what the schema already states, so it does not exceed the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (bake) and the resource (a normal map) and specifies the source (high-poly cage) and target (low-poly shell). It distinguishes itself from sibling bake tools by explicitly naming 'NormalMap' and mentioning the RTT projection relationship, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear prerequisites: requires a UVW channel and the high/low relationship is governed by RTT projection setup. This tells the agent when the tool is applicable. However, it does not explicitly mention alternatives (e.g., bake_ao, bake_lighting) or state when not to use this tool, so it misses explicit exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools