mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-27 04:21:46 +08:00
Add reference image as blueprint by default when in side view
Fix missing translation for Rotate UV
This commit is contained in:
parent
f79bbb4bea
commit
99feeb409b
@ -104,6 +104,7 @@ class ReferenceImage {
|
||||
}
|
||||
addAsReference(save) {
|
||||
Project.reference_images.push(this);
|
||||
if (Preview.selected && Preview.selected.isOrtho) this.changeLayer('blueprint');
|
||||
this.scope = 'project';
|
||||
this.update();
|
||||
if (save) this.save();
|
||||
@ -111,6 +112,7 @@ class ReferenceImage {
|
||||
}
|
||||
addAsGlobalReference(save) {
|
||||
ReferenceImage.global.push(this);
|
||||
if (Preview.selected && Preview.selected.isOrtho) this.changeLayer('blueprint');
|
||||
this.scope = 'global';
|
||||
this.update();
|
||||
if (save) this.save();
|
||||
|
@ -1940,6 +1940,7 @@
|
||||
"uv_editor.all_faces": "All",
|
||||
"uv_editor.no_faces": "None",
|
||||
"uv_editor.rotated": "Rotated",
|
||||
"uv_editor.rotate_uv": "Rotate UV",
|
||||
"uv_editor.scale_uv": "Scale UV",
|
||||
"uv_editor.auto_cull": "Cullface To Self",
|
||||
"uv_editor.copied": "Copied Face",
|
||||
|
Loading…
Reference in New Issue
Block a user