From c8ed9b05865e17831b4eb0b9426ff592b6f5b86a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 Jan 2025 13:25:46 +0000 Subject: [PATCH] Update docs and sort content --- ...n Limitations for Apple Silicon Devices.md | 34 +++++++++++++++++++ ...ow to make a hollow cylinder in blender.md | 2 +- .../post/how to split window in blender.md | 24 +++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 src/content/post/Blender on macOS - Steam Version Limitations for Apple Silicon Devices.md create mode 100644 src/content/post/how to split window in blender.md diff --git a/src/content/post/Blender on macOS - Steam Version Limitations for Apple Silicon Devices.md b/src/content/post/Blender on macOS - Steam Version Limitations for Apple Silicon Devices.md new file mode 100644 index 0000000..76d437f --- /dev/null +++ b/src/content/post/Blender on macOS - Steam Version Limitations for Apple Silicon Devices.md @@ -0,0 +1,34 @@ +--- +date_created: 2025-01-31T21:07:18+08:00 +date_modified: 2025-01-31T21:23:19+08:00 +slug: blender-macos-steam-version-limitations +tags: + - Blender + - steam + - MacOS + - Software +description: Important considerations when installing Blender via Steam on macOS +title: Blender on macOS - Steam Version Limitations for Apple Silicon Devices +date: 2025-01-31 +author: KazooTTT +type: Post +status: Published +finished: true +published: true +category: blender +toAstro: true +--- + +## 1. Steam Version Benefits + +Key advantages of using Steam version: + +- Automatic updates +- Usage time tracking + +## 2. macOS Version Considerations + +![[attachment/03-领域/设计/blender/Blender on macOS - Steam Version Limitations for Apple Silicon Devices/IMG-F705691552F356BAFA7C7FEB418ED0B4.png]] + +- Steam provides **Intel-chip compatible version** only +- If you are Apple Silicon user, the performance may be affected diff --git a/src/content/post/how to make a hollow cylinder in blender.md b/src/content/post/how to make a hollow cylinder in blender.md index 79b86e1..345b51b 100644 --- a/src/content/post/how to make a hollow cylinder in blender.md +++ b/src/content/post/how to make a hollow cylinder in blender.md @@ -15,7 +15,7 @@ slug: how-to-make-a-hollow-cylinder-in-blender description: toAstro: true date_created: 2025-01-15T00:38:23+08:00 -date_modified: 2025-01-22T13:39:19+08:00 +date_modified: 2025-01-31T21:23:21+08:00 --- this is a blender note is to record how to make a hollow cylinder in blender. diff --git a/src/content/post/how to split window in blender.md b/src/content/post/how to split window in blender.md new file mode 100644 index 0000000..747fd3a --- /dev/null +++ b/src/content/post/how to split window in blender.md @@ -0,0 +1,24 @@ +--- +date_created: 2025-01-31T20:24:09+08:00 +date_modified: 2025-01-31T21:20:33+08:00 +title: how to split window in blender +date: 2025-01-31 +author: KazooTTT +type: Post +status: Published +tags: [] +finished: false +published: false +category: blender +slug: +description: +toAstro: true +--- + +[Areas - Blender 4.3 Manual](https://docs.blender.org/manual/en/latest/interface/window_system/areas.html) + +when the cursor hover on the edge of the window, the style of the cursor will change to the crosshair. + +then we can click the left mouse button and drag the window to split it into two parts. + +![IMG-FA35689E9D95A1999D07D88BEC3058CE](https://pictures.kazoottt.top/2025/01/20250131-IMG-FA35689E9D95A1999D07D88BEC3058CE.gif) \ No newline at end of file