Draw: Curve outline drawing in object mode.
This patch adds (selected/active) outline around a curve object in object mode.
{F13270680}
In the past the draw bounds option was enabled for any curve objects. With this
patch it isn't needed and will be disabled.
In the future the curve outline could also be enabled to improve GPU selection.
Reviewed By: dfelinto, HooglyBoogly, fclem
Maniphest Tasks: T95933
Differential Revision: https://developer.blender.org/D15308
This commit is contained in:
@@ -11,6 +11,7 @@ extern "C" {
|
||||
|
||||
GPUShader *BASIC_shaders_depth_sh_get(eGPUShaderConfig config);
|
||||
GPUShader *BASIC_shaders_pointcloud_depth_sh_get(eGPUShaderConfig config);
|
||||
GPUShader *BASIC_shaders_curves_depth_sh_get(eGPUShaderConfig config);
|
||||
GPUShader *BASIC_shaders_depth_conservative_sh_get(eGPUShaderConfig config);
|
||||
GPUShader *BASIC_shaders_pointcloud_depth_conservative_sh_get(eGPUShaderConfig config);
|
||||
void BASIC_shaders_free(void);
|
||||
|
||||
Reference in New Issue
Block a user