Removed keymap filter for UI in AddonPrefs. This made keymaps vanish when switched from Keyboard to Mouse.
Fixed a bug where roughness values were being written to input[9] instead of input[2]. Since blender4.4 this is nolonger a float input resulting in an error.
Select Continuous now checks if a selection exists before calling rm_loop op in edge mode.
Fixed bug with incorrect edge loop terminations when force_boundary was on.
Fixed bug related to deselecting continuous.
Hotspot Ops now support face selection with multiple materials and multiple hotspot atlases.
Object Pivot to Cursor now properly updates child object positions when parent pivot is changed. This is still a bug related to undoing an op that makes simultaneous mesh and object changes. Looking for a fix.
Extrude Along Path updates:
Now accounts for closed loop paths.
Now moves extruded faces to path.
Now supports multiple paths.
Does not currently account for flipped extrude faces. Will revisit for next update.