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 (Expand)Author
2014-04-23Fix T39852: Crash (Blender internal) large objectsCampbell Barton
2014-04-23Add asserts to raytrace get/set_cut functionsCampbell Barton
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-04-21Fix T39735: New auto smooth creates artifacts with flat shaded faces(BI)Bastien Montagne
2014-04-11Blender Internal: remove BLI BVH for raytracing.Brecht Van Lommel
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-01NDOF: add navigation modes to user preferencesCampbell Barton
2014-02-14Blender Internal: Fix regression that sometimes shadows are not rendered, cau...IRIE Shinsuke
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2013-12-12Code Cleanup: replace global debug checks in raycast with DEBUG ifdefCampbell Barton
2013-08-02code cleanup:Campbell Barton
2013-05-08use static functions for raycast functions.Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-08code cleanup: 0 --> NULLCampbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-23fix for glitch with vertex bake:Campbell Barton
2013-01-07style cleanupCampbell Barton
2012-12-28style cleanupCampbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-04code cleanup: double promotionsCampbell Barton
2012-10-28style cleanupCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-14fix for incorrect initial boundbox with svbvh raytracing. (bad use of FLT_MIN)Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-08-05fix uninitialized memory use for mask feather points, also remove some double...Campbell Barton
2012-08-03code cleanup: double promotion warningsCampbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-27style cleanupCampbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-06style cleanupCampbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-15style cleanup: raytree codeCampbell Barton
2012-05-13code cleanup: missed some min/max use of float[3], also found case of DO_MIN/...Campbell Barton