STEAM-GRUPPE
Blender Source Tools BleST
STEAM-GRUPPE
Blender Source Tools BleST
368
I SPIL
2,224
ONLINE
Grundlagt:
8. november 2013
Alle diskussioner > Help > Trådoplysninger
Who 7. maj 2024 kl. 9:50
Feature request/help
I would enjoy a feature that removes/disables the flexcontroller part of .dmx when exporting if there is a way to do that already I would like help figuring it out.
With a lot of compilers using .dmx can add flexes to the list and reset most custom parts of it, this can get especially annoying when using multiple flexes for things like clothing following the base mesh on a customizable character.
Sidst redigeret af Who; 7. maj 2024 kl. 9:51
< >
Viser 1-2 af 2 kommentarer
Zappy 7. maj 2024 kl. 10:57 
Oprindeligt skrevet af Who:
I would enjoy a feature that removes/disables the flexcontroller part of .dmx when exporting if there is a way to do that already I would like help figuring it out. -
You can make the first mesh object have "Simple" flexes in the Blender Source Tools (or "Advanced" if you'd like), and make the rest of the mesh objects have "Advanced" flexes. Generate a flex controller block for them, and remove "DmeCombinationInputControl" blocks for flexes that were already defined by the first(/any other) object.

If the rest of the objects shouldn't add any new flex controllers at all, only use the ones defined by the first object, then make the rest of the objects use this flex controller block:
<!-- dmx encoding keyvalues2 1 format model 1 --> "DmElement" { "id" "elementid" "12345678-1234-1234-1234-012345678910" "name" "string" "root" "combinationOperator" "DmeCombinationOperator" { "id" "elementid" "01234567-8910-1112-1314-151617181920" "name" "string" "combinationOperator" "controls" "element_array" [] "controlValues" "vector3_array" [] "controlValuesLagged" "vector3_array" [] "usesLaggedValues" "bool" "0" "dominators" "element_array" [] "targets" "element_array" [] } }
Who 7. maj 2024 kl. 12:09 
Man.
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50

Alle diskussioner > Help > Trådoplysninger