feat: added vr hands

This commit is contained in:
Sara Gerretsen 2025-11-03 22:59:53 +01:00
parent 4a5618250a
commit 2ad1671168
5 changed files with 460 additions and 11 deletions

View file

@ -17,7 +17,7 @@ nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/root_scale=0.2
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
@ -37,7 +37,14 @@ import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
_subresources={
"nodes": {
"PATH:Armature/Skeleton3D": {
"rest_pose/load_pose": 1,
"rest_pose/selected_animation": "RESET"
}
}
}
blender/nodes/visible=0
blender/nodes/active_collection_only=false
blender/nodes/punctual_lights=true

View file

@ -17,7 +17,7 @@ nodes/root_type=""
nodes/root_name=""
nodes/root_script=null
nodes/apply_root_scale=true
nodes/root_scale=1.0
nodes/root_scale=0.5
nodes/import_as_skeleton_bones=false
nodes/use_name_suffixes=true
nodes/use_node_type_suffixes=true
@ -37,7 +37,14 @@ import_script/path=""
materials/extract=0
materials/extract_format=0
materials/extract_path=""
_subresources={}
_subresources={
"nodes": {
"PATH:Armature/Skeleton3D": {
"rest_pose/load_pose": 1,
"rest_pose/selected_animation": "RESET"
}
}
}
blender/nodes/visible=0
blender/nodes/active_collection_only=false
blender/nodes/punctual_lights=true

File diff suppressed because one or more lines are too long