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
refactor(w3dview): migrate W3DViewDoc and GraphicView to RefCountPtr<T>
Replace MEMBER_ADD/MEMBER_RELEASE macros with RefCountPtr<T> and REF_PTR_RELEASE.
- W3DViewDoc: m_pCRenderObj, m_pCAnimation, m_pCursorScene, m_pCursor now RefCountPtr
- GraphicView: m_pCamera and m_pLightMesh now RefCountPtr
- Local variables in Utils, DataTreeView, BoneMgrDialog, etc. use REF_PTR_RELEASE
0 commit comments