chsh2 / nijiGPen

An add-on of Blender focusing on Grease Pencil
GNU General Public License v3.0
249 stars 12 forks source link

Boolean Eraser Tool bug #43

Open Note00123 opened 2 months ago

Note00123 commented 2 months ago

When drawin with the eraser tool the erasing works as intended but for some reason the vrush point is out of position with the actual location is been use on and after instaling and reinstaling the tool and blender too i suspect it may be a bug. Here is an gif with the example of the problem.

blender_1FX4WYLBDj

Im using blender 4.1 and hope this can be fix since the last update of the nijipen in general has been amazing and hope it helps if anyone else is having this problem too, many thanks to the devs and have a good day.

chsh2 commented 2 months ago

I found that I did not handle the object transformation correctly. Does your Grease Pencil object have a non-zero location? If so, the mouse will have an offset. I will fix this bug soon.

Another case is when the shape is very far away from the view. In this case there may be a perspective distortion. It is recommended to use either the 3D cursor or the orthographic view for distant shapes.

If your setting is not one of the two cases above, but you still have the same problem, it may be a new bug. Please let me know more details.

Note00123 commented 2 months ago

Hello, my grease pencil object was indeed in a non-zero location. After moving everything to the world origin, the offset disappear and the eraser worked without any problems and was very easy to use. I hope this helps somewhat. The comment also helped me fix the issue, so thanks!"

chsh2 commented 2 months ago

I tried to fix this issue in the new release (v0.10.1). It may require restarting Blender after the installation to make the patch work.