Go to file
Brecht Van Lommel 7e8ba5c84d RNA
* Added more error prints for wrong definitions, for cases that
  would laters cause problems compiling or crash at runtime, and
  also made messages more clear.
* Added some skeleton code for main/ID/mesh/vertex types for testing.
* Added support for automatic arrays as collections using SDNA.

* Changed how pointers to data work. Now they are always wrapped
  in a PointerRNA struct, which contains the data pointer and type,
  and also the data pointer and type of the ID datablock that this
  belongs to, since for example a vertex on it's own may not have
  enough information for some operations, it also needs the mesh.

* Added some code for defining dependencies with RNA, and looking up
  data with paths like: scenes[0].objects["Cube"].data.verts[7].co.
  Note sure either will end up being used, this is experimental.

http://wiki.blender.org/index.php/BlenderDev/Blender2.5/RNA
2008-11-07 02:58:25 +00:00
bin/.blender Filling in branch from trunk 2007-11-06 22:29:20 +00:00
blenderplayer Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
CMake Filling in branch from trunk 2007-11-06 22:29:20 +00:00
config * merge main SConstruct and some of the utility scripts for our scons build from trunk. 2008-10-05 21:33:23 +00:00
doc Filling in branch from trunk 2007-11-06 22:29:20 +00:00
extern * tweak linking priorities - should help for GCC users 2008-01-08 09:47:44 +00:00
intern patch from skejoe for gcc 4.3 compatibility 2008-06-24 14:51:02 +00:00
po Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
projectfiles Filling in branch from trunk 2007-11-06 22:29:20 +00:00
projectfiles_vc7 Merge from Harmonic Skeleton branch 2007-12-10 21:14:19 +00:00
release Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
source RNA 2008-11-07 02:58:25 +00:00
tools * use env.Clone() instead of deprecated env.Copy() 2008-10-05 21:36:36 +00:00
CMakeLists.txt update to cmake files 2008-01-09 18:48:04 +00:00
COPYING Filling in branch from trunk 2007-11-06 22:29:20 +00:00
Makefile Patch to change license to GPL only, from GSR. 2008-01-07 19:13:47 +00:00
README Filling in branch from trunk 2007-11-06 22:29:20 +00:00
SConstruct whitespace commit 2008-10-05 22:44:47 +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