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
libsdformat, in its conversion phase, substitutes in default values
Odd / non-strict value parsing (e.g. colors, RGBA)
API: Could add an attribute check, IsExplicitlySet() or UsedDefaultValue() or something, and have overloads for querying that uses optional<> or returns a flag
May be hard to check if a default value was actually set?
Could be useful for deprecating attributes that a user set?
From discussion on 2020-01-23 on Asana.
Notes:
Default values
libsdformat
, in its conversion phase, substitutes in default valuesIsExplicitlySet()
orUsedDefaultValue()
or something, and have overloads for querying that usesoptional<>
or returns a flag\cc @SeanCurtis-TRI
The text was updated successfully, but these errors were encountered: