Callout renders pattern on block walls

Hi

I've played around with some basic settings for render and toggled render on for most parts in our dataset (SE).

But brick walls and light concrete with render materials "block (grey)" and "Brick dark redbrown" also affect my callout:

How are these connected? Can't turn it off from eg pattern or fill in display settings. 

Also, just toggle off rendering for that pattern don't help, I have to change to another material. 

Regards, 

Robert

Parents
  • Hi,

    rendering slows down the time design files need to open,
    so I set the configuration variable in the workset.cfg file:
    TFPART_RENDER = 0

    this speed up the work

    if I need to have output rendered, I just change the setting in the cfg file to
    TFPART_RENDER = 1
    and drawings are rendered
    this affects the whole project,

    better could be a setting in the ribbon to easily toggle the rendering
    just like "autoannotations"

Reply
  • Hi,

    rendering slows down the time design files need to open,
    so I set the configuration variable in the workset.cfg file:
    TFPART_RENDER = 0

    this speed up the work

    if I need to have output rendered, I just change the setting in the cfg file to
    TFPART_RENDER = 1
    and drawings are rendered
    this affects the whole project,

    better could be a setting in the ribbon to easily toggle the rendering
    just like "autoannotations"

Children