Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
Martin Poirier f9acfa722d Renamed get_constraint_target in constraint kernel file to get_constraint_target_matrix since that's what it really does
Moved get_con_target from editconstraint to constraint kernel file and renamed to get_constraint_target

Make scene.c use constraint functions from kernel instead of doing the switch itself (regrouping specific constraint code in one file).

Add LockTrack as an option in the Make Track menu (Ctrl-T)

Adding fun for vortex forces in 3D window, the representation now match the orientation and direction of the force (this is code will need optimisation). I'll probably be slapped for mixing two things in one commit but some function calls needed to be fixed for the new spelling and since this is really isolated code I didn't feel like wasting time getting a fresh copy, doing the changes and then readded this after commiting.

Fixed some warning regarding implicit casts and constants (this last one is a MSVCism where you need to explicitely tell the compiler to use floats with an f. AFAIK, it doesn't affect/bother other compilers).

Removed a useless commented piece of code in readfile (there was an uncommented copy a couple of lines before)
2004-08-16 01:14:18 +00:00
bin/.blender Here's a polish translation... done by Piotr Kiec. Thank you! 2004-05-11 17:49:19 +00:00
doc Tom's additions to the windows build. 2004-05-27 08:05:55 +00:00
extern Theodore Schundler's patches to add FreeBSD support to the scons build 2004-08-15 18:09:37 +00:00
intern OS X fix: 2004-08-01 22:28:56 +00:00
po - added czech translation (cs.po) 2003-09-08 12:13:54 +00:00
projectfiles added correct include paths for radio.h (for msvc debug build) and removed weird local includes (c:\blender...) in BPY_python projectfile 2004-07-28 21:00:23 +00:00
projectfiles_vc7 * UNWRAPPER define in blenkernel for 2004-07-13 18:27:40 +00:00
release This commit prepares for 2.34: 2004-08-04 22:00:41 +00:00
source Renamed get_constraint_target in constraint kernel file to get_constraint_target_matrix since that's what it really does 2004-08-16 01:14:18 +00:00
COPYING Ok were getting somewhere here ;) 2002-11-15 06:57:59 +00:00
Makefile windows-gcc vs. solid, round 2 2004-07-19 02:43:07 +00:00
README - Split build/install info out from README into INSTALL 2003-08-10 13:55:20 +00:00
SConstruct Theodore Schundler's patches to add FreeBSD support to the scons build 2004-08-15 18:09:37 +00:00

README

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