My very first commit (kinda cool ) just to test my commit rights and to go through the motions of commiting

just a single comment to seperate the ED_VIEW3D_OT_viewnumpad operator code from the rest so its easier to read
This commit is contained in:
Michael Fox
2008-12-26 10:31:44 +00:00
parent 0054e6d354
commit 1dbbffb4be

View File

@@ -893,6 +893,8 @@ void ED_VIEW3D_OT_viewcenter(wmOperatorType *ot)
ot->poll= ED_operator_areaactive; ot->poll= ED_operator_areaactive;
} }
/* ********************* Changing view operator ****************** */
static EnumPropertyItem prop_view_items[] = { static EnumPropertyItem prop_view_items[] = {
{V3D_VIEW_FRONT, "FRONT", "Front", "View From the Front"}, {V3D_VIEW_FRONT, "FRONT", "Front", "View From the Front"},
{V3D_VIEW_BACK, "BACK", "Back", "View From the Back"}, {V3D_VIEW_BACK, "BACK", "Back", "View From the Back"},