加藤亮(かとうりょう)
2016年からはフリーランスとして働いています。
仕事の内容などは以下の略歴を参照して下さい。
#!/bin/bash | |
BOOST_VERSION="1.62.0" | |
BOOST_DEV_VERSION="1.62-dev" | |
# beforehand, you should git clone USD on this directory | |
USD_PATH=/path/to/USD | |
sudo apt-get install libtiff-dev libjpeg-dev libpng-dev |
<bpy> | |
<Theme> | |
<user_interface> | |
<ThemeUserInterface | |
menu_shadow_fac="0.3" | |
menu_shadow_width="4" | |
icon_alpha="1" | |
icon_saturation="0.5" | |
widget_emboss="#00000005" | |
editor_outline="#1f1f1f" |
import maya.cmds as cmds | |
joints = cmds.listRelatives(allDescendents=True, type='joint') | |
cmds.select(joints, add=True) |
call plug#begin('~/.vim/plugged') | |
Plug 'scrooloose/nerdtree' | |
Plug 'jistr/vim-nerdtree-tabs' | |
Plug 'prabirshrestha/vim-lsp' | |
Plug 'mattn/vim-lsp-settings' | |
Plug 'joshdick/onedark.vim' | |
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } | |
Plug 'junegunn/fzf.vim' | |
Plug 'bronson/vim-trailing-whitespace' | |
Plug 'prabirshrestha/async.vim' |