Blender Git Loki
Git Commits -> Revision cfa7daf
Revision cfa7daf by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 18, 2018, 10:58 (GMT) |
Fix problem with buffer when cursor outside camera view Before, the stroke buffer was converted using the 3D cursor location, but if the camera moves and the cursor was on back of camera, the stroke buffer was not visible while painting. Now, the conversion is done using the origin of the object and this avoid this problem. |
Commit Details:
Full Hash: cfa7daf3a9974dcff703bc133407a775f7954f13
Parent Commit: c4a2515
Lines Changed: +20, -16