mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 15:58:28 -05:00
Separate command files to a single command file per asset and include them in the main command file
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
// =========================================
|
||||
// MaterialVertexDeclaration
|
||||
// =========================================
|
||||
use MaterialVertexDeclaration;
|
||||
set string name;
|
||||
set name name;
|
||||
|
||||
// MaterialVertexStreamRouting
|
||||
set condition MaterialVertexStreamRouting::decl never;
|
Reference in New Issue
Block a user