We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99f19b commit fd63405Copy full SHA for fd63405
1 file changed
kratos.gid/scripts/Writing/WriteMaterials.tcl
@@ -171,6 +171,7 @@ proc write::getPropertiesListByConditionXPath {cnd_xpath {write_claw_name "True"
171
set props [list ]
172
173
# first property
174
+ # TODO: Remove this when gid_output_process.py is fixed
175
set first [dict create "model_part_name" $model_part_name "properties_id" 0 "Material" [dict create Variables [dict create]]]
176
lappend props $first
177
0 commit comments