Switch from Blockbench to Blender

main
copygirl 4 months ago
parent 2d70ece0cf
commit f8cbb148cc
  1. 1
      assets/models/bolt.bbmodel
  2. BIN
      assets/models/bolt.blend
  3. 50
      assets/models/bolt.blend.import
  4. 1
      assets/models/bolt.gltf
  5. 1
      assets/models/nail.bbmodel
  6. BIN
      assets/models/nail.blend
  7. 50
      assets/models/nail.blend.import
  8. 1
      assets/models/nail.gltf
  9. 4
      objects/bolt.tscn
  10. 4
      objects/nail.tscn

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -0,0 +1,50 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://5mhcjdlu62vq"
path="res://.godot/imported/bolt.blend-b5dae626831ba0d41c3fee705e3030ca.scn"
[deps]
source_file="res://assets/models/bolt.blend"
dest_files=["res://.godot/imported/bolt.blend-b5dae626831ba0d41c3fee705e3030ca.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/naming_version=1
gltf/embedded_image_handling=1
blender/nodes/visible=0
blender/nodes/punctual_lights=true
blender/nodes/cameras=true
blender/nodes/custom_properties=true
blender/nodes/modifiers=1
blender/meshes/colors=false
blender/meshes/uvs=true
blender/meshes/normals=true
blender/meshes/tangents=true
blender/meshes/skins=2
blender/meshes/export_bones_deforming_mesh_only=false
blender/materials/unpack_enabled=true
blender/materials/export_materials=1
blender/animation/limit_playback=true
blender/animation/always_sample=true
blender/animation/group_tracks=true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -0,0 +1,50 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://c0cp335wpma2"
path="res://.godot/imported/nail.blend-3f817a5b87bdea912319b7dcd2b2bb11.scn"
[deps]
source_file="res://assets/models/nail.blend"
dest_files=["res://.godot/imported/nail.blend-3f817a5b87bdea912319b7dcd2b2bb11.scn"]
[params]
nodes/root_type=""
nodes/root_name=""
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
meshes/force_disable_compression=false
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/naming_version=1
gltf/embedded_image_handling=1
blender/nodes/visible=0
blender/nodes/punctual_lights=true
blender/nodes/cameras=true
blender/nodes/custom_properties=true
blender/nodes/modifiers=1
blender/meshes/colors=false
blender/meshes/uvs=true
blender/meshes/normals=true
blender/meshes/tangents=true
blender/meshes/skins=2
blender/meshes/export_bones_deforming_mesh_only=false
blender/materials/unpack_enabled=true
blender/materials/export_materials=1
blender/animation/limit_playback=true
blender/animation/always_sample=true
blender/animation/group_tracks=true

File diff suppressed because one or more lines are too long

@ -1,10 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://bjgfm5x7a0dab"]
[ext_resource type="Script" path="res://objects/Item.cs" id="1_43oqr"]
[ext_resource type="PackedScene" uid="uid://s4esxyuwyet4" path="res://assets/models/bolt.gltf" id="2_3v163"]
[ext_resource type="PackedScene" uid="uid://5mhcjdlu62vq" path="res://assets/models/bolt.blend" id="2_2k2wk"]
[node name="Bolt" type="RigidBody3D"]
script = ExtResource("1_43oqr")
Size = Vector3i(1, 2, 1)
[node name="Model" parent="." instance=ExtResource("2_3v163")]
[node name="Model" parent="." instance=ExtResource("2_2k2wk")]

@ -1,10 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://ccprmftodum0o"]
[ext_resource type="Script" path="res://objects/Item.cs" id="1_6pcd7"]
[ext_resource type="PackedScene" uid="uid://c1fi6jcly6cx2" path="res://assets/models/nail.gltf" id="2_nls7x"]
[ext_resource type="PackedScene" uid="uid://c0cp335wpma2" path="res://assets/models/nail.blend" id="2_hpgps"]
[node name="Nail" type="RigidBody3D"]
script = ExtResource("1_6pcd7")
Size = Vector3i(1, 2, 1)
[node name="Model" parent="." instance=ExtResource("2_nls7x")]
[node name="Model" parent="." instance=ExtResource("2_hpgps")]

Loading…
Cancel
Save