Compare commits

...

4 Commits

Author SHA1 Message Date
493368a423 AARCH64 blender dist added 2025-08-17 06:50:46 +03:00
ec70ea366c Blender build update 2025-08-17 06:50:27 +03:00
d53374c238 AARCH64 blender dist 2025-08-17 06:50:04 +03:00
4914b0dd02 Blender build update 2025-08-17 06:44:18 +03:00
3 changed files with 8 additions and 3 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
prebuilts/Blender-3.6-unknown-linux-aarch64.tar.xz filter=lfs diff=lfs merge=lfs -text

View File

@@ -38,9 +38,10 @@ cmake -S ${BLENDER_SRC} -B ${BLENDER_BUILD} \
-DBLENDER_PLATFORM_ARM=ON \
-DWITH_CYCLES_EMBREE=OFF \
-DLIBDIR=${BASE_PATH}/lib/lib_${CPU}
cd ${BLENDER_BUILD} && make && make install && make package_archive
mkdir prebuilts
cd ${BLENDER_BUILD} && make && make install && \
make package_archive && cd ${BASE_PATH}
mkdir -p prebuilts
cp ./build_linux_${CPU}/release/Blender-3.6-unknown-linux-${CPU}.tar.xz ./prebuilts
git add ./prebuilts/Blender-3.6-unknown-linux-${CPU}.tar.xz
git lfs track --filename ./prebuilts/Blender-3.6-unknown-linux-${CPU}.tar.xz
git add ./prebuilts/Blender-3.6-unknown-linux-${CPU}.tar.xz

BIN
prebuilts/Blender-3.6-unknown-linux-aarch64.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.