Nomenclatura

Referência

Mode

Edit Mode

Panel

Sidebar region ‣ Item, Bones tab ‣ Bones panel

You can rename your bones, either using the name field of the Item panel in the 3D Views, for the active bone, or using the name field in each bone of the Bones tab in Edit Mode. It is also possible to rename by double-clicking bones in the Outliner.

O Blender também fornece a você algumas ferramentas que tomam vantagem da nomenclatura dos ossos quando há uma modalidade simétrica para a esquerda e direita de seu modelo, e outras ferramentas que nomeiam automaticamente os ossos dentro de uma armação. Vamos fazer uma abordagem mais detalhada das mesmas:

Convenções de nomenclatura

As convenções de nomenclatura no Blender não são úteis somente para que você encontre os ossos que deseja, mas também para informar ao Blender quando dois dos mesmos são contrapartes.

In case your armature can be mirrored in half (i.e. it is bilaterally symmetrical), it is worthwhile to stick to a left/right naming convention. This will enable you to use some tools that will probably save you time and effort (like the X-Axis Mirror editing tool).

../../../../_images/animation_armatures_bones_editing_naming_example.png

Um exemplo de nomenclatura para as laterais esquerda e direita dentro de um simples arranjo.

  1. Primeiramente você deverá fornecer aos seus ossos, nomes de base significativos, como «perna», «braco», «dedo», «tras», «pe», etc. (Nota do tradutor: Como descrito nos nomes exemplificados, evite acentos, cedilhas e / ou caracteres especiais em nomes de objetos, ossos, etc. Apesar de haver suporte aos mesmos em localidades em que o Português é usado, nem todos os sistemas possuem o conjunto UTF8 completo, e isso impede por exemplo, que haja certos níveis de suporte, e também pode vir a causar problemas em compartilhamentos com sistemas que não são localizados para o Português).

  2. Caso você tenha um osso que possua uma cópia localizada na lateral oposta (um par), como um braço, forneça ao mesmo, um dos seguintes separadores:

    • Separadores para esquerda e direita podem estar posicionados como prefixos ou como sufixos com separadores, por exemplo: «L_calfbone» (prefixado) ou «calfbone.R» (sufixado), mas evite posicioná-los nos entremeios do nome, para que sua visão geral seja mais facilmente detectável.

    • Caso haja uma letra de prefixo ou sufixo maiúscula ou minúscula como «L», «R», «left» ou «right» (sendo left e right reconhecidos somente em Inglês literal), o Blender irá manipular a sua contraparte de maneira adequada. Veja abaixo uma lista dos separadores válidos. Escolha um e mantenha-o o mais próximo possível nas criações de arranjos de animação; essa atitude lhe renderá bons resultados, pagando-se por conta própria.

    Examples of valid separators:

    • (nenhum): pernaLeft –> pernaRight

    • _ (sublinhado): perna_L –> perna_R

    • . (ponto): perna.l –> perna.r

    • - (traço): perna-l –> perna-r

    • `` `` (espaço): perna LEFT –> perna RIGHT

    Nota

    Note that all examples above are also valid with the left/right part placed before the name. You can only use the short «L»/ «R» code if you use a separator (e.g. «handL»/ «handR» will not work!).

  3. Antes que o Blender possa manipular uma armação para o espelhamento ou inversão, ele remove inicialmente as extensões numeradas, como por exemplo «.001».

  4. You can copy a bone named «bla.L» and flip it over using Armature ‣ Names ‣ Flip Names. Blender will name the copy «bla.L.001» and flipping the name will give you «bla.R».

Inverter nomes

Referência

Mode

Edit Mode

Menu

Armature ‣ Names ‣ Flip Name

You can flip left/right markers (see above) in selected bone names, using Armature ‣ Names ‣ Flip Name. This can be useful if you have constructed half of a symmetrical rig (marked for a left or right side) and duplicated and mirrored it, and want to update the names for the new side. Blender will swap text in bone names according to the above naming conventions, and remove number extensions if possible.

Nomear automaticamente

Referência

Mode

Edit Mode

Menu

Armature ‣ Names ‣ AutoName Left/Right, Front/Back, Top/Bottom

The three AutoName entries of the Armature ‣ Names menu allow you to automatically add a suffix to all selected bones, based on the position of their root relative to the armature’s origin and its local coordinates:

Nomear automaticamente esquerda e direita

Will add the «.L» suffix to all bones with a positive X coordinate root, and the «.R» suffix to all bones with a negative X coordinate root. If the root is exactly at 0.0 on the X axis, the X coordinate of the tip is used. If both joints are at 0.0 on the X axis, the bone will just get a period suffix, with no «L»/ «R» (as Blender cannot decide whether it is a left or right bone…).

Nomear automaticamente frente e trás

Will add the «.Bk» suffix to all bones with a positive Y coordinate root, and the «.Fr» suffix to all bones with a negative Y coordinate root. The same as with AutoName Left-Right goes for 0.0 Y coordinate bones…

Nomear automaticamente topo e base

Will add the «.Top» suffix to all bones with a positive Z coordinate root, and the «.Bot» suffix to all bones with a negative Z coordinate root. The same as with AutoName Left-Right goes for 0.0 Z coordinate bones…