== Skeleton Generator ==

Not time for documention and polishing before release, hiding the panel behind (rt == 42) check.
This commit is contained in:
Martin Poirier
2008-03-20 15:16:33 +00:00
parent cd3a910bf5
commit f59d353af2

View File

@@ -6472,7 +6472,10 @@ void editing_panels()
editing_panel_mesh_tools(ob, ob->data);
editing_panel_mesh_tools1(ob, ob->data);
uiNewPanelTabbed("Mesh Tools 1", "Editing");
editing_panel_mesh_skgen(ob, ob->data);
if (G.rt == 42) /* hidden for now, no time for docs */
editing_panel_mesh_skgen(ob, ob->data);
editing_panel_mesh_uvautocalculation();
if (EM_texFaceCheck())
editing_panel_mesh_texface();