Autore Topic: Add "exlcude" option in the replicate data options  (Letto 2027 volte)

Dgrozic

  • Newbie
  • *
  • Post: 4
    • Mostra profilo
Add "exlcude" option in the replicate data options
« il: Aprile 19, 2023, 10:04:28 pm »
Turns out 3d models in CS get rendered much better if all of the splays are set as not excluded (and with the advanced oversampling enabled). But clicking 1000 splays to set them all as not excluded takes a lot of time. It would be great if it could be added as an option in the replicate data dialogue.

cepe

  • Administrator
  • Hero Member
  • *****
  • Post: 598
    • Mostra profilo
Re:Add "exlcude" option in the replicate data options
« Risposta #1 il: Aprile 20, 2023, 09:22:44 am »
I will add this option in the next v2 nightbuild.

Meanwhile you can get this goal using Replicate data with formula and with this piece of code (vb#):
Codice: [Seleziona]
currentsegment.to=currentsegment.to.replace("(","_").replace(")","")
currentsegment.splay=false

Basically this will remove cSurvey's splay name pattern from To station (if required...remove it if this is not necessary) and remove the splay flag from replicate data's shots.
« Ultima modifica: Aprile 20, 2023, 09:45:56 am da cepe »