Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAras Pranckevicius <aras@nesnausk.org>2022-09-08 11:43:26 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2022-09-21 13:20:31 +0300
commit761da576b0a9166e8598d3cbf3bbbaca3bc0b315 (patch)
tree4771663a9720db8319c6bd615c22b5072decb95a /source/blender/io
parent613343447861eae1aef90786802bac28a1adaea6 (diff)
Fix T96297: obj: improve layout of UI fields and axis validation
Implement ideas from T96297: - Fix "invalid axis settings" (both forward & up along the same direction) validation: now similar to the Python based code, when invalid axis is applied, the other axis is changed to not conflict. - Make axis enums be expanded inside the row, similar to Collada UI. - Move "selected only" near the top, similar to how it's in Collada, USD, FBX and glTF export UIs. - Move animation export options to the bottom.
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/wavefront_obj/IO_wavefront_obj.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/io/wavefront_obj/IO_wavefront_obj.h b/source/blender/io/wavefront_obj/IO_wavefront_obj.h
index 6ad96083e37..5830b98494f 100644
--- a/source/blender/io/wavefront_obj/IO_wavefront_obj.h
+++ b/source/blender/io/wavefront_obj/IO_wavefront_obj.h
@@ -16,8 +16,6 @@
extern "C" {
#endif
-static const int TOTAL_AXES = 3;
-
struct OBJExportParams {
/** Full path to the destination .OBJ file. */
char filepath[FILE_MAX];