Hello,
i have an issue with the creation of autocad blocks and object data.
Everything has been created as i wanted: - correct autocad layer and correct OD tabelname.
But every block itself receives also object data, i don't want this to happen.
the workbench i use is very basic, just an attributevaluemapper to get a blockname for every attributevalue, so i fill in (autocad_entity = autocad_insert // autocad_block_name=<blockname from template>, autocad_color and autocad_layer)
How can i prevent the "2nd OD" to be created? (on older workbenches i've done exactly the same but there this issue doesn't occur)
Thanks,