View | Details | Raw Unified | Return to bug 279847 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/blender/Makefile (-5 / +11 lines)
Lines 1-6 Link Here
1
PORTNAME=	blender
1
PORTNAME=	blender
2
DISTVERSION=	4.0.2
2
DISTVERSION=	4.1.1
3
PORTREVISION=	1
4
CATEGORIES=	graphics multimedia
3
CATEGORIES=	graphics multimedia
5
MASTER_SITES=	http://download.blender.org/source/ \
4
MASTER_SITES=	http://download.blender.org/source/ \
6
		http://mirror.cs.umn.edu/blender.org/source/ \
5
		http://mirror.cs.umn.edu/blender.org/source/ \
Lines 30-36 Link Here
30
# are set. We will pull boost in just to be on the safe side.
29
# are set. We will pull boost in just to be on the safe side.
31
30
32
USES=		cmake compiler:c++17-lang cpe eigen:3 jpeg llvm:max=15 \
31
USES=		cmake compiler:c++17-lang cpe eigen:3 jpeg llvm:max=15 \
33
		python:3.10 shebangfix tar:xz xorg
32
		python:3.11 shebangfix tar:xz xorg
34
USE_XORG=	x11 xext xfixes xmu xrender
33
USE_XORG=	x11 xext xfixes xmu xrender
35
34
36
SHEBANG_FILES=	scripts/modules/bl_i18n_utils/merge_po.py \
35
SHEBANG_FILES=	scripts/modules/bl_i18n_utils/merge_po.py \
Lines 80-85 Link Here
80
CYCLES_EMBR_IMPLIES=		CYCLES
79
CYCLES_EMBR_IMPLIES=		CYCLES
81
CYCLES_EMBR_LIB_DEPENDS=	libembree3.so:graphics/embree
80
CYCLES_EMBR_LIB_DEPENDS=	libembree3.so:graphics/embree
82
CYCLES_EMBR_CMAKE_BOOL=		WITH_CYCLES_EMBREE
81
CYCLES_EMBR_CMAKE_BOOL=		WITH_CYCLES_EMBREE
82
CYCLES_ONEAPI_LIB_DEPENDS=	libtbb.so:devel/onetbb
83
CYCLES_ONEAPI_CMAKE_BOOL=	WITH_CYCLES_DEVICE_ONEAPI
83
CYCLES_OSL_IMPLIES=		CYCLES OPENEXR PUGIXML
84
CYCLES_OSL_IMPLIES=		CYCLES OPENEXR PUGIXML
84
CYCLES_OSL_BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
85
CYCLES_OSL_BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
85
CYCLES_OSL_LIB_DEPENDS=		liboslcomp.so:graphics/openshadinglanguage
86
CYCLES_OSL_LIB_DEPENDS=		liboslcomp.so:graphics/openshadinglanguage
Lines 101-106 Link Here
101
				libfftw3f.so:math/fftw3-float
102
				libfftw3f.so:math/fftw3-float
102
FFTW3_CMAKE_BOOL=		WITH_FFTW3
103
FFTW3_CMAKE_BOOL=		WITH_FFTW3
103
FREESTYLE_CMAKE_BOOL=		WITH_FREESTYLE
104
FREESTYLE_CMAKE_BOOL=		WITH_FREESTYLE
105
FRIBIDI_LIB_DEPENDS=		libfribidi.so:converters/fribidi
106
FRIBIDI_CMAKE_BOOL=		WITH_FRIBIDI
107
HARFBUZZ_LIB_DEPENDS=		libharfbuzz.so:print/harfbuzz
108
HARFBUZZ_CMAKE_BOOL=		WITH_HARFBUZZ
104
HARU_LIB_DEPENDS=		libhpdf.so:print/libharu
109
HARU_LIB_DEPENDS=		libhpdf.so:print/libharu
105
HARU_CMAKE_BOOL=		WITH_HARU
110
HARU_CMAKE_BOOL=		WITH_HARU
106
HEADLESS_PREVENTS=		MENU XINPUT XF86VMODE
111
HEADLESS_PREVENTS=		MENU XINPUT XF86VMODE
Lines 128-134 Link Here
128
OPENCOLORIO_LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio \
133
OPENCOLORIO_LIB_DEPENDS=	libOpenColorIO.so:graphics/opencolorio \
129
				libyaml-cpp.so:devel/yaml-cpp \
134
				libyaml-cpp.so:devel/yaml-cpp \
130
				libexpat.so:textproc/expat2 \
135
				libexpat.so:textproc/expat2 \
131
				libpystring.so:devel/pystring
136
				libpystring.so:devel/pystring \
137
				libminizip.so:archivers/minizip
132
OPENCOLORIO_CMAKE_BOOL=		WITH_OPENCOLORIO
138
OPENCOLORIO_CMAKE_BOOL=		WITH_OPENCOLORIO
133
OPENEXR_LIB_DEPENDS=		libImath.so:math/Imath \
139
OPENEXR_LIB_DEPENDS=		libImath.so:math/Imath \
134
				libOpenEXR.so:graphics/openexr
140
				libOpenEXR.so:graphics/openexr
Lines 167-175 Link Here
167
THUMBNAILER_CMAKE_BOOL=		WITH_BLENDER_THUMBNAILER
173
THUMBNAILER_CMAKE_BOOL=		WITH_BLENDER_THUMBNAILER
168
TRACE_LIB_DEPENDS=		libpotrace.so:graphics/libpotrace
174
TRACE_LIB_DEPENDS=		libpotrace.so:graphics/libpotrace
169
TRACE_CMAKE_BOOL=		WITH_POTRACE
175
TRACE_CMAKE_BOOL=		WITH_POTRACE
176
USD_IMPLIES=			TBB
170
USD_BROKEN=			require devel/tbb, which conflicts with devel/onetbb: \
177
USD_BROKEN=			require devel/tbb, which conflicts with devel/onetbb: \
171
				https://github.com/PixarAnimationStudios/OpenUSD/issues/1650
178
				https://github.com/PixarAnimationStudios/OpenUSD/issues/1650
172
USD_IMPLIES=			TBB
173
USD_LIB_DEPENDS=		libusd_usd.so:misc/usd
179
USD_LIB_DEPENDS=		libusd_usd.so:misc/usd
174
USD_CMAKE_BOOL=			WITH_USD
180
USD_CMAKE_BOOL=			WITH_USD
175
VULKAN_BUILD_DEPENDS=		${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
181
VULKAN_BUILD_DEPENDS=		${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
(-)graphics/blender/Makefile.options (-3 / +12 lines)
Lines 8-21 Link Here
8
	COMPOSITOR	\
8
	COMPOSITOR	\
9
	CYCLES		\
9
	CYCLES		\
10
	CYCLES_EMBR	\
10
	CYCLES_EMBR	\
11
	CYCLES_ONEAPI	\
11
	CYCLES_OSL	\
12
	CYCLES_OSL	\
12
	DRACO		\
13
	DRACO		\
13
	EBOOL		\
14
	EBOOL		\
14
	FFMPEG		\
15
	FFMPEG		\
15
	FFTW3		\
16
	FFTW3		\
16
	FREESTYLE	\
17
	FREESTYLE	\
18
	FRIBIDI		\
17
	HEADLESS	\
19
	HEADLESS	\
18
	INPUT_NDOF	\
20
	INPUT_NDOF	\
21
	HARFBUZZ	\
19
	HARU		\
22
	HARU		\
20
	JACK		\
23
	JACK		\
21
	LZO		\
24
	LZO		\
Lines 59-70 Link Here
59
	COLLADA		\
62
	COLLADA		\
60
	COMPOSITOR	\
63
	COMPOSITOR	\
61
	CYCLES		\
64
	CYCLES		\
65
	CYCLES_ONEAPI	\
62
	DRACO		\
66
	DRACO		\
63
	EBOOL		\
67
	EBOOL		\
64
	FFMPEG		\
68
	FFMPEG		\
65
	FFTW3		\
69
	FFTW3		\
66
	FREESTYLE	\
70
	FREESTYLE	\
71
	FRIBIDI		\
67
	INPUT_NDOF	\
72
	INPUT_NDOF	\
73
	HARFBUZZ	\
68
	HARU		\
74
	HARU		\
69
	LZO		\
75
	LZO		\
70
	LZMA		\
76
	LZMA		\
Lines 103-125 Link Here
103
ALEMBIC_DESC=		Enable Alembic file support
109
ALEMBIC_DESC=		Enable Alembic file support
104
AVI_DESC=		Enable Blender's own AVI file support
110
AVI_DESC=		Enable Blender's own AVI file support
105
BULLET_DESC=		Bullet physics engine
111
BULLET_DESC=		Bullet physics engine
106
CINEON_DESC=		CINEON and DPX graphics format support
107
CAMERATRACK_DESC=	Camera tracking support (amd64/aarch64/powerpc64/powerpc64le only)
112
CAMERATRACK_DESC=	Camera tracking support (amd64/aarch64/powerpc64/powerpc64le only)
113
CINEON_DESC=		CINEON and DPX graphics format support
108
COLLADA_DESC=		Enable read/write support for COLLADA files
114
COLLADA_DESC=		Enable read/write support for COLLADA files
109
COMPOSITOR_DESC=	Use the tile-based nodal compositor
115
COMPOSITOR_DESC=	Use the tile-based nodal compositor
110
CYCLES_DESC=		Cycles render engine support
116
CYCLES_DESC=		Cycles render engine support
111
CYCLES_EMBR_DESC=	Embree support (amd64 only)
117
CYCLES_EMBR_DESC=	Embree support (amd64 only)
118
CYCLES_ONEAPI_DESC=	Enable Cycles oneAPI compute support
112
CYCLES_OSL_DESC=	Shading support for the cycles render engine
119
CYCLES_OSL_DESC=	Shading support for the cycles render engine
113
# this is required to support gltf import/export
120
# this is required to support gltf import/export
114
DRACO_DESC=		Install draco python module
121
DRACO_DESC=		Install draco python module
115
EBOOL_DESC=		Enable exact boolean support
122
EBOOL_DESC=		Enable exact boolean support
116
FFTW3_DESC=		Use fftw for smoke and audio effects
123
FFTW3_DESC=		Use fftw for smoke and audio effects
117
FREESTYLE_DESC=		Enable advanced edges rendering
124
FREESTYLE_DESC=		Enable advanced edges rendering
125
FRIBIDI_DESC=		Enable features using fribidi Unicode Bidirectional Algorithm
126
HARFBUZZ_DESC=		Enable features using harfbuzz OpenType text shaping engine
118
HARU_DESC=		Enable libharu support
127
HARU_DESC=		Enable libharu support
119
HEADLESS_DESC=		Disable user interface (for render-farms)
128
HEADLESS_DESC=		Disable user interface (for render-farms)
120
INPUT_NDOF_DESC=	Enable NDOF input device support
129
INPUT_NDOF_DESC=	Enable NDOF input device support
121
LZO_DESC=		Fast compression support
122
LZMA_DESC=		Best compression support
130
LZMA_DESC=		Best compression support
131
LZO_DESC=		Fast compression support
123
MENU_DESC=		Install desktop menu
132
MENU_DESC=		Install desktop menu
124
MOD_FLUID_DESC=		Fluid simulation support
133
MOD_FLUID_DESC=		Fluid simulation support
125
MOD_OCEANSIM_DESC=	Ocean simulation support
134
MOD_OCEANSIM_DESC=	Ocean simulation support
Lines 140-146 Link Here
140
TRACE_DESC=		Enable tracing image to GP stroke
149
TRACE_DESC=		Enable tracing image to GP stroke
141
USD_DESC=		Universal Scene Description Support (aarch64 and amd64 only, broken)
150
USD_DESC=		Universal Scene Description Support (aarch64 and amd64 only, broken)
142
VULKAN_DESC=		Enable Vulkan as graphics backend (only for development)
151
VULKAN_DESC=		Enable Vulkan as graphics backend (only for development)
143
WEBP_DESC=		Enable webp image support
144
WAYLAND_DESC=		Wayland support
152
WAYLAND_DESC=		Wayland support
153
WEBP_DESC=		Enable webp image support
145
XF86VMODE_DESC=		X11 video mode switching support
154
XF86VMODE_DESC=		X11 video mode switching support
146
XINPUT_DESC=		X11 Xinput (tablet) support
155
XINPUT_DESC=		X11 Xinput (tablet) support
(-)graphics/blender/Makefile.versions (-2 / +2 lines)
Lines 1-4 Link Here
1
# Versions of Blender and its python dependency for use by depending ports, like add-ons
1
# Versions of Blender and its python dependency for use by depending ports, like add-ons
2
2
3
BLENDER_BL_VERSION=	4.0.2
3
BLENDER_BL_VERSION=	4.1.1
4
BLENDER_PY_VERSION=	3.10
4
BLENDER_PY_VERSION=	3.11
(-)graphics/blender/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1702795201
1
TIMESTAMP = 1717498075
2
SHA256 (blender-4.0.2.tar.xz) = aaa0e729da7591cfbf45772af76345977daaa7b11a0af35d98f9313e246077a3
2
SHA256 (blender-4.1.1.tar.xz) = 4fbb3af64d3f84df5c7103748454226c1885c1ac2ed5373d0cea1e80e82c0848
3
SIZE (blender-4.0.2.tar.xz) = 73281252
3
SIZE (blender-4.1.1.tar.xz) = 82146268
(-)graphics/blender/files/patch-intern_cycles_kernel_osl_CMakeLists.txt (-10 lines)
Lines 1-10 Link Here
1
--- intern/cycles/kernel/osl/CMakeLists.txt.orig	2023-09-27 15:54:37 UTC
2
+++ intern/cycles/kernel/osl/CMakeLists.txt
3
@@ -33,6 +33,7 @@ set(LIB
4
   ${OPENIMAGEIO_LIBRARIES}
5
   ${PUGIXML_LIBRARIES}
6
   ${CLANG_LIBRARIES}
7
+  ${CMAKE_INSTALL_PREFIX}/llvm%%LLVM_VER%%/lib/libclangSupport.a
8
   ${LLVM_LIBRARY}
9
 )
10
 
(-)graphics/blender/pkg-plist (-16 / +19 lines)
Lines 6-11 Link Here
6
%%DATADIR%%/%%VER%%/datafiles/assets/LICENSE
6
%%DATADIR%%/%%VER%%/datafiles/assets/LICENSE
7
%%DATADIR%%/%%VER%%/datafiles/assets/blender_assets.cats.txt
7
%%DATADIR%%/%%VER%%/datafiles/assets/blender_assets.cats.txt
8
%%DATADIR%%/%%VER%%/datafiles/assets/geometry_nodes/procedural_hair_node_assets.blend
8
%%DATADIR%%/%%VER%%/datafiles/assets/geometry_nodes/procedural_hair_node_assets.blend
9
%%DATADIR%%/%%VER%%/datafiles/assets/geometry_nodes/smooth_by_angle.blend
9
%%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/config.ocio
10
%%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/config.ocio
10
%%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/filmic/filmic_desat_33.cube
11
%%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/filmic/filmic_desat_33.cube
11
%%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/filmic/filmic_to_0-35_1-30.spi1d
12
%%OPENCOLORIO%%%%DATADIR%%/%%VER%%/datafiles/colormanagement/filmic/filmic_to_0-35_1-30.spi1d
Lines 40-45 Link Here
40
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansHebrew-Regular.woff2
41
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansHebrew-Regular.woff2
41
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansJavanese-Regular.woff2
42
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansJavanese-Regular.woff2
42
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansKannada-VariableFont_wdth,wght.woff2
43
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansKannada-VariableFont_wdth,wght.woff2
44
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansKhmer-VariableFont_wdth,wght.woff2
43
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMalayalam-VariableFont_wdth,wght.woff2
45
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMalayalam-VariableFont_wdth,wght.woff2
44
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMath-Regular.woff2
46
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMath-Regular.woff2
45
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMyanmar-Regular.woff2
47
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/fonts/NotoSansMyanmar-Regular.woff2
Lines 194-200 Link Here
194
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.rip.dat
196
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.rip.dat
195
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.rip_edge.dat
197
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.rip_edge.dat
196
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.spin.dat
198
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.spin.dat
197
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.spin.duplicate.dat
198
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.vertices_smooth.dat
199
%%DATADIR%%/%%VER%%/datafiles/icons/ops.mesh.vertices_smooth.dat
199
%%DATADIR%%/%%VER%%/datafiles/icons/ops.node.links_cut.dat
200
%%DATADIR%%/%%VER%%/datafiles/icons/ops.node.links_cut.dat
200
%%DATADIR%%/%%VER%%/datafiles/icons/ops.paint.eyedropper_add.dat
201
%%DATADIR%%/%%VER%%/datafiles/icons/ops.paint.eyedropper_add.dat
Lines 240-248 Link Here
240
%%DATADIR%%/%%VER%%/datafiles/icons/ops.view3d.ruler.dat
241
%%DATADIR%%/%%VER%%/datafiles/icons/ops.view3d.ruler.dat
241
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ab/LC_MESSAGES/blender.mo
242
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ab/LC_MESSAGES/blender.mo
242
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ar/LC_MESSAGES/blender.mo
243
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ar/LC_MESSAGES/blender.mo
244
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/be/LC_MESSAGES/blender.mo
243
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/bg/LC_MESSAGES/blender.mo
245
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/bg/LC_MESSAGES/blender.mo
244
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ca/LC_MESSAGES/blender.mo
246
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/ca/LC_MESSAGES/blender.mo
245
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/cs/LC_MESSAGES/blender.mo
247
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/cs/LC_MESSAGES/blender.mo
248
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/da/LC_MESSAGES/blender.mo
246
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/de/LC_MESSAGES/blender.mo
249
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/de/LC_MESSAGES/blender.mo
247
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/el/LC_MESSAGES/blender.mo
250
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/el/LC_MESSAGES/blender.mo
248
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/eo/LC_MESSAGES/blender.mo
251
%%NLS%%%%DATADIR%%/%%VER%%/datafiles/locale/eo/LC_MESSAGES/blender.mo
Lines 569-575 Link Here
569
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_float.oso
572
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_float.oso
570
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_vector.oso
573
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_vector.oso
571
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_vector_non_uniform.oso
574
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_mix_vector_non_uniform.oso
572
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_musgrave_texture.oso
573
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_noise.h
575
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_noise.h
574
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_noise_texture.oso
576
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_noise_texture.oso
575
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_normal.oso
577
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/shader/node_normal.oso
Lines 686-692 Link Here
686
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/compat.h
688
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/compat.h
687
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/globals.h
689
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/globals.h
688
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel.cu
690
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel.cu
691
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel_osl.cu
689
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel_shader_raytrace.cu
692
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/kernel_shader_raytrace.cu
693
%%CYCLES_OSL%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/device/optix/services_optix.cu
690
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/adaptive_sampling.h
694
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/adaptive_sampling.h
691
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/aov_passes.h
695
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/aov_passes.h
692
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/cryptomatte_passes.h
696
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/film/cryptomatte_passes.h
Lines 800-806 Link Here
800
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/math.h
804
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/math.h
801
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/math_util.h
805
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/math_util.h
802
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/mix.h
806
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/mix.h
803
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/musgrave.h
804
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/node_types_template.h
807
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/node_types_template.h
805
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/noise.h
808
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/noise.h
806
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/noisetex.h
809
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/svm/noisetex.h
Lines 829-834 Link Here
829
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/color.h
832
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/color.h
830
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/differential.h
833
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/differential.h
831
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/lookup_table.h
834
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/lookup_table.h
835
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/nanovdb.h
832
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/profiling.h
836
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/kernel/util/profiling.h
833
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/util/atomic.h
837
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/util/atomic.h
834
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/util/color.h
838
%%CYCLES%%%%DATADIR%%/%%VER%%/scripts/addons/cycles/source/util/color.h
Lines 1007-1012 Link Here
1007
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/export_fbx_bin.py
1011
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/export_fbx_bin.py
1008
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx2json.py
1012
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx2json.py
1009
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx_utils.py
1013
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx_utils.py
1014
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/fbx_utils_threading.py
1010
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/import_fbx.py
1015
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/import_fbx.py
1011
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/json2fbx.py
1016
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/json2fbx.py
1012
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/parse_fbx.py
1017
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_fbx/parse_fbx.py
Lines 1020-1025 Link Here
1020
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_material_helpers.py
1025
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_material_helpers.py
1021
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_math.py
1026
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_math.py
1022
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_ui.py
1027
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_ui.py
1028
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/com/gltf2_blender_utils.py
1023
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_animation.py
1029
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_animation.py
1024
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channel_target.py
1030
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channel_target.py
1025
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py
1031
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py
Lines 1032-1043 Link Here
1032
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_keyframes.py
1038
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_keyframes.py
1033
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_scene_animation.py
1039
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_scene_animation.py
1034
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_tracks.py
1040
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_tracks.py
1035
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/gltf2_blender_gather_animation_sampling_cache.py
1036
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_action_sampled.py
1041
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_action_sampled.py
1037
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_channel_target.py
1042
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_channel_target.py
1038
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_channels.py
1043
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_channels.py
1039
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_keyframes.py
1044
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_keyframes.py
1040
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_sampler.py
1045
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/armature/armature_sampler.py
1046
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/gltf2_blender_gather_animation_sampling_cache.py
1041
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_action_sampled.py
1047
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_action_sampled.py
1042
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_channel_target.py
1048
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_channel_target.py
1043
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_channels.py
1049
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/animation/sampled/object/gltf2_blender_gather_object_channels.py
Lines 1066-1071 Link Here
1066
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_tree.py
1072
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gather_tree.py
1067
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_get.py
1073
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_get.py
1068
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gltf2_exporter.py
1074
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/gltf2_blender_gltf2_exporter.py
1075
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_anisotropy.py
1069
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_clearcoat.py
1076
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_clearcoat.py
1070
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_emission.py
1077
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_emission.py
1071
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_ior.py
1078
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/extensions/gltf2_blender_gather_materials_ior.py
Lines 1082-1095 Link Here
1082
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_gather_texture.py
1089
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_gather_texture.py
1083
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_gather_texture_info.py
1090
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_gather_texture_info.py
1084
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_search_node_tree.py
1091
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/exp/material/gltf2_blender_search_node_tree.py
1085
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_clearcoat.py
1092
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_anisotropy.py
1086
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_ior.py
1087
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py
1093
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py
1088
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_sheen.py
1089
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_specular.py
1090
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_transmission.py
1091
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_unlit.py
1094
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_unlit.py
1092
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_volume.py
1093
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation.py
1095
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation.py
1094
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_node.py
1096
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_node.py
1095
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_utils.py
1097
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_animation_utils.py
Lines 1099-1104 Link Here
1099
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_image.py
1101
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_image.py
1100
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_light.py
1102
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_light.py
1101
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material.py
1103
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material.py
1104
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_material_utils.py
1102
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py
1105
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_mesh.py
1103
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py
1106
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_node.py
1104
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py
1107
%%DATADIR%%/%%VER%%/scripts/addons/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py
Lines 1233-1238 Link Here
1233
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/README.md
1236
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/README.md
1234
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/__init__.py
1237
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/__init__.py
1235
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/config.py
1238
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/config.py
1239
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/contour_curves.py
1236
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/curves_tools.py
1240
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/curves_tools.py
1237
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/dual_mesh.py
1241
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/dual_mesh.py
1238
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/lattice.py
1242
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/lattice.py
Lines 1240-1249 Link Here
1240
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/numba_functions.py
1244
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/numba_functions.py
1241
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/polyhedra.py
1245
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/polyhedra.py
1242
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/tessellate_numpy.py
1246
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/tessellate_numpy.py
1247
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/texture_reaction_diffusion.py
1243
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/tissue_properties.py
1248
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/tissue_properties.py
1244
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/utils.py
1249
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/utils.py
1245
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/utils_pip.py
1250
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/utils_pip.py
1246
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/uv_to_mesh.py
1251
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/uv_to_mesh.py
1252
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/weight_reaction_diffusion.py
1247
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/weight_tools.py
1253
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tissue/weight_tools.py
1248
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tools/__init__.py
1254
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tools/__init__.py
1249
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tools/face_inset_fillet.py
1255
%%DATADIR%%/%%VER%%/scripts/addons/mesh_tools/face_inset_fillet.py
Lines 1515-1526 Link Here
1515
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py
1521
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/sterosphere.py
1516
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py
1522
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/torus.py
1517
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py
1523
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/mesh.primitive_xyz_function_surface/twisted_torus.py
1518
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Chongqing.py
1519
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Kinshasa.py
1520
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/London.py
1521
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/New_York.py
1522
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Sao_Paulo.py
1523
%%DATADIR%%/%%VER%%/scripts/addons/presets/operator/sun_position/Sydney.py
1524
%%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/01_(4800K)_Direct_Sun.py
1524
%%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/01_(4800K)_Direct_Sun.py
1525
%%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/02_(5400K)_High_Noon_Sun.py
1525
%%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/02_(5400K)_High_Noon_Sun.py
1526
%%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/03_(6000K)_Daylight_Window.py
1526
%%DATADIR%%/%%VER%%/scripts/addons/presets/pov/light/03_(6000K)_Daylight_Window.py
Lines 1997-2002 Link Here
1997
%%DATADIR%%/%%VER%%/scripts/presets/cycles/sampling/Preview.py
1997
%%DATADIR%%/%%VER%%/scripts/presets/cycles/sampling/Preview.py
1998
%%DATADIR%%/%%VER%%/scripts/presets/cycles/viewport_sampling/Final.py
1998
%%DATADIR%%/%%VER%%/scripts/presets/cycles/viewport_sampling/Final.py
1999
%%DATADIR%%/%%VER%%/scripts/presets/cycles/viewport_sampling/Preview.py
1999
%%DATADIR%%/%%VER%%/scripts/presets/cycles/viewport_sampling/Preview.py
2000
%%DATADIR%%/%%VER%%/scripts/presets/eevee/raytracing/Default.py
2000
%%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/DVD_(note_colon__this_changes_render_resolution).py
2001
%%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/DVD_(note_colon__this_changes_render_resolution).py
2001
%%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/H264_in_MP4.py
2002
%%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/H264_in_MP4.py
2002
%%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/H264_in_Matroska.py
2003
%%DATADIR%%/%%VER%%/scripts/presets/ffmpeg/H264_in_Matroska.py
Lines 2127-2132 Link Here
2127
%%DATADIR%%/%%VER%%/scripts/startup/bl_operators/view3d.py
2128
%%DATADIR%%/%%VER%%/scripts/startup/bl_operators/view3d.py
2128
%%DATADIR%%/%%VER%%/scripts/startup/bl_operators/wm.py
2129
%%DATADIR%%/%%VER%%/scripts/startup/bl_operators/wm.py
2129
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/__init__.py
2130
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/__init__.py
2131
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/anim.py
2130
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/asset_shelf.py
2132
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/asset_shelf.py
2131
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/generic_ui_list.py
2133
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/generic_ui_list.py
2132
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/node_add_menu.py
2134
%%DATADIR%%/%%VER%%/scripts/startup/bl_ui/node_add_menu.py
Lines 2254-2259 Link Here
2254
%%DOCSDIR%%/license/GPL-3.0.txt
2256
%%DOCSDIR%%/license/GPL-3.0.txt
2255
%%DOCSDIR%%/license/GPL-license.txt
2257
%%DOCSDIR%%/license/GPL-license.txt
2256
%%DOCSDIR%%/license/MIT.txt
2258
%%DOCSDIR%%/license/MIT.txt
2259
%%DOCSDIR%%/license/MPL-2.0.txt
2257
%%DOCSDIR%%/license/OpenColorIO.txt
2260
%%DOCSDIR%%/license/OpenColorIO.txt
2258
%%DOCSDIR%%/license/OpenSSL.txt
2261
%%DOCSDIR%%/license/OpenSSL.txt
2259
%%DOCSDIR%%/license/Python.txt
2262
%%DOCSDIR%%/license/Python.txt

Return to bug 279847