ya2 · news · projects · code · about

support for custom backgrounds
authorFlavio Calva <f.calva@gmail.com>
Sat, 11 Feb 2023 07:46:22 +0000 (09:46 +0200)
committerFlavio Calva <f.calva@gmail.com>
Sat, 11 Feb 2023 07:46:22 +0000 (09:46 +0200)
commit2c2198afd3e6f2604b35a50ad7333b6078aa1828
tree35ecd38e6e2047a54044ac2754a019d4278c1cf9
parent9f095a28409529e98809c2fb0b614887d58d73d8
support for custom backgrounds
33 files changed:
assets/locale/po/it_IT.po
assets/locale/po/pmachines.pot
assets/models/blend/background/ao.png [deleted file]
assets/models/blend/background/ao_roughness_metal.png [deleted file]
assets/models/blend/background/background.blend [deleted file]
assets/models/blend/background/base.png [deleted file]
assets/models/blend/background/bump.png [deleted file]
assets/models/blend/background/bump_frame.png [deleted file]
assets/models/blend/background/bump_pattern.png [deleted file]
assets/models/blend/background/metal.png [deleted file]
assets/models/blend/background/normal.png [deleted file]
assets/models/blend/background/roughness.png [deleted file]
assets/models/blend/backgrounds/wood/ao.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/ao_roughness_metal.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/background.blend [new file with mode: 0644]
assets/models/blend/backgrounds/wood/base.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/bump.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/bump_frame.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/bump_pattern.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/metal.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/normal.png [new file with mode: 0644]
assets/models/blend/backgrounds/wood/roughness.png [new file with mode: 0644]
assets/scenes/basketball.json
assets/scenes/box.json
assets/scenes/domino.json
assets/scenes/domino_box.json
assets/scenes/domino_box_basketball.json
assets/scenes/teeter_domino_box_basketball.json
assets/scenes/teeter_tooter.json
pmachines/editor/scene.py
pmachines/items/background.py
pmachines/scene/scene.py
tests/functional_test.py