Go to file
Willian Padovani Germano a4b5ddb371 BPython:
-- Stephane Soppera (thanks) reported libc stat function fails for paths ending with "\" under win with free VC++ compiler toolkit 2003:
    removed final '/' (BLI_make_file_string changes the '/' to '\\\\' for win) slashes from relevant paths, that should take care of it .  Note: here (linux, glibc, gcc 3.3.3) stat doesn't have this problem.  Also checking if U.pythondir ends with a slash and, if so (as long as its length > 2 to), removing the slash, for the same reason.
-- small cosmetic changes in BPY_menus.c for debug msgs and in header_scripts (added a separator in the Scripts win -> Scripts menu).
2005-03-22 04:28:36 +00:00
bin/.blender Bugfix #2094 2005-01-05 10:27:48 +00:00
doc Tom's additions to the windows build. 2004-05-27 08:05:55 +00:00
extern Removed freetype project from extern solution 2005-02-25 21:24:50 +00:00
intern ome more warnings cleaning 2005-03-14 20:10:22 +00:00
po - added czech translation (cs.po) 2003-09-08 12:13:54 +00:00
projectfiles Added transform_manipulator.c to the windows MSVC 6.0 projectfile 2005-03-19 14:13:45 +00:00
projectfiles_vc7 - adds /GR to compiler options for generating run time type info for c++ classes in the debug release 2005-03-18 16:12:17 +00:00
release Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
source BPython: 2005-03-22 04:28:36 +00:00
tools This commit reverses the OpenEXR specific stuff in the OpenEXR commit I 2005-03-14 14:56:40 +00:00
COPYING Biiig commit! Thanks to 2-3 weeks of cvs freeze... 2004-12-27 19:28:52 +00:00
Makefile windows-gcc vs. solid, round 2 2004-07-19 02:43:07 +00:00
README Test commit, nothing to see here. 2004-08-24 02:51:07 +00:00
SConstruct This commit reverses the OpenEXR specific stuff in the OpenEXR commit I 2005-03-14 14:56:40 +00:00

Welcome to the fun world of open source.

For instructions on building and installing Blender, please see the file named
INSTALL.


---------------------.Blanguages and the .blender directory---------------------

The .blender directory holds various data files for Blender.
In the 2.28a release those are the .Blanguages file containing a list of
translations, the translations themselves and a default ttf font.

Blender checks for the presence of this directory in several locations:
	- the current directory
	- your home directory
	- On OSX, the blender bundle is also checked 
	- On Windows, the installation dir is checked.

If you get a 'File ".Blanguages" not found' warning, try to copy the .blender
dir to one of these locations (your home directory being recommended).



-------------------------------------Links--------------------------------------

Getting Involved:
http://www.blender.org/docs/get_involved.html

Community:
http://www.blender3d.org/Community/

Main blender development site:
http://www.blender.org/

The Blender project homepage:
http://projects.blender.org/projects/bf-blender/

Documentation:
http://www.blender.org/modules.php?op=modload&name=documentation&file=index

Bug tracker:
http://projects.blender.org/tracker/?atid=125&group_id=9&func=browse

Feature request tracker:
http://projects.blender.org/tracker/?atid=128&group_id=9&func=browse