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:
authorHans Goudey <h.goudey@me.com>2021-10-25 22:20:44 +0300
committerHans Goudey <h.goudey@me.com>2021-10-25 22:20:44 +0300
commit8f1284ab788f219ffd52db5aedfae47b25bb5a35 (patch)
treecae3ac741028b840a7b415bfad96651db1e1c65e /source/blender/makesrna/intern/rna_nodetree.c
parent3be91d6da54342fd8baa5701d4f868d055cc421a (diff)
UI: Make the mesh to volume node slightly narrower
Also use consistent UI names for properties that are similar between that node and the points to volume node (which happen to be shorter, allowing the node to be narrower).
Diffstat (limited to 'source/blender/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 8daf311fbfe..8ce9bc264ba 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -10341,12 +10341,12 @@ static void def_geo_volume_to_mesh(StructRNA *srna)
{VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_AMOUNT,
"VOXEL_AMOUNT",
0,
- "Voxel Amount",
+ "Amount",
"Desired number of voxels along one axis"},
{VOLUME_TO_MESH_RESOLUTION_MODE_VOXEL_SIZE,
"VOXEL_SIZE",
0,
- "Voxel Size",
+ "Size",
"Desired voxel side length"},
{0, NULL, 0, NULL, NULL},
};