Disable all overlays except the texture paint overlay. Add alpha to the
resulting image buffer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Draw background transparent. Please note that this patch required D4909: DrawManager: Color Management to work.
| source/blender/editors/sculpt_paint/paint_image_proj.c | ||
|---|---|---|
| 6192 | remove the = {NULL} | |
Comment Actions
This also should hide gizmos I think?
It seems a little simpler to modify the copy and then pass that to the function, instead of restoring data in the original.
| source/blender/editors/sculpt_paint/paint_image_proj.c | ||
|---|---|---|
| 6192 | Could just do View3D v3d_copy = *v3d; perhaps. | |