Merge forge
This commit is contained in:
@@ -510,9 +510,9 @@ function layers_new_group(): slot_layer_t {
|
||||
}
|
||||
|
||||
function layers_create_fill_layer(uv_type: uv_type_t = uv_type_t.UVMAP, decal_mat: mat4_t = mat4nan, position: i32 = -1) {
|
||||
///if is_forge
|
||||
return;
|
||||
///end
|
||||
if (context_raw.tool == tool_type_t.GIZMO) {
|
||||
return;
|
||||
}
|
||||
|
||||
_layers_uv_type = uv_type;
|
||||
_layers_decal_mat = decal_mat;
|
||||
|
||||
Reference in New Issue
Block a user