Skip to content

Writes all the jiggle bones in the blender 3.0+ *for source engine*

Notifications You must be signed in to change notification settings

Feromon32/JiggleBones-QC-Creater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

JiggleBones-QC-Creater

Simple script that copies all jiggleBones to your clipboard.

Usage: Just select skelet, and run script in blender

GIF 20 06 2023 18-30-40

Examples for qc:

Jigglebone Configurations

This README provides jigglebone configurations for various models like tails, coats, breasts, items, and long ponytails. Use the provided configurations to enhance your models with realistic physics.


Table of Contents

  1. Jiggles for Tails
  2. Jiggles for Coats
  3. Jiggles for Breast
  4. Jiggles for Items
  5. Jiggles for Long Ponytails

Jiggles for Tails

$jigglebone "your_bone_name"
{
    is_flexible
    {
        length 6
        tip_mass 250
        pitch_constraint -80 80
        pitch_stiffness 55
        pitch_damping 7
        yaw_stiffness 35
        yaw_damping 7
        along_stiffness 100
        yaw_constraint -80 80
        along_damping 0
        angle_constraint 39.999999
    }
}

1kVzv00

Jiggles for Coats

$jigglebone "your_bone_name"
{
    is_rigid
    {
        length 20
        tip_mass 400
        pitch_constraint -79.999998 -5
        pitch_friction 2
        pitch_bounce 0
        yaw_constraint -50 50
        yaw_friction 2
        yaw_bounce 0
    }
}

$jigglebone "your_bone_name2"
{
    is_flexible
    {
        length 6
        tip_mass 250
        pitch_stiffness 55
        pitch_damping 7
        yaw_stiffness 35
        yaw_damping 7
        along_stiffness 100
        along_damping 0
        angle_constraint 39.999999
    }
}

$jigglebone "your_bone_name3"
{
    is_flexible
    {
        length 6
        tip_mass 250
        pitch_stiffness 54
        pitch_damping 7
        yaw_stiffness 40
        yaw_damping 7
        along_stiffness 100
        along_damping 0
        angle_constraint 50
    }
}

$jigglebone "your_bone_name4"
{
    is_flexible
    {
        length 6
        tip_mass 250
        pitch_stiffness 44
        pitch_damping 7
        yaw_stiffness 40
        yaw_damping 7
        along_stiffness 100
        along_damping 0
        angle_constraint 60.000002
    }
}

DTL4ev1

Jiggles for Breast

$jigglebone "your_bone_name"
{
    has_base_spring
    {
        base_mass 0
        stiffness 400
        damping 10
        left_constraint -0.4 0.4
        left_friction 0
        up_constraint -0.1 0.1
        up_friction 0
        forward_constraint -0.5 0.5
        forward_friction 0
    }
}

Jg6d6d4

Jiggles for Items

(From Cuba Jigglebone Attachments)

$jigglebone "your_bone_name"
{
    is_flexible
    {
        length 100
        tip_mass 0
        pitch_stiffness 200
        pitch_damping 10
        yaw_stiffness 200
        yaw_damping 10
        along_stiffness 100
        along_damping 0
        angle_constraint 19.999999
    }
}

6krw6o0

Jiggles for Long Ponytails

$jigglebone "your_bone_name"
{
    is_flexible
    {
        length 10
        tip_mass 250
        pitch_constraint -30 30
        pitch_stiffness 55
        pitch_damping 20
        yaw_stiffness 35
        yaw_damping 20
        along_stiffness 100
        yaw_constraint -30 30
        along_damping 0
        angle_constraint 39.999999
    }
}

uE1sx9b


Special thanks to this guy and his guide! Please give it a like: Guide on Steam.


Releases

No releases published

Packages

No packages published

Languages