I followed the tutorial on the Modeling/Surfaces/Skinning wiki page, and then I created a simple test. I created a Surface NURBS curve, made 3 copies with space between them, selected all, and hit F, but nothing happened. No error or any indication that F is supposed to do anything was displayed. I am new to Blender and am using version 2.70, so not sure what I am doing wrong. Any ideas?
-
Did this answer solve your problem? – Thom Blair III Apr 15 '14 at 12:27
-
If the answer below solved your problem, don't forget to click the "Solved" checkmark to let everyone know the question has been solved. :) – Thom Blair III Apr 18 '14 at 03:19
1 Answers
After reading the tutorial, here are a few points you can check in your workflow:
Point #1
Make sure you add a Surface NURB Curve, not any other kind of object. A "Surface" is different from a "Mesh" or a "Curve", as you can see here in the Add menu:

Notice there are other objects that have NURB or Curve in their name, but these are not what the tutorial is describing:

So, when adding a new object, go by the first level of names, as shown here:

Point #2
After Adding the first Surface NURB Curve, you must be in Edit mode when you duplicate it
(SHIFTD), because the Make Segments command (F) will only work in Edit mode.

If you were not in Edit mode when you made the duplicates, each one would be it's own separate object and the F command would not work.
By duplicating the surfaces while in Edit mode, all of the duplicates are considered one object,
even if they are not connected (which they aren't until you use F)
Point #3
After duplicating the Surfaces, stay in Edit mode, then select All with A, and then press F to Make Segments (connect them all together):

Just to explain the name of the command, when you use "Make Segments" (F), the "segments" that are made are the ones connecting the vertices together, shown here in yellow on the right:

- 16,535
- 20
- 75
- 112
-
Thanks, I will try when I get home later. But I see I was not doing point #2 or #3, as I didn't get that I needed to be in edit mode. – CptanPanic Apr 15 '14 at 15:30