mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
fa1d2671e8
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))) |
||
---|---|---|
.. | ||
mcl_boats | ||
mcl_burning | ||
mcl_dripping | ||
mcl_entity_invs | ||
mcl_falling_nodes | ||
mcl_item_entity | ||
mcl_minecarts | ||
mcl_mobs | ||
mcl_paintings | ||
mcl_wither_spawning | ||
mobs_mc | ||
vl_held_item | ||
modpack.conf |