Sketchup
sketchup install
sketchup install
์ฐ๋ถํฌ ๋ฆฌ๋ ์ค ๊ธฐ์ค์์ ์ค๋ช (Mac,Windows ๋ชจ๋ ๋ค๋ฅด๋ค) ์ค์ ๋ธ๋ ๋ ์ค์ ์ฐฝ์ ๋ค์์ ์ฒดํฌ edit > preferences > input > [v] Emulate Numpad [v] Emulate 3 Button Mouse ์ฌ์ฉ๋ฒ * Scroll (with 2 fingers) ์/์๋: ํ๋ฉด ์ถ์/ํ๋ * Alt + 2Touch + Scroll (with 1 fingers) : ํ๋ฉด ํ์ * Alt + Shift + 2Touch + Scroll (with 1 fingers) : ํ๋ฉด ์ด๋ Reference https://www.versluis.com/2019/07/using-blender-on-a-laptop-with-a-trackpad/
๊ธฐ์กด ์ค์น ์ ๊ฑฐ apt version if [ "$(which blender)" == "/usr/bin/blender" ];then sudo apt autoremove blender fi snap version if [ "$(which blender)" == "/snap/bin/blender" ];then sudo snap remove blender fi Add Repository PPA APT sudo add-apt-repository ppa:savoury1/blender -y sudo add-apt-repository ppa:savoury1/ffmpeg4 -y sudo add-apt-repository ppa:savoury1/ffmpeg5 -y sudo add-apt-repository ppa:savoury1/graphics -y sudo add-apt-repository ppa:savoury1/display -y Apt Update and Blender Install sudo apt update sudo apt upgrade sudo apt install blender -y Reference https://www.linuxcapable.com/how-to-install-blender-on-ubuntu-22-04-lts
blender install blender touchpad
2023-08-08: ํ๋ฌ๊ทธ์ธ ์๋ ์ค์ ์ถ๊ฐ, ์คํ ์์ 2022-09-06: lua์ ๊ธฐ๋ณธ ์ค์ ๋ฒ ๋ฐ ํจํค์ง ์ค์น ์ค์ ์ ๋ฆฌ ์๊ฐ nvim์ vim๊ณผ ๋ค๋ฅด๊ฒ luajit ์ด ๊ธฐ๋ณธ ํ์ฌ๋์ด ์๋ค. ์ด๋ vim์ ๊ฑฐ์ ๋ชจ๋ ๊ธฐ๋ฅ์ lua๋ก ์ ์ดํ ์ ์๋ค๋ ๋ป์ด๋ค. ๋ํ ์์ ์ ์ฝ๋ ๋๋ ๋ชจ๋๋ค์ ์ฝ๊ฒ ์ด์ํ๊ณ ํ์ฅํ ์ ์๋ค. ์ด ๊ธ์ ๋ชฉํ๋ ๊ธฐ์กด ~/.config/nvim/init.vim์ ์ค์ ์ ๋ชจ๋ init.lua๋ก ๋์ฒดํ๊ณ ํ์ฅํ๋ ๋ฐ ์๋ค. NVIM v0.7.2/ Build type: Release/ LuaJIT 2.1.0-beta3 Why Lua 5.1 instead of Lua 5.3+? ์๋๋ nvim ๊ณต์ FAQ ๋ด์ฉ์ด๋ค. ...