Fixed tipoed
This commit is contained in:
4
Makefile
4
Makefile
@@ -40,7 +40,7 @@ export2edit: import-vrm
|
|||||||
|
|
||||||
BLENDDIR_BUILDINGS=assets/blender/buildings
|
BLENDDIR_BUILDINGS=assets/blender/buildings
|
||||||
GLTFDIR_BUILDINGS=godot/astream/terrain/details
|
GLTFDIR_BUILDINGS=godot/astream/terrain/details
|
||||||
BUILDINGS_BUSINNESS=business-bar1 business-cafe1 business-office1 buisness-store1
|
BUILDINGS_BUSINESS=business-bar1 business-cafe1 business-office1 business-store1
|
||||||
BUILDINGS_RESIDENTAL=residental-house1 residental-house2 residental-house3 \
|
BUILDINGS_RESIDENTAL=residental-house1 residental-house2 residental-house3 \
|
||||||
residental-house4 residental-house5 residental-house6 \
|
residental-house4 residental-house5 residental-house6 \
|
||||||
residental-house7 residental-house8 residental-house9 \
|
residental-house7 residental-house8 residental-house9 \
|
||||||
@@ -57,7 +57,7 @@ BUILDINGS=bus-stop power-in-box power-pole power-pole-wire $(BUILDINGS_BUSINESS)
|
|||||||
|
|
||||||
define export_building
|
define export_building
|
||||||
$(GLTFDIR_BUILDINGS)/$(1).gltf: $(BLENDDIR_BUILDINGS)/$(1).blend assets/blender/scripts/export_buildings.py
|
$(GLTFDIR_BUILDINGS)/$(1).gltf: $(BLENDDIR_BUILDINGS)/$(1).blend assets/blender/scripts/export_buildings.py
|
||||||
$(BLENDER) -b $(BLENDDIR_BUILDINGS)/$(1).blend -P /home/slapin/godot-projects/streaming_world/assets/blender/scripts/export_buildings.py -- $(GLTFDIR_BUILDINGS)/$(1).gltf
|
$(BLENDER) -b $(BLENDDIR_BUILDINGS)/$(1).blend -Y -P ./assets/blender/scripts/export_buildings.py -- $(GLTFDIR_BUILDINGS)/$(1).gltf
|
||||||
ALL_BUILDINGS += $(GLTFDIR_BUILDINGS)/$(1).gltf
|
ALL_BUILDINGS += $(GLTFDIR_BUILDINGS)/$(1).gltf
|
||||||
CLEAN_BUILDINGS += $(GLTFDIR_BUILDINGS)/$(1).gltf \
|
CLEAN_BUILDINGS += $(GLTFDIR_BUILDINGS)/$(1).gltf \
|
||||||
$(GLTFDIR_BUILDINGS)/$(1).bin
|
$(GLTFDIR_BUILDINGS)/$(1).bin
|
||||||
|
|||||||
Reference in New Issue
Block a user