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-26FreeBSD can use the exact same python includes as everyone elseWouter van Heyst
2003-01-04and the other FreeBSD python locations.Hans Lambermont
2002-10-21moved KX_Python_... files from ketsji to expressionsErwin Coumans
(ketsji was a very wrong location because it caused circular dependencies between expressions, gamelogic and ketsji) expressions and game logic are not dependent on ketsji anymore (only the other way around) also removed circular includes in makefiles and projectfiles
2002-10-12Initial revisionv2.25Hans Lambermont