ArtOfIllusion / Polymesh

N-gon mesh modeling plugin with Catmull-Clark subdivision & UV unwrapping
1 stars 2 forks source link

Mapping 3D preview bugs #12

Open peteihis opened 5 years ago

peteihis commented 5 years ago
Sailsman63 commented 4 years ago

Can you still duplicate this with the current version?

peteihis commented 4 years ago

OOPS! <-- -->

peteihis commented 3 years ago

..So....

The 1st bullet has been fixed.

It is still possible to move the object outside the view and never find it again. (In the AoI mapping previews there is a pop-up menu, but that has not been copied here.)

Also the mouse action depth does not seem to match the depth where the object is, but then the function is different from the usual views anyway: Instead of having the camera rotate around the object here you actually move and rotate the object in front of the camera.

Sailsman63 commented 3 years ago

I was mostly concerned about the first point.

The second is less a bug, and more missing signposts. perhaps the field that is shown below the item should have a pattern?

Its been in the back of my mind for a while that all of the mini-preview windows have their own mouse-handling code, when they should probably just re-use Space mode, but that's a separate project.

peteihis commented 3 years ago

they should probably just re-use Space mode, but that's a separate project.

I think there is a reason why the preview windows come with mouse handling of their own but it's true there are a few things that could be improved. - For one thing scroll wheel action should be added. I have had a look at those many times but never ended up doing anything about it.