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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2017-08-27 09:21:34 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-09-04 16:12:18 +0300
commite67ea38296f68ac74c87ac39e940b16bd067c2a0 (patch)
treea3661d9787746349a994279fa1706aba11ccec96
parent37f05387e7a3473c3d0174d2bfd8db5cb4a5e46e (diff)
geodesic domes: help menu/wiki Fix T52554
-rw-r--r--add_mesh_extra_objects/geodesic_domes/third_domes_panel_271.py22
1 files changed, 15 insertions, 7 deletions
diff --git a/add_mesh_extra_objects/geodesic_domes/third_domes_panel_271.py b/add_mesh_extra_objects/geodesic_domes/third_domes_panel_271.py
index 75760e9d..720628d6 100644
--- a/add_mesh_extra_objects/geodesic_domes/third_domes_panel_271.py
+++ b/add_mesh_extra_objects/geodesic_domes/third_domes_panel_271.py
@@ -1066,14 +1066,22 @@ class GenerateGeodesicDome(Operator):
ui.label(text=el[y])
box = layout.box()
- help_text = ["NEW!",
- "Save or load (nearly all) parameters",
- "A file GD_0.GD will be used, living in:",
- "geodesic_domes/tmp",
+ help_text = ["To Use",
+ "If normals look inverted:",
+ "Once mesh is finished,",
+ "You may recalc normals outside.",
"--------",
- "After loading you have to change a ",
- "parameter back and forth "
- "to see it"]
+ "To use your own mesh with the:",
+ "Faces:",
+ "Import your mesh in the:",
+ "Objects: Geodesic menu.",
+ "You must type in the name",
+ "Of your custom object first.",
+ "--------",
+ "To use your own mesh with the: ",
+ "Struts/Hubs:",
+ "You must type in the name",
+ "Of your custom object/s first,"]
text_width = self.gd_help_text_width
box.prop(self, "gd_help_text_width", slider=True)
multi_label(help_text, box, text_width)