VideoSequenceEditorBlender VSE Python から選択中 strip のグラフのキーフレーム補間を変える はじめに ある質問の解答からヒントを得る。 参照元で理想的ではないと前置きがあるとおり、少し泥臭いけど無いより断然良いのでメモしておきます。 参照元 blender.stackexchange.com コード... 2020.02.22VideoSequenceEditor
ExcelExcel ワークシート分析で複雑な数式を読み解く 誰かが作成したワークブックを見る時に数式を見るのに慣れてないとすごいストレスになったり疲れますね。 そんなワークブックの数式の理解を助けてくれるのが、ワークシート分析 参照元のトレース その数式がどこを参照し... 2020.02.04Excel
VideoSequenceEditorBlender VSE メモ部分的に Gaussian Blur をかける 参照元 www.youtube.com 結果 ぼかしたいところに Color を配置Adjustment Layer を追加Gaussian Blur を追加Gaussian Blur の Modifie... 2020.01.23VideoSequenceEditor
VideoSequenceEditorBlender VSE メモ Remove gaps Strip間の空間を削除する Shift + Backspace 2020.01.22VideoSequenceEditor
ExcelExcel VBA 2種類の可視セルのとり方と違い SpecialCells(xlCellTypeVisible) 表示されているすべてのセル ActiveWindow.VisibleRange 一方で今現時点で画面上に表示されている範囲を取得するのが赤文字の部分 ... 2020.01.16Excel
ExcelExcelのウィンドウサイズをVBAから取るときのメモ Application.height/width と Application.UsableHeight/UsableWidth の二種類がある 用途に合わせて取りましょう 2020.01.15Excel
VideoSequenceEditorBlender VSE Playhead 移動のショートカット Shift + ← で start frame Shift + → で end frame へ移動 move playhead Page Down で選択中 stripの先頭 Page Up で選択中 strip の末尾へ移動 M... 2020.01.15VideoSequenceEditor
VideoSequenceEditorBlender VSE ソフトカットとホールドカットの違いメモ ソフトカットした場合、カットした方向にストリップを拡張すると、拡張した分フレームを遡る。 ホールドカットの場合、カットした方向にストリップを拡張すると、拡張した部分はカットした断面の静止画となる。 difference between s... 2020.01.14VideoSequenceEditor
VideoSequenceEditorBlender VSE set frame start/ set frame endのショートカット ctrl + home でplay head の位置をスタートフレームに設定 ctrl + end でplay head の位置をエンドフレームに設定 set frame start/end Blender video sequenc... 2020.01.14VideoSequenceEditor
VideoSequenceEditorBlender VSE strip移動のショートカット Numpadを使った移動のショートカット ストリップ選択 → G → 数値 でその数値分ストリップが右に移動。マイナスを頭につけると左に移動 Move strip with numpad Playhead(水色の線)までの移動 (sn... 2020.01.14VideoSequenceEditor