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
I've noticed that RF will break when trying to load files, load defaults, etc.
Below is a checklist of items that need to get fixed.
With RF enabled, File > Defaults > Load Factory Settings. RF's Add Mesh Retopology at XXX does not show (but there is still a divider?). There is a note in terminal that operator is unknown. now, Edit > Preferences > Add-ons > re-enable RF4, and notice RF's Add Mesh Retopology at XXX shows up twice!
Load blend file that has Contours selected and some geometry selected, File > Revert, now old operators / draw handlers are sticking around causing problems in the terminal
The text was updated successfully, but these errors were encountered:
RF now does not crash when reverting file!
however, if an RFTool is selected that has an overlay before reverting,
that particular overlay does not work after load finishes. not sure
why, yet.
I'm having a hard time finding a way to handle the issue around reverting. It seems Blender does not alert modal operators when a load happens (can hook into bpy.app.handlers.load_pre, but cannot change tools / kill modal ops in there), and the context isn't quite correct when the load finishes.
I've noticed that RF will break when trying to load files, load defaults, etc.
Below is a checklist of items that need to get fixed.
The text was updated successfully, but these errors were encountered: