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
One thing to double-check is whether YDimVal and ZDimVal can ever be null when we create the default values from SetDefaultValue(). I don't think they can be null within this if block, but it seems plausible they could be null in the D->getAttr<WorkGroupAttr>() block below (which could be an existing bug).