[Bf-extensions-cvs] [f1ec09b1] master: geodesic domes: help menu/wiki Fix T52554

meta-androcto noreply at git.blender.org
Sun Aug 27 08:21:52 CEST 2017


Commit: f1ec09b14510d7bc38e66c48994105f248a60843
Author: meta-androcto
Date:   Sun Aug 27 16:21:34 2017 +1000
Branches: master
https://developer.blender.org/rBAf1ec09b14510d7bc38e66c48994105f248a60843

geodesic domes: help menu/wiki Fix T52554

===================================================================

M	add_mesh_extra_objects/geodesic_domes/third_domes_panel_271.py

===================================================================

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)



More information about the Bf-extensions-cvs mailing list