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
It seems that OpenSim 4.5 has removed get_GeometryPath() from the core library and associated MATLAB wrapper. Can you please add get_GeometryPath() as a wrapper for getGeometryPath() so as to ensure backwards compatibility for anyone who is migrating from OpenSim 4.4 to OpenSim 4.5?
The text was updated successfully, but these errors were encountered:
Hi @cvhammond, getGeometryPath() is compatible with both OpenSim 4.4 and 4.5.
The get_ syntax is typically reserved for property methods, the unnamed property GeometryPath was removed in favor of the named property path of type AbstractGeometryPath. See the PR linked above for more details.
@cvhammond, thanks again for bringing this up, but since we do have the backwards compatible option we do not plan to add this wrapper for the reasons stated above.
It seems that OpenSim 4.5 has removed
get_GeometryPath()
from the core library and associated MATLAB wrapper. Can you please addget_GeometryPath()
as a wrapper forgetGeometryPath()
so as to ensure backwards compatibility for anyone who is migrating from OpenSim 4.4 to OpenSim 4.5?The text was updated successfully, but these errors were encountered: