Skip to content

Instantly share code, notes, and snippets.

@hzuika
hzuika / init.lua
Last active June 13, 2023 04:22
nvim 設定ファイル
-- ~/.config/nvim/init.lua
-- Windows の scoop でインストールした場合は,設定ファイルの保存先が異なる.
-- 保存先は :checkhealth で確認可能
-- ~/.config に変える
-- [WindowsにNeoVim環境を構築(Scoop版) - Qiita](https://qiita.com/kishiro/items/b11a50dd287f503e56aa)
-- $ENV:XDG_CONFIG_HOME = $HOME+"\.config"
-- [Environment]::SetEnvironmentVariable("XDG_CONFIG_HOME", $ENV:XDG_CONFIG_HOME, [EnvironmentVariableTarget]::User)
-- set clipboard+=unnamedplus
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index 30e29127b34..9cf86e482cd 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -282,288 +282,278 @@ set(SRC
intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.cpp
intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.h
intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.cpp
intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Normal2DF1D.h
intern/python/UnaryFunction1D/UnaryFunction1D_Vec2f/BPy_Orientation2DF1D.cpp
@hzuika
hzuika / frs_cleanup_23_20220328_unused_files.diff
Created March 28, 2022 13:15
https://github.com/blender/blender/commit/e2e4c1daaa4 とのdiff.path, #if 0, 未使用関数, 変数, SteerableViewMap, 未使用のVisibilityAlgo, ViewMapBuilder, Grid内の未使用関数, WFillGrid, WSFillGridの削除, 空のファイルの削除.
This file has been truncated, but you can view the full file.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index c2fad9fef3a..9cf86e482cd 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -1,109 +1,107 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2006 Blender Foundation. All rights reserved.
set(SRC
FRS_freestyle.h
@hzuika
hzuika / frs_cleanup_22_20220328_empty_files_only.diff
Created March 28, 2022 11:23
空のファイルの削除.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index 0b591465820..30e29127b34 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -279,278 +279,273 @@ set(SRC
intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.h
intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp
intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.h
intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.cpp
intern/python/UnaryFunction1D/UnaryFunction1D_Nature_EdgeNature/BPy_CurveNatureF1D.h
@hzuika
hzuika / frs_cleanup_22_20220328_empty_files.diff
Created March 28, 2022 11:22
https://github.com/blender/blender/commit/e2e4c1daaa4 とのdiff.path, #if 0, 未使用関数, 変数, SteerableViewMap, 未使用のVisibilityAlgo, ViewMapBuilder, Grid内の未使用関数, WFillGrid, WSFillGridの削除, 空のファイルの削除.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index c2fad9fef3a..30e29127b34 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -1,109 +1,107 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2006 Blender Foundation. All rights reserved.
set(SRC
FRS_freestyle.h
@hzuika
hzuika / frs_cleanup_21_20220327_others_unused_function_only.diff
Last active March 27, 2022 12:23
そのほかの未使用関数,ファイルの削除.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index d850db7911c..0b591465820 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -345,201 +345,200 @@ set(SRC
intern/python/UnaryPredicate1D/BPy_ExternalContourUP1D.h
intern/python/UnaryPredicate1D/BPy_FalseUP1D.cpp
intern/python/UnaryPredicate1D/BPy_FalseUP1D.h
intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.cpp
intern/python/UnaryPredicate1D/BPy_QuantitativeInvisibilityUP1D.h
@hzuika
hzuika / frs_cleanup_21_20220327_others_unused_function.diff
Last active March 27, 2022 12:24
https://github.com/blender/blender/commit/4039e944223c2242d9551e22a4a313e3df9df628 とのdiff.path, #if 0, 未使用関数, 変数, SteerableViewMap, 未使用のVisibilityAlgo, ViewMapBuilder, Grid内の未使用関数, WFillGrid, WSFillGridの削除.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index c2fad9fef3a..0b591465820 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -1,109 +1,107 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2006 Blender Foundation. All rights reserved.
set(SRC
FRS_freestyle.h
@hzuika
hzuika / frs_cleanup_20_20220327_WFillGrid_WSFillGrid_only.diff
Last active March 27, 2022 12:23
未使用のWFIllGrid, WSFillGridファイルの削除.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index 31a6b18d0da..d850db7911c 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -415,165 +415,161 @@ set(SRC
intern/stroke/Operators.h
intern/stroke/PSStrokeRenderer.cpp
intern/stroke/PSStrokeRenderer.h
intern/stroke/Predicates0D.cpp
intern/stroke/Predicates0D.h
@hzuika
hzuika / frs_cleanup_20_20220327_WFillGrid_WSFillGrid.diff
Last active March 27, 2022 12:23
https://github.com/blender/blender/commit/4039e944223c2242d9551e22a4a313e3df9df628 とのdiff.path, #if 0, 未使用関数, 変数, SteerableViewMap, 未使用のVisibilityAlgo, ViewMapBuilder, Grid内の未使用関数, WFillGrid, WSFillGridの削除.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index c2fad9fef3a..d850db7911c 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -1,109 +1,107 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2006 Blender Foundation. All rights reserved.
set(SRC
FRS_freestyle.h
@hzuika
hzuika / frs_cleanup_19_20220327_Grid.diff
Last active March 27, 2022 12:23
https://github.com/blender/blender/commit/4039e944223c2242d9551e22a4a313e3df9df628 とのdiff.path, #if 0, 未使用関数, 変数, SteerableViewMap, 未使用のVisibilityAlgo, ViewMapBuilder, Grid内の未使用関数の削除.
diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt
index c2fad9fef3a..31a6b18d0da 100644
--- a/source/blender/freestyle/CMakeLists.txt
+++ b/source/blender/freestyle/CMakeLists.txt
@@ -1,109 +1,107 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2006 Blender Foundation. All rights reserved.
set(SRC
FRS_freestyle.h