I use blender :c
Hit space, add an armature, and the bone itself needs to be named mountPoint
lol what
you dont need to do this
As of Blender 2.63.0 (Official stable release available on the Blender site) the core mechanics of Blender have been greatly improved. Blender now supports single faces that have more than 4 or 3 edges/vertices called "n-gons". So for example an octagon with 8 vertices and 8 edges could be a single face. Before you would have needed to construct this octagon from 8 or 6 triangles or 3 quads.
From left to right: A triangle "tri", a square "quad", an octagon "8-gon" (single face!), and an octagon constructed of 3 quads.
Obviously these n-gons are not supported in Blockland but they are not supported in any older versions of Blender either. This new feature is called BMesh and it completely reworked the entire polygon modeling aspect of Blender. This also affects the .blend saves.
Actually you kinda do.