Simon Clitherow
ea82f6e461
- added new translation files pt_br & zh_cn, and the new python scripts
...
to win installer script.
(Note to self: see if there is a way to automate this with some sed or
awk magic...)
2004-02-01 15:42:14 +00:00
Ton Roosendaal
f5e85cc538
- version upped to 2.32
...
(warn: still waiting for splash!)
2004-01-31 13:00:31 +00:00
Martin Poirier
675f25000c
License update for uv_export
2004-01-30 11:56:32 +00:00
Willian Padovani Germano
8fbed941bc
- Last minute script addition (blame / thank Theeth :) -- Theeth's UV Face export script.
...
- tiny harmless change in module Blender.Material's *doc*.
Aphex: tested your fix for windows (thank you -- and Bill Baxter for reporting):
It doesn't break anything here (linux). So probably no need for #ifdef's.
2004-01-30 04:27:28 +00:00
Kent Mein
d8babc260d
Added #include <stdio.h>
...
to get rid of a warning about undefined printf
I know stupid but hey might as well make it do the right thing.
Kent
2004-01-28 19:25:32 +00:00
Willian Padovani Germano
bdc624452b
BPython:
...
-- fixing a last minute bug: scripts w/o guis that called the file selector were
not being checked for errors, which could cause crash dumps upon exiting.
-- docs: updates for Draw (fixed example) and Material (added tex related methods docs)
Scripts:
-- added some more scripts, all I could get in shape in time (at least they export / import back).
Only tested on linux.
2004-01-28 19:16:50 +00:00
Kent Mein
aad9662e29
Fixed a couple of explicit references to .blender made them $(CONFDIR)
...
instead. Also moved the creation of $(CONFDIR) up so that it
gets created before dumping files into it. There is still one
extra reference to .blender for osX but I wasn't sure what was going on
so I left it. It really should be "fixed" though.
Kent
2004-01-28 11:51:13 +00:00
Simon Clitherow
9f170d9f75
- updated "make release" for windows to include new python files.
...
- updated win32 installer script.
2004-01-27 22:13:41 +00:00
Willian Padovani Germano
33dd2f5e0d
BPython:
...
- as proposed by Ton, default dir for menu enabled scripts is:
userhome/.blender/scripts if available or (using bprogname -- argv[0]),
blenderInstallationDir/.blender/scripts/ otherwise.
- moved a piece of code from BPY_interface.c to BPY_menus.c to get rid
of a linkage warning reported by J. Walton
-- added the first scripts to release/scripts:
We need time to get more scripts there, but the situation should improve
consistently from now on. Adding three export scripts: cal3d, directX, ac3d.
And one import: ac3d.
2004-01-27 03:34:16 +00:00
Chris Want
57be09f6e2
Modified 'make release' as recommended by J. Walton (removed some @'s)
2004-01-25 23:59:22 +00:00
Chris Want
350310f65a
Fix for irix 'make release'
2004-01-25 20:59:06 +00:00
Chris Want
82f8155c3c
Fixed a typo in the 'make release' stuff
2004-01-25 18:37:56 +00:00
Chris Want
83cfab301b
A few 'make release' related modifications:
...
* the compiled plugins get moved to .blender/plugins in the
release tarball (the include and C files remain where they
were). Please test.
* if they exist, the directories release/scripts and release/bpydata
get copied to .blender/scripts and .blender/bpydata respectively.
2004-01-25 18:31:05 +00:00
Ton Roosendaal
7a916e3c22
- upped version to 2.31a
2003-12-02 14:30:58 +00:00
Ton Roosendaal
97d507064e
- upped VERSION file :)
2003-11-26 22:29:33 +00:00
Kent Mein
9bcf2dcd1c
Douglas Bischoff's Fix for Plugins on OSX.
...
Kent
2003-11-25 20:10:06 +00:00
Ton Roosendaal
f838b38a37
- release code upped to 2.30 as well
2003-10-29 21:03:55 +00:00
Ton Roosendaal
d7d412e814
- version number 2.29 for this testing period!
2003-10-04 21:47:25 +00:00
Ton Roosendaal
b0d097cc72
- version upped to 'c'
2003-09-23 21:58:20 +00:00
Ton Roosendaal
6ef8d0a0ee
release number is 2.28a
2003-08-12 17:43:50 +00:00
Simon Clitherow
bde4d40f8b
- added sdl.dll to the release makefiles for windows
2003-07-23 18:06:10 +00:00
Simon Clitherow
00ef5ad616
Updated win self-installer script. Still uses the 16-color icon images (sorry broken!) :)
2003-07-23 17:59:27 +00:00
Ton Roosendaal
b83fb8c87c
- updated release release number. :)
2003-07-22 20:50:14 +00:00
Ton Roosendaal
ed928b5cca
OSX app name now is Blender with a capital Bee!
2003-05-28 15:02:09 +00:00
Wouter van Heyst
a97264fffd
- Copy the font and .Blanguages into the end result
2003-05-14 20:25:40 +00:00
Simon Clitherow
6d00de3798
updated release makefiles and self installer script for windows
2003-05-14 18:36:48 +00:00
Chris Want
05245ef6f1
Irix doesn't like 'cp -a' for recursive copying
2003-05-14 13:47:36 +00:00
Stefan Gartner
ee8693d6bf
don't copy the .blender dir to $DISTDIR on OS X, as it's contents is
...
already in the application bundle
2003-05-13 11:29:25 +00:00
Wouter van Heyst
b210d7de47
Copy the .blender directory into DESTDIR for bundling up with release.
2003-05-13 10:08:43 +00:00
Ton Roosendaal
8bd26c12d5
- release now is called 2.27
2003-05-10 10:37:43 +00:00
Frank van Beek
2258e14eb5
- new Blender Installer Icon (thanks Matt)
...
It's a pity nsis only uses the 32x32x16 bit version of this icon ;-(
2003-05-08 19:29:09 +00:00
Chris Want
cb2d8c7225
A fix to the release Makefile so that strip happens *after* copy.
...
Please test!
2003-05-07 14:47:49 +00:00
Kent Mein
3b14d730d9
Updated the scatter program to fix some warnings.
...
Modified the Makefile's call to strip so it leaves symbols for
plugins...
Kent
2003-05-02 20:52:58 +00:00
Kent Mein
19320c020c
The stuff in release/plugins/include was duplcated in
...
source/blender/blenpluginapi So I removed the stuff in the release dir
after merging changes and updated the Makefile.
Kent
2003-05-01 16:34:14 +00:00
Rob Haarsma
7afc3de93f
Matt Ebb's new installer icon (hopefully wincvs does it right this time)
2003-05-01 13:02:04 +00:00
Kent Mein
abd2a37f8a
Moved the compiling plugins to after the binary is copied over.
...
(macosX needs the binary to link against for the plugins)
Also updated the plugins/Makefile to use
$(MAKE) -C dir
instead of
cd dir; make
Kent
2003-04-30 17:18:34 +00:00
Kent Mein
763da870b6
The first two files enables building of plugins under macosx.
...
The third is for actually loading the plugins in blender.
For some reason its not identifying the plugins correctly,
but it compiles and runs so I'm including it hoping someone else
might see where I've messed things up...
I have a simple example at http://www.cs.umn.edu/~mein/test.tgz that
works, if anyone is interested in playing with it.
Kent
2003-02-21 15:37:55 +00:00
Simon Clitherow
6c5404431c
Fixed a typo in my addy (of all places!) ;)
2003-02-19 18:55:31 +00:00
Hans Lambermont
bf2e5762dc
- glue top level makefile and release one together
...
- fix 8 spaces problem in release/Makefile
2003-02-11 12:35:18 +00:00
Frank van Beek
68aae6f032
- add GPL-license to installer
...
- add options in installer to create desktop icon and register .blend files
2003-02-10 17:43:41 +00:00
Frank van Beek
49da5dc516
- change GPL_license to dos text
2003-02-10 17:41:47 +00:00
Ton Roosendaal
20993d3245
- GPL license text now included in the binary distros as well.
2003-02-10 14:36:25 +00:00
Frank van Beek
a88302de00
- removed debug line from windows/specific.sh
...
- deinstalling Blender now also removes "%PROGRAMFILES%\Blender Foundation"
if it's empty
2003-02-10 11:50:07 +00:00
Frank van Beek
f1f2bf85aa
- mixed up python version and blender version ;-)
2003-02-10 11:41:49 +00:00
Frank van Beek
e42e6dc888
- display Blender version number in title of installer
2003-02-10 11:30:12 +00:00
Frank van Beek
3ae7008d09
- windows/specific.sh now creates a custom NSIS configuration file for this
...
release and executes NSIS to build the Blender intaller
2003-02-10 11:07:14 +00:00
Frank van Beek
00aa396c2c
- export VERSION so specific.sh can use it
...
- made remove in the final directory a bit more specific
2003-02-10 10:44:26 +00:00
Frank van Beek
62cb583947
- updated url to http://www.blender3d.org/Support/
2003-02-10 09:20:27 +00:00
Kent Mein
06e8de765a
Modified ld flags on SunOS changed -O2 to -O
...
because sun's compiler does not support -O2.
Kent
2003-02-10 00:18:29 +00:00
Simon Clitherow
46071c6a8b
Added files for using NSIS ( http://nsis.sourceforge.net ) as an alternative self-install/uninstall system for windows.
2003-02-09 21:59:35 +00:00