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
2004-01-05- Revert to NaN makefilesWouter van Heyst
2004-01-05Basic initial yafray integration by Eeshlo.Alejandro Conty Estevez
Materials are exported the best we can do by now. It will look almost as in blender except for the missing procedural textures and some minor issues. You have to tweak normal modulation amount to get the desired result cause is not the same in yafray. We added a panel in render space to adjust some yafray settings (GI and so) Also we export transparency and reflection using new raytracing settings, but that will be changed and improved soon. Remember that you have to set YFexport path in user defaults and yafray must be on path (version 0.0.6) We added the "yafray" button to activate all this stuff in the render window. Panel and settings are only shown when checked. So now when activated the code calls yafray export instead of the internal renderer and finally the resulting image is loaded back into render window's buffer. So animation is also possible and results can be saved using blender usual scheme.
2003-03-31Irix will now link to odeChris Want
2003-01-12skip BlOde for irixHans Lambermont
2002-11-05Brought back the sumo physics controllers and undid game engine make fileMaarten Gribnau
changes. Instead modified the top level nan_definitions.mk to point the NAN_SUMO and NAN_FUZZICS to the right locations. Maarten
2002-11-04removed last traces of sumo for Makefile usersMaarten Gribnau
1. Removed KX_SumoPhysicsController.h and KX_SumoPhysicsController.cpp 2. Changed some Makefiles to skip sumo Maarten (mail@maartengribnau.com)
2002-10-18First checkin of core ODE functionality. See OdePhysicsController.cpp for a ↵Norman Lin
todo list.
2002-10-12Initial revisionv2.25Hans Lambermont