View | Details | Raw Unified | Return to bug 130753
Collapse All | Expand All

(-)/usr/ports/graphics/blender.new/Makefile (-15 / +46 lines)
Lines 5-20 Link Here
5
# $FreeBSD: ports/graphics/blender/Makefile,v 1.25 2008/06/06 13:34:14 edwin Exp $
5
# $FreeBSD: ports/graphics/blender/Makefile,v 1.25 2008/06/06 13:34:14 edwin Exp $
6
6
7
PORTNAME=	blender
7
PORTNAME=	blender
8
PORTVERSION=	2.45
8
PORTVERSION=	2.48
9
PORTREVISION=	2
10
CATEGORIES=	graphics games
9
CATEGORIES=	graphics games
11
MASTER_SITES=	http://download.blender.org/source/ \
10
MASTER_SITES=	http://download.blender.org/source/ \
12
		http://mirror.cs.umn.edu/blender.org/source/	\
11
		http://mirror.cs.umn.edu/blender.org/source/ \
13
		http://public.planetmirror.com/pub/blender/source/
12
		http://public.planetmirror.com/pub/blender/source/
14
13
15
MAINTAINER=	dyeske@gmail.com
14
MAINTAINER=	dyeske@gmail.com
16
COMMENT=	3D modeling/rendering/animation/gaming package
15
COMMENT=	3D modeling/rendering/animation/gaming package
17
16
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
18
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
18
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
19
		freetype.9:${PORTSDIR}/print/freetype2 \
19
		freetype.9:${PORTSDIR}/print/freetype2 \
20
		png.5:${PORTSDIR}/graphics/png \
20
		png.5:${PORTSDIR}/graphics/png \
Lines 24-43 Link Here
24
		openal.0:${PORTSDIR}/audio/openal \
24
		openal.0:${PORTSDIR}/audio/openal \
25
		avutil.1:${PORTSDIR}/multimedia/ffmpeg
25
		avutil.1:${PORTSDIR}/multimedia/ffmpeg
26
26
27
PLIST_FILES=	bin/blender
28
USE_XORG=	x11 xext xmu xi
27
USE_XORG=	x11 xext xmu xi
29
USE_GETTEXT=	yes
30
USE_PYTHON=	2.5+
28
USE_PYTHON=	2.5+
31
USE_SDL=	sdl
29
USE_SDL=	sdl
32
USE_GL=	gl glu
30
USE_GL=		gl glu
33
USE_GMAKE=	yes
31
USE_GMAKE=	yes
34
32
33
SUB_FILES=	blender
34
35
PORTDOCS=	README bf-members.txt blender-scons.txt  python-dev-guide.txt \
35
PORTDOCS=	README bf-members.txt blender-scons.txt  python-dev-guide.txt \
36
		blender-cmake.txt blender-guardedalloc.txt \
36
		blender-cmake.txt blender-guardedalloc.txt \
37
		interface_API.txt blender-scons-dev.txt oldbugs.txt
37
		interface_API.txt blender-scons-dev.txt oldbugs.txt
38
38
39
OPTIONS=	OCFLAGS "With Optimized Cflags" off \
39
LANG=		ar bg ca cs de el es fi fr hr hr_HR it ja ko nl pl pt_BR ro \
40
		NOPORTDOCS "Don't Install Docs" off
40
		ru sr sr@Latn sv uk zh_CN
41
42
OPTIONS=	OCFLAGS "Enable optimized CFLAGS" off \
43
		NLS	"Native language support" on
41
44
42
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
43
46
Lines 45-53 Link Here
45
		-I${LOCALBASE}/include \
48
		-I${LOCALBASE}/include \
46
		-I${LOCALBASE}/include/OpenEXR \
49
		-I${LOCALBASE}/include/OpenEXR \
47
		-I${PYTHON_INCLUDEDIR}/"
50
		-I${PYTHON_INCLUDEDIR}/"
48
MAKE_ENV+=	NAN_FREETYPE="${LOCALBASE}/"
49
MAKE_ENV+=	NAN_OPENEXR="${LOCALBASE}/"
51
MAKE_ENV+=	NAN_OPENEXR="${LOCALBASE}/"
50
MAKE_ENV+=	NAN_OPENAL="${LOCALBASE}/"
52
MAKE_ENV+=	NAN_OPENAL="${LOCALBASE}/"
53
MAKE_ENV+=	NAN_PYTHON="${LOCALBASE}/"
54
MAKE_ENV+=	NAN_PYTHON="${LOCALBASE}/"
55
MAKE_ENV+=	NAN_PYTHON_VERSION=${PYTHON_VER}
56
MAKE_ENV+=	NAN_FMOD="${LOCALBASE}/"
57
MAKE_ENV+=	NAN_JPEG="${LOCALBASE}/"
58
MAKE_ENV+=	NAN_PNG="${LOCALBASE}/"
59
MAKE_ENV+=	NAN_ZLIB="${LOCALBASE}/"
60
MAKE_ENV+=	NAN_ODE="${LOCALBASE}/"
61
CFLAGS+=	"-I${LOCALBASE}/include"
62
63
.if !defined(WITHOUT_NLS)
64
USE_GETTEXT=	yes
65
MAKE_ENV+=	INTERNATIONAL="true"
66
PLIST_SUB+=	NLS=""
67
.else
68
PLIST_SUB+=	NLS="@comment "
69
.endif
51
70
52
.if defined(WITH_OCFLAGS)
71
.if defined(WITH_OCFLAGS)
53
CFLAGS+=	-O3 -ffast-math
72
CFLAGS+=	-O3 -ffast-math
Lines 68-76 Link Here
68
.endif
87
.endif
69
88
70
pre-configure:
89
pre-configure:
71
	@${REINPLACE_CMD} -e \
90
	@${REINPLACE_CMD} -e 's|2.5|${PYTHON_VER}|' \
72
		's|sdl11-config|${SDL_CONFIG}|; \
73
		s|2.3|${PYTHON_VER}|' \
74
		${WRKSRC}/source/nan_definitions.mk
91
		${WRKSRC}/source/nan_definitions.mk
75
92
76
	@${REINPLACE_CMD} -e \
93
	@${REINPLACE_CMD} -e \
Lines 87-97 Link Here
87
		s|-pthread|-lintl -lIlmThread ${PTHREAD_LIBS}|' \
104
		s|-pthread|-lintl -lIlmThread ${PTHREAD_LIBS}|' \
88
		${WRKSRC}/source/nan_link.mk
105
		${WRKSRC}/source/nan_link.mk
89
106
90
	@${REINPLACE_CMD} -e \
107
	@${REINPLACE_CMD} -e 's|-FIX_NAN_WARN||' \
91
		's|-FIX_NAN_WARN||' \
92
		${WRKSRC}/source/nan_warn.mk
108
		${WRKSRC}/source/nan_warn.mk
109
93
do-install:
110
do-install:
94
	@${INSTALL_PROGRAM} ${WRKSRC}/obj/freebsd/bin/blender ${PREFIX}/bin
111
	@${INSTALL_SCRIPT} ${WRKDIR}/blender ${PREFIX}/bin/blender
112
	@${INSTALL_PROGRAM} ${WRKSRC}/obj/freebsd-${OSREL}-${ARCH}/bin/blender ${PREFIX}/bin/blender-bin
113
114
	@${MKDIR} ${DATADIR}
115
	@${CP} -R ${WRKSRC}/release/scripts ${DATADIR}
116
	@${INSTALL_DATA} ${WRKSRC}/bin/.blender/.Blanguages ${DATADIR}
117
	@${INSTALL_DATA} ${WRKSRC}/bin/.blender/.bfont.ttf ${DATADIR}
118
.if !defined(WITHOUT_NLS)
119
.for ii in ${LANG}
120
	@${MKDIR} ${DATADIR}/locale/${ii}/LC_MESSAGES
121
	@${INSTALL_DATA} ${WRKSRC}/bin/.blender/locale/${ii}/LC_MESSAGES/blender.mo \
122
		${DATADIR}/locale/${ii}/LC_MESSAGES/blender.mo
123
.endfor
124
.endif
125
95
.if !defined(WITH_NOPORTDOCS)
126
.if !defined(WITH_NOPORTDOCS)
96
	@${CP} -p ${WRKSRC}/README ${WRKSRC}/doc/
127
	@${CP} -p ${WRKSRC}/README ${WRKSRC}/doc/
97
	@${INSTALL} -d ${DOCSDIR}/
128
	@${INSTALL} -d ${DOCSDIR}/
(-)/usr/ports/graphics/blender.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (blender-2.45.tar.gz) = 1358ca481b7f2b8eadd3327ebbd563ef
1
MD5 (blender-2.48.tar.gz) = e63aa1bd1c2e6d124d2f9699934e9a26
2
SHA256 (blender-2.45.tar.gz) = 921f72a15d4076f62e52674337f5d3a90cd7a82675b12bb549ebe6cd5c9027ae
2
SHA256 (blender-2.48.tar.gz) = b82564324d38f1975e5ca5b9abe03cda8409a3336f50568722a5fb642de023fa
3
SIZE (blender-2.45.tar.gz) = 14226829
3
SIZE (blender-2.48.tar.gz) = 21625409
(-)/usr/ports/graphics/blender.new/files/blender.in (+8 lines)
Line 0 Link Here
1
#!/bin/sh
2
3
if [ ! -d ${HOME}/.blender ]; then
4
	echo "Creating links in home directory..."
5
	ln -s %%PREFIX%%/share/blender ${HOME}/.blender
6
fi
7
exec %%PREFIX%%/bin/blender-bin "$@"
8
(-)/usr/ports/graphics/blender.new/files/patch-source_blender_blenlib_intern-storage.c (-20 lines)
Lines 1-20 Link Here
1
--- source/blender/blenlib/intern/storage.c.orig	Sun Mar 19 14:28:01 2006
2
+++ source/blender/blenlib/intern/storage.c	Mon Aug 21 23:50:20 2006
3
@@ -50,7 +50,7 @@
4
 #include <time.h>
5
 #include <sys/stat.h>
6
 
7
-#if !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__))
8
+#if !defined(__FreeBSD__) && !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__))
9
 #include <sys/statfs.h>
10
 #endif
11
 
12
@@ -196,7 +196,7 @@
13
 #ifdef __BeOS
14
 	return -1;
15
 #endif
16
-#if !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__))
17
+#if !defined(__FreeBSD__) && !defined(linux) && (defined (__sgi) || defined (__sun__) || defined (__sun) || defined(__sparc) || defined(__sparc__))
18
 
19
 	if (statfs(name, &disk, sizeof(struct statfs), 0)){
20
 		/* printf("diskfree: Couldn't get information about %s.\n",dir); */
(-)/usr/ports/graphics/blender.new/files/patch-source_nan_definitions.mk (-14 lines)
Lines 1-14 Link Here
1
--- source/nan_definitions.mk.orig	Tue Sep 18 06:58:49 2007
2
+++ source/nan_definitions.mk	Thu Oct  4 22:00:38 2007
3
@@ -55,9 +55,9 @@
4
     export NAN_LIBDIR ?= $(NANBLENDERHOME)/../lib
5
     export NAN_OBJDIR ?= $(NANBLENDERHOME)/obj
6
     # Library Config_Guess DIRectory
7
-    export LCGDIR = $(NAN_LIBDIR)/$(CONFIG_GUESS)
8
+    export LCGDIR = $(NAN_LIBDIR)/freebsd
9
     # Object Config_Guess DIRectory
10
-    export OCGDIR = $(NAN_OBJDIR)/$(CONFIG_GUESS)
11
+    export OCGDIR = $(NAN_OBJDIR)/freebsd
12
 
13
     # Determines what targets are built
14
     export WITH_BF_DYNAMICOPENGL ?= true
(-)/usr/ports/graphics/blender.new/files/patch-user-def.mk (-71 / +26 lines)
Lines 1-77 Link Here
1
--- ./user-def.mk.orig	Thu Oct  4 22:55:33 2007
1
--- user-def.mk.orig	2009-01-19 09:28:02.000000000 +0100
2
+++ ./user-def.mk	Thu Oct  4 22:56:26 2007
2
+++ user-def.mk	2009-01-19 09:31:01.000000000 +0100
3
@@ -0,0 +1,74 @@
3
@@ -0,0 +1,29 @@
4
+export NAN_DEBUG=-g
4
+export NAN_DEBUG=
5
+
5
+
6
+export TYPE := $(shell echo `uname -s`)
6
+export TYPE := $(shell echo `uname -s`)
7
+
7
+
8
+# Allow 64bit compiles.
8
+# Allow 64bit compiles.
9
+export NAN_YESIAMSTUPID=true
9
+export NAN_YESIAMSTUPID=true
10
+
10
+
11
+ifeq ($(TYPE), SunOS)
11
+export WITH_ICONV = false
12
+	export NAN_PYTHON=/usr/local
12
+export WITH_FFMPEG = false
13
+	export NAN_PYTHON_VERSION=2.5
13
+export NAN_PYTHON ?= /usr/local
14
+	export NAN_OPENAL=/export/scratch/blender/src/openal/SunOS5.8
14
+export NAN_PYTHON_VERSION ?= 2.5
15
+	export NAN_JPEG=/usr/local
15
+export NAN_OPENAL ?= /usr/local
16
+	export NAN_PNG=/usr/local
16
+export NAN_FMOD ?= /usr/local
17
+	export NAN_SDL=/usr/local
17
+export NAN_JPEG ?= /usr/local
18
+	export NAN_SDLLIBS ?= $(shell $(NAN_SDL)/bin/sdl-config --libs) -lSDL_mixer
18
+export NAN_PNG ?= /usr/local
19
+	export NAN_OPENEXR=/usr/local
19
+export WITH_OPENEXR = true
20
+        export NAN_OPENEXR_LIBS ?= $(NAN_OPENEXR)/lib/libIlmImf.a \
20
+export NAN_OPENEXR ?= /usr/local
21
+		$(NAN_OPENEXR)/lib/libIlmThread.a \
21
+export NAN_OPENEXR_LIBS ?= $(NAN_OPENEXR)/lib/libIlmImf.a \
22
+		$(NAN_OPENEXR)/lib/libHalf.a \
22
+	$(NAN_OPENEXR)/lib/libHalf.a \
23
+		$(NAN_OPENEXR)/lib/libIex.a
23
+	$(NAN_OPENEXR)/lib/libIex.a
24
+
24
+export NAN_ZLIB ?= /usr/local
25
+	export NAN_ZLIB=/usr/local
25
+export NAN_ODE ?= /usr/local
26
+	export NAN_FREETYPE=/usr/local
26
+export NAN_MESA = /export/scratch/crap/Mesa-6.2.1
27
+	export NAN_MOZILLA_INC=/usr/local/include/mozilla-1.0.1/
27
+export NAN_NSPR = /export/scratch/blender/src/nspr-4.2.2/mozilla/nsprpub/dist
28
+	export NAN_MOZILLA_LIB=/usr/local/lib/mozilla-1.0.1/
28
+export WITH_FREETYPE2 = true
29
+	export NAN_NSPR=/export/scratch/blender/SunOS5.8
29
+export NAN_NO_STATIC = true
30
+	export NAN_GETTEXT=/opt/gnu
30
+export NAN_NO_PLUGIN = true
31
+	export WITH_FREETYPE2=true
31
+export NAN_FREETYPE ?= /usr/local
32
+	export INTERNATIONAL=true
32
+export WITH_VERSE = true
33
+	export EXPYTHON=true
34
+	export WITH_BF_GAMEPLAYER=true
35
+	export NAN_NO_PLUGIN=true
36
+#	export NAN_NO_KETSJI=true
37
+	export WITH_FFMPEG=true
38
+#	export NAN_FFMPEG=/export/scratch/blender/src/lib/solaris-2.8-sparc/ffmpeg
39
+	export NAN_ICONV_LIBS=-L/opt/gnu/lib -R/opt/gnu/lib -liconv
40
+	export WITH_ICONV=false
41
+else
42
+	export WITH_ICONV=false
43
+#	export WITH_FFMPEG=true
44
+	export WITH_FFMPEG=false
45
+	export NAN_PYTHON=/usr/local
46
+	export NAN_PYTHON_VERSION=2.5
47
+	#export NAN_OPENAL=/usr
48
+	export NAN_FMOD=/usr/local
49
+	export NAN_JPEG=/usr/local
50
+	export NAN_PNG=/usr/local
51
+	export WITH_OPENEXR=true
52
+#	export NAN_OPENEXR=/usr/local
53
+	export NAN_OPENEXR=/usr/local
54
+        export NAN_OPENEXR_LIBS ?= $(NAN_OPENEXR)/lib/libIlmImf.a \
55
+		$(NAN_OPENEXR)/lib/libHalf.a \
56
+		$(NAN_OPENEXR)/lib/libIex.a
57
+
58
+#		$(NAN_OPENEXR)/lib/libIlmThread.a \
59
+
60
+	export NAN_SDL=/export/scratch/blender/src/lib/linux-glibc2.2.5-i386/sdl
61
+	export NAN_ODE=/export/scratch/blender/src/blender/extern/ode/dist
62
+	export NAN_ZLIB=/usr/local
63
+#	export NAN_FREETYPE=/usr
64
+	export NAN_MESA=/export/scratch/crap/Mesa-6.2.1
65
+	export NAN_MOZILLA_INC=/usr/include/mozilla/
66
+	export NAN_MOZILLA_LIB=/usr/lib/mozilla/
67
+	# I think it only needs includes so should be alright...
68
+	export NAN_NSPR=/export/scratch/blender/src/nspr-4.2.2/mozilla/nsprpub/dist
69
+
70
+	export WITH_FREETYPE2=true
71
+	export INTERNATIONAL=true
72
+	export NAN_NO_STATIC = true
73
+	export NAN_NO_PLUGIN=true
74
+endif
75
+
76
+export WITH_VERSE=true
77
+export WITH_BULLET=true
(-)/usr/ports/graphics/blender.new/pkg-plist (+260 lines)
Line 0 Link Here
1
bin/blender-bin
2
%%DATADIR%%/.bfont.ttf
3
%%DATADIR%%/.Blanguages
4
%%NLS%%%%DATADIR%%/locale/ar/LC_MESSAGES/blender.mo
5
%%NLS%%%%DATADIR%%/locale/bg/LC_MESSAGES/blender.mo
6
%%NLS%%%%DATADIR%%/locale/ca/LC_MESSAGES/blender.mo
7
%%NLS%%%%DATADIR%%/locale/cs/LC_MESSAGES/blender.mo
8
%%NLS%%%%DATADIR%%/locale/de/LC_MESSAGES/blender.mo
9
%%NLS%%%%DATADIR%%/locale/el/LC_MESSAGES/blender.mo
10
%%NLS%%%%DATADIR%%/locale/es/LC_MESSAGES/blender.mo
11
%%NLS%%%%DATADIR%%/locale/fi/LC_MESSAGES/blender.mo
12
%%NLS%%%%DATADIR%%/locale/fr/LC_MESSAGES/blender.mo
13
%%NLS%%%%DATADIR%%/locale/hr/LC_MESSAGES/blender.mo
14
%%NLS%%%%DATADIR%%/locale/hr_HR/LC_MESSAGES/blender.mo
15
%%NLS%%%%DATADIR%%/locale/it/LC_MESSAGES/blender.mo
16
%%NLS%%%%DATADIR%%/locale/ja/LC_MESSAGES/blender.mo
17
%%NLS%%%%DATADIR%%/locale/ko/LC_MESSAGES/blender.mo
18
%%NLS%%%%DATADIR%%/locale/nl/LC_MESSAGES/blender.mo
19
%%NLS%%%%DATADIR%%/locale/pl/LC_MESSAGES/blender.mo
20
%%NLS%%%%DATADIR%%/locale/pt_BR/LC_MESSAGES/blender.mo
21
%%NLS%%%%DATADIR%%/locale/ro/LC_MESSAGES/blender.mo
22
%%NLS%%%%DATADIR%%/locale/ru/LC_MESSAGES/blender.mo
23
%%NLS%%%%DATADIR%%/locale/sr/LC_MESSAGES/blender.mo
24
%%NLS%%%%DATADIR%%/locale/sr@Latn/LC_MESSAGES/blender.mo
25
%%NLS%%%%DATADIR%%/locale/sv/LC_MESSAGES/blender.mo
26
%%NLS%%%%DATADIR%%/locale/uk/LC_MESSAGES/blender.mo
27
%%NLS%%%%DATADIR%%/locale/zh_CN/LC_MESSAGES/blender.mo
28
%%DATADIR%%/scripts/bpydata/config/readme.txt
29
%%DATADIR%%/scripts/bpydata/readme.txt
30
%%DATADIR%%/scripts/bpydata/KUlang.txt
31
%%DATADIR%%/scripts/bpymodules/colladaImEx/__init__.py
32
%%DATADIR%%/scripts/bpymodules/colladaImEx/collada.py
33
%%DATADIR%%/scripts/bpymodules/colladaImEx/cstartup.py
34
%%DATADIR%%/scripts/bpymodules/colladaImEx/cutils.py
35
%%DATADIR%%/scripts/bpymodules/colladaImEx/helperObjects.py
36
%%DATADIR%%/scripts/bpymodules/colladaImEx/logo.png
37
%%DATADIR%%/scripts/bpymodules/colladaImEx/translator.py
38
%%DATADIR%%/scripts/bpymodules/colladaImEx/xmlUtils.py
39
%%DATADIR%%/scripts/bpymodules/BPyAddMesh.py
40
%%DATADIR%%/scripts/bpymodules/BPyArmature.py
41
%%DATADIR%%/scripts/bpymodules/BPyBlender.py
42
%%DATADIR%%/scripts/bpymodules/BPyCurve.py
43
%%DATADIR%%/scripts/bpymodules/BPyImage.py
44
%%DATADIR%%/scripts/bpymodules/BPyMathutils.py
45
%%DATADIR%%/scripts/bpymodules/BPyMesh.py
46
%%DATADIR%%/scripts/bpymodules/BPyMesh_octree.py
47
%%DATADIR%%/scripts/bpymodules/BPyMesh_redux.py
48
%%DATADIR%%/scripts/bpymodules/BPyMessages.py
49
%%DATADIR%%/scripts/bpymodules/BPyNMesh.py
50
%%DATADIR%%/scripts/bpymodules/BPyObject.py
51
%%DATADIR%%/scripts/bpymodules/BPyRegistry.py
52
%%DATADIR%%/scripts/bpymodules/BPyRender.py
53
%%DATADIR%%/scripts/bpymodules/BPySys.py
54
%%DATADIR%%/scripts/bpymodules/BPyTextPlugin.py
55
%%DATADIR%%/scripts/bpymodules/BPyWindow.py
56
%%DATADIR%%/scripts/bpymodules/blend2renderinfo.py
57
%%DATADIR%%/scripts/bpymodules/defaultdoodads.py
58
%%DATADIR%%/scripts/bpymodules/dxfColorMap.py
59
%%DATADIR%%/scripts/bpymodules/dxfLibrary.py
60
%%DATADIR%%/scripts/bpymodules/dxfReader.py
61
%%DATADIR%%/scripts/bpymodules/mesh_gradient.py
62
%%DATADIR%%/scripts/bpymodules/meshtools.py
63
%%DATADIR%%/scripts/bpymodules/paths_ai2obj.py
64
%%DATADIR%%/scripts/bpymodules/paths_eps2obj.py
65
%%DATADIR%%/scripts/bpymodules/paths_gimp2obj.py
66
%%DATADIR%%/scripts/bpymodules/paths_svg2obj.py
67
%%DATADIR%%/scripts/Axiscopy.py
68
%%DATADIR%%/scripts/DirectX8Importer.py
69
%%DATADIR%%/scripts/DirectX8Exporter.py
70
%%DATADIR%%/scripts/IDPropBrowser.py
71
%%DATADIR%%/scripts/3ds_export.py
72
%%DATADIR%%/scripts/3ds_import.py
73
%%DATADIR%%/scripts/ac3d_import.py
74
%%DATADIR%%/scripts/ac3d_export.py
75
%%DATADIR%%/scripts/add_mesh_empty.py
76
%%DATADIR%%/scripts/add_mesh_torus.py
77
%%DATADIR%%/scripts/animation_bake_constraints.py
78
%%DATADIR%%/scripts/animation_trajectory.py
79
%%DATADIR%%/scripts/armature_symmetry.py
80
%%DATADIR%%/scripts/bevel_center.py
81
%%DATADIR%%/scripts/blenderLipSynchro.py
82
%%DATADIR%%/scripts/bvh_import.py
83
%%DATADIR%%/scripts/c3d_import.py
84
%%DATADIR%%/scripts/camera_changer.py
85
%%DATADIR%%/scripts/collada_import.py
86
%%DATADIR%%/scripts/collada_export.py
87
%%DATADIR%%/scripts/colladaExport14.py
88
%%DATADIR%%/scripts/colladaImport14.py
89
%%DATADIR%%/scripts/config.py
90
%%DATADIR%%/scripts/console.py
91
%%DATADIR%%/scripts/discombobulator.py
92
%%DATADIR%%/scripts/envelope_symmetry.py
93
%%DATADIR%%/scripts/export_dxf.py
94
%%DATADIR%%/scripts/export_fbx.py
95
%%DATADIR%%/scripts/export-iv-0.1.py
96
%%DATADIR%%/scripts/export_lightwave_motion.py
97
%%DATADIR%%/scripts/export_m3g.py
98
%%DATADIR%%/scripts/export_map.py
99
%%DATADIR%%/scripts/export_mdd.py
100
%%DATADIR%%/scripts/export_obj.py
101
%%DATADIR%%/scripts/faceselect_same_weights.py
102
%%DATADIR%%/scripts/flt_defaultp.py
103
%%DATADIR%%/scripts/flt_dofedit.py
104
%%DATADIR%%/scripts/flt_export.py
105
%%DATADIR%%/scripts/flt_filewalker.py
106
%%DATADIR%%/scripts/flt_import.py
107
%%DATADIR%%/scripts/flt_lodedit.py
108
%%DATADIR%%/scripts/flt_palettemanager.py
109
%%DATADIR%%/scripts/flt_properties.py
110
%%DATADIR%%/scripts/flt_toolbar.py
111
%%DATADIR%%/scripts/help_bpy_api.py
112
%%DATADIR%%/scripts/help_browser.py
113
%%DATADIR%%/scripts/help_getting_started.py
114
%%DATADIR%%/scripts/help_manual.py
115
%%DATADIR%%/scripts/help_release_notes.py
116
%%DATADIR%%/scripts/help_tutorials.py
117
%%DATADIR%%/scripts/help_web_blender.py
118
%%DATADIR%%/scripts/help_web_devcomm.py
119
%%DATADIR%%/scripts/help_web_eshop.py
120
%%DATADIR%%/scripts/help_web_usercomm.py
121
%%DATADIR%%/scripts/hotkeys.py
122
%%DATADIR%%/scripts/image_auto_layout.py
123
%%DATADIR%%/scripts/image_billboard.py
124
%%DATADIR%%/scripts/image_edit.py
125
%%DATADIR%%/scripts/import_dxf.py
126
%%DATADIR%%/scripts/import_lightwave_motion.py
127
%%DATADIR%%/scripts/import_mdd.py
128
%%DATADIR%%/scripts/import_obj.py
129
%%DATADIR%%/scripts/lightwave_import.py
130
%%DATADIR%%/scripts/lightwave_export.py
131
%%DATADIR%%/scripts/md2_export.py
132
%%DATADIR%%/scripts/md2_import.py
133
%%DATADIR%%/scripts/mesh_boneweight_copy.py
134
%%DATADIR%%/scripts/mesh_cleanup.py
135
%%DATADIR%%/scripts/mesh_edges2curves.py
136
%%DATADIR%%/scripts/mesh_mirror_tool.py
137
%%DATADIR%%/scripts/mesh_poly_reduce.py
138
%%DATADIR%%/scripts/mesh_skin.py
139
%%DATADIR%%/scripts/mesh_solidify.py
140
%%DATADIR%%/scripts/mesh_unfolder.py
141
%%DATADIR%%/scripts/mesh_wire.py
142
%%DATADIR%%/scripts/ms3d_import.py
143
%%DATADIR%%/scripts/ms3d_import_ascii.py
144
%%DATADIR%%/scripts/obdatacopier.py
145
%%DATADIR%%/scripts/object_apply_def.py
146
%%DATADIR%%/scripts/object_batch_name_edit.py
147
%%DATADIR%%/scripts/object_cookie_cutter.py
148
%%DATADIR%%/scripts/object_drop.py
149
%%DATADIR%%/scripts/object_find.py
150
%%DATADIR%%/scripts/object_random_loc_sz_rot.py
151
%%DATADIR%%/scripts/object_sel2dupgroup.py
152
%%DATADIR%%/scripts/object_timeofs_follow_act.py
153
%%DATADIR%%/scripts/off_export.py
154
%%DATADIR%%/scripts/off_import.py
155
%%DATADIR%%/scripts/paths_import.py
156
%%DATADIR%%/scripts/ply_export.py
157
%%DATADIR%%/scripts/ply_import.py
158
%%DATADIR%%/scripts/raw_export.py
159
%%DATADIR%%/scripts/raw_import.py
160
%%DATADIR%%/scripts/renameobjectbyblock.py
161
%%DATADIR%%/scripts/render_save_layers.py
162
%%DATADIR%%/scripts/rvk1_torvk2.py
163
%%DATADIR%%/scripts/save_theme.py
164
%%DATADIR%%/scripts/scripttemplate_camer_object.py
165
%%DATADIR%%/scripts/scripttemplate_gamelogic.py
166
%%DATADIR%%/scripts/scripttemplate_gamelogic_basic.py
167
%%DATADIR%%/scripts/scripttemplate_ipo_gen.py
168
%%DATADIR%%/scripts/scripttemplate_mesh_edit.py
169
%%DATADIR%%/scripts/scripttemplate_metaball_create.py
170
%%DATADIR%%/scripts/scripttemplate_object_edit.py
171
%%DATADIR%%/scripts/scripttemplate_pyconstraint.py
172
%%DATADIR%%/scripts/scripttemplate_text_plugin.py
173
%%DATADIR%%/scripts/slp_import.py
174
%%DATADIR%%/scripts/sysinfo.py
175
%%DATADIR%%/scripts/textplugin_functiondocs.py
176
%%DATADIR%%/scripts/textplugin_imports.py
177
%%DATADIR%%/scripts/textplugin_membersuggest.py
178
%%DATADIR%%/scripts/textplugin_outliner.py
179
%%DATADIR%%/scripts/textplugin_suggest.py
180
%%DATADIR%%/scripts/textplugin_templates.py
181
%%DATADIR%%/scripts/unweld.py
182
%%DATADIR%%/scripts/uv_export.py
183
%%DATADIR%%/scripts/uv_seams_from_islands.py
184
%%DATADIR%%/scripts/uvcalc_follow_active_coords.py
185
%%DATADIR%%/scripts/uvcalc_lightmap.py
186
%%DATADIR%%/scripts/uvcalc_quad_clickproj.py
187
%%DATADIR%%/scripts/uvcalc_smart_project.py
188
%%DATADIR%%/scripts/uvcopy.py
189
%%DATADIR%%/scripts/vertexpaint_from_material.py
190
%%DATADIR%%/scripts/vertexpaint_gradient.py
191
%%DATADIR%%/scripts/vertexpaint_selfshadow_ao.py
192
%%DATADIR%%/scripts/vrml97_export.py
193
%%DATADIR%%/scripts/weightpaint_average.py
194
%%DATADIR%%/scripts/weightpaint_clean.py
195
%%DATADIR%%/scripts/weightpaint_copy.py
196
%%DATADIR%%/scripts/weightpaint_envelope_assign.py
197
%%DATADIR%%/scripts/weightpaint_gradient.py
198
%%DATADIR%%/scripts/weightpaint_grow_shrink.py
199
%%DATADIR%%/scripts/weightpaint_invert.py
200
%%DATADIR%%/scripts/weightpaint_normalize.py
201
%%DATADIR%%/scripts/widgetwizard.py
202
%%DATADIR%%/scripts/wizard_curve2tree.py
203
%%DATADIR%%/scripts/x3d_export.py
204
%%DATADIR%%/scripts/xfig_export.py
205
%%DATADIR%%/scripts/xsi_export.py
206
@dirrm %%DATADIR%%/scripts/bpymodules/colladaImEx
207
@dirrm %%DATADIR%%/scripts/bpymodules
208
@dirrm %%DATADIR%%/scripts/bpydata/config
209
@dirrm %%DATADIR%%/scripts/bpydata
210
@dirrm %%DATADIR%%/scripts
211
%%NLS%%@dirrm %%DATADIR%%/locale/zh_CN/LC_MESSAGES
212
%%NLS%%@dirrm %%DATADIR%%/locale/zh_CN
213
%%NLS%%@dirrm %%DATADIR%%/locale/uk/LC_MESSAGES
214
%%NLS%%@dirrm %%DATADIR%%/locale/uk
215
%%NLS%%@dirrm %%DATADIR%%/locale/sv/LC_MESSAGES
216
%%NLS%%@dirrm %%DATADIR%%/locale/sv
217
%%NLS%%@dirrm %%DATADIR%%/locale/sr@Latn/LC_MESSAGES
218
%%NLS%%@dirrm %%DATADIR%%/locale/sr@Latn
219
%%NLS%%@dirrm %%DATADIR%%/locale/sr/LC_MESSAGES
220
%%NLS%%@dirrm %%DATADIR%%/locale/sr
221
%%NLS%%@dirrm %%DATADIR%%/locale/ru/LC_MESSAGES
222
%%NLS%%@dirrm %%DATADIR%%/locale/ru
223
%%NLS%%@dirrm %%DATADIR%%/locale/ro/LC_MESSAGES
224
%%NLS%%@dirrm %%DATADIR%%/locale/ro
225
%%NLS%%@dirrm %%DATADIR%%/locale/pt_BR/LC_MESSAGES
226
%%NLS%%@dirrm %%DATADIR%%/locale/pt_BR
227
%%NLS%%@dirrm %%DATADIR%%/locale/pl/LC_MESSAGES
228
%%NLS%%@dirrm %%DATADIR%%/locale/pl
229
%%NLS%%@dirrm %%DATADIR%%/locale/nl/LC_MESSAGES
230
%%NLS%%@dirrm %%DATADIR%%/locale/nl
231
%%NLS%%@dirrm %%DATADIR%%/locale/ko/LC_MESSAGES
232
%%NLS%%@dirrm %%DATADIR%%/locale/ko
233
%%NLS%%@dirrm %%DATADIR%%/locale/ja/LC_MESSAGES
234
%%NLS%%@dirrm %%DATADIR%%/locale/ja
235
%%NLS%%@dirrm %%DATADIR%%/locale/it/LC_MESSAGES
236
%%NLS%%@dirrm %%DATADIR%%/locale/it
237
%%NLS%%@dirrm %%DATADIR%%/locale/hr_HR/LC_MESSAGES
238
%%NLS%%@dirrm %%DATADIR%%/locale/hr_HR
239
%%NLS%%@dirrm %%DATADIR%%/locale/hr/LC_MESSAGES
240
%%NLS%%@dirrm %%DATADIR%%/locale/hr
241
%%NLS%%@dirrm %%DATADIR%%/locale/fr/LC_MESSAGES
242
%%NLS%%@dirrm %%DATADIR%%/locale/fr
243
%%NLS%%@dirrm %%DATADIR%%/locale/fi/LC_MESSAGES
244
%%NLS%%@dirrm %%DATADIR%%/locale/fi
245
%%NLS%%@dirrm %%DATADIR%%/locale/el/LC_MESSAGES
246
%%NLS%%@dirrm %%DATADIR%%/locale/el
247
%%NLS%%@dirrm %%DATADIR%%/locale/es/LC_MESSAGES
248
%%NLS%%@dirrm %%DATADIR%%/locale/es
249
%%NLS%%@dirrm %%DATADIR%%/locale/de/LC_MESSAGES
250
%%NLS%%@dirrm %%DATADIR%%/locale/de
251
%%NLS%%@dirrm %%DATADIR%%/locale/cs/LC_MESSAGES
252
%%NLS%%@dirrm %%DATADIR%%/locale/cs
253
%%NLS%%@dirrm %%DATADIR%%/locale/ca/LC_MESSAGES
254
%%NLS%%@dirrm %%DATADIR%%/locale/ca
255
%%NLS%%@dirrm %%DATADIR%%/locale/bg/LC_MESSAGES
256
%%NLS%%@dirrm %%DATADIR%%/locale/bg
257
%%NLS%%@dirrm %%DATADIR%%/locale/ar/LC_MESSAGES
258
%%NLS%%@dirrm %%DATADIR%%/locale/ar
259
%%NLS%%@dirrm %%DATADIR%%/locale
260
@dirrm %%DATADIR%%

Return to bug 130753