You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a great project. I have been able to run it to add and update properties from a SQLite database to my schematics, but the new properties are all visible and hiding them is unfortunately not possible at the moment.
Or I can't do it.
If the effect is available (effects (font (size 1.27 1.27)) (justify left) (hide yes)))
Then it is possible to read the effect by e.g. symbol.R3.property.tolerance.effects.hide -> hide = True
But even change to False or making it visible seem to be not possible.
If I want to make a symbol's property hidden (i.e. add a
hide = True
effect), how can I do it?If there's already a
hide
effect I can change its value, but un-hidden properties typically don't have ahide = False
effect.The text was updated successfully, but these errors were encountered: