Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2006-07-01Totally ancient error: Makefiles for OSX did not copy the scripts inTon Roosendaal
the right way for regular builds... only the 'make release' did it OK.
2006-02-14Updated Mac OS X icons courtesy of Erik Mendoza, re. this thread on blender.org:Matt Ebb
http://www.blender.org/forum/viewtopic.php?t=8121
2005-04-16Updating build systems: folder release/bpydata/ moved to ↵Willian Padovani Germano
release/scripts/bpydata/ It seemed trivial enough, so I updated all systems (makefiles, xcode, scons, scons win installer), please complain if something went wrong. Mostly it was just removing release/bpydata references, since the release/scripts dir is already worked on recursevely, handling dirs inside it. For the scons nsi file writer script I had to write code for each new dir, but it can be recoded recursively, too (in fact joining all release stuff in a single dir tree with nothing else would be a good idea, making installation code simpler). Since it's just python and I have a little more time now, I can help scons managers if they still need. Thanks Campbell Barton for reporting.
2005-03-09big warning hunt commitJean-Luc Peurière
lot of casts, added prototypes, missing includes and some true errors
2004-11-14Update make system for darwin;Ton Roosendaal
- using python framework (default on, set it off with define in definitions.mk) - not installing .bfont.tff
2004-09-29Removed nantechnologies from identifierstring :)Ton Roosendaal
2004-04-29Correct icons for OSXTon Roosendaal
2004-04-24 - convert darwin icon files to binaryDaniel Dunbar
2003-12-19Updated the Mac OS X blender file icon with standard background and xype's ↵Matt Ebb
nice shiney blender logo
2003-07-21- slightly improved icons, again by xype. Now they are less ... er ..Ton Roosendaal
shady!
2003-07-20new os x icons by xypeStefan Gartner
2003-05-14use $(NANBLENDERHOME) instead of ../..Stefan Gartner
2003-05-13updated blender icon for os xStefan Gartner
2003-05-12store locales, .Blanguage, and .bfont.ttf inside of Resources folder ofStefan Gartner
application bundle on OS X
2003-05-10store message catalogs in Resources folder of the application bundle on OSStefan Gartner
X. Opening a file selector is no longer needed in order to switch the language for the first time; apparently gettext wasn't too happy about relative paths.
2003-02-09fill in correct values for VERSION and DATE when building theStefan Gartner
application bundles
2003-02-09updated copyright noticeStefan Gartner
2003-02-02replace "blenderpublisher" with "blender"Stefan Gartner
2003-02-02build the OSX application bundle in $(DIR)/binStefan Gartner
2002-12-03I moved source/darwin/blenderpublisher.app to source/darwin/blender.appKent Mein
or at least tried. You will probably want to rm -rf source/darwin/blenderpublisher.app Kent -- mein@cs.umn.edu
2002-11-04added a line to add executable attributes to the binaries when copying into theMaarten Gribnau
Mac bundles Maarten (mail@maartengribnau.com)
2002-10-12Initial revisionv2.25Hans Lambermont