VoxeLibre/mods/ENTITIES
kno10 fa1d2671e8 Adjust bones, animations slightly from b3d data.
Initialize bones on spawn.

Note: to obatin bone values, try in Blender

"%.3f, %.3f, %.3f" % tuple((bpy.context.object.pose.bones["head.control"].head - bpy.context.object.pose.bones["head.control"].tail) * Vector((1,-1,1)))

or

"{0:.3f}, {1:.3f}, {2:.3f}".format(*(bpy.context.object.pose.bones["head.control"].head - bpy.context.object.pose.bones["head.control"].tail) @ bpy.context.object.pose.bones["head.control"].matrix * Vector((1,-1,1)))
2024-11-22 18:23:13 +01:00
..
mcl_boats Restore inadvertantly removed translations 2024-08-31 16:39:43 +02:00
mcl_burning Renaming throughout docs and comments 2024-05-07 11:38:00 +00:00
mcl_dripping Fix "generateImagePart" warning (#4624) 2024-09-05 09:31:03 +02:00
mcl_entity_invs Clean up hopper minecart 2022-11-14 04:07:41 +01:00
mcl_falling_nodes Adding occitan translation for CORE and ENTITIES 2024-01-20 04:28:46 +01:00
mcl_item_entity ipairs to pairs 2024-08-27 13:11:08 +02:00
mcl_minecarts accelerate non-moving carts on mcl_minecarts:golden_rail_on (#4097) 2024-03-24 05:29:44 +00:00
mcl_mobs Adjust bones, animations slightly from b3d data. 2024-11-22 18:23:13 +01:00
mcl_paintings Adding occitan translation for CORE and ENTITIES 2024-01-20 04:28:46 +01:00
mcl_wither_spawning Renaming throughout docs and comments 2024-05-07 11:38:00 +00:00
mobs_mc Adjust bones, animations slightly from b3d data. 2024-11-22 18:23:13 +01:00
vl_held_item Complete migration to vl_held_item 2024-05-05 19:10:18 +00:00
modpack.conf Renaming throughout docs and comments 2024-05-07 11:38:00 +00:00