Іменування – Naming

Орієнтир – Reference

Режим – Mode

All Modes

Панель – Panel

Properties ‣ Bone Properties

You can rename your bones, either using the Name field in the Bones Properties. It is also possible to rename by double-clicking bones in the Outliner.

Blender also provides you some tools that take advantage of bones named in a left/right symmetry fashion, and others that automatically name the bones of an armature.

Умовності Іменування – Naming Conventions

Умовності іменування у Blender’і корисні не тільки для пошуку вами потрібної кістки, але також кажуть Blender’у, коли будь-які дві з них є сторонами.

У випадку, коли ваша арматура може бути дзеркалена навпіл (тобто є двобічно симетричною), варто дотримуватися умовності іменування «зліва/справа». Це дозволить вам використовувати деякі засоби, що, ймовірно, заощадять ваш час та зусилля (як засіб редагування «Дзеркалення за X-Віссю» – X-Axis Mirror).

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

Приклад іменування кісток за умовністю «зліва/справа» на простій оснастці.

  1. Спершу ви повинні дати вашим кісткам значущі базові імена, як «leg» – «нога», «arm» – «рука», «finger» – «палець», «back» – «спина», «foot» – «ступня» тощо.

  2. Якщо у вас є кістка, яка має копію з іншої сторони (пара), як рука, то додайте до їх імен наступні роздільники:

    • Left/right separators can be either the second position «L_calfbone» or last-but-one «calfbone.R».

    • Якщо вибрано однаково для обох з пари нижній або верхній регістр літер «L», «R», «left» або «right», то Blender обробляє іншу сторону коректно. Дивіться нижче про список допустимих роздільників. Виберіть один та дотримуйтеся його якомога точно при оснащенні: це окупиться.

    Приклади дійсних роздільників:

    • (нічого): handLeft –> handRight

    • «_» (underscore): hand_L –> hand_R

    • «.» (dot): hand.l –> hand.r

    • «-» (dash): hand-l –> hand-r

    • » » (space): hand LEFT –> hand RIGHT

    Примітка

    Зауважте, що усі приклади вище також дійсні для вказівника лівої/правої сторони й перед іменем. Ви можете використовувати тільки короткий код «L»/ «R» при вживанні роздільника (наприклад, «handL»/ «handR» не буде працювати!).

  3. Перед тим, як Blender обробляє арматуру для дзеркалення або перевертання, то він спершу вилучає числове розширення в імені кісток, наприклад, «.001».

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

АвтоІм’я – AutoName

Орієнтир – Reference

Режим – 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:

АвтоІм’я Ліве/Праве – AutoName Left/Right

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…).

АвтоІм’я Переднє/Заднє – AutoName Front/Back

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…

АвтоІм’я Верхнє/Нижнє – AutoName Top/Bottom

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…

Flip Names

Орієнтир – Reference

Режим – Mode

Режим Редагування – Edit Mode

Меню – Menu

Armature ‣ Names ‣ Flip Names

You can flip left/right markers (see above) in selected bone names. 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.