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-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-09-19Fix T40751 preview image not generated after baking.Antony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-10-29Enable multires bake to level 0Sergey Sharybin
2013-10-17Fix #37123: UV editor view does not update when using large facesSergey Sharybin
2013-10-09Derivative map bakerSergey Sharybin
2013-09-20Images didn't get clear when using multires baker from python scriptSergey Sharybin
2013-09-20Clear color to gray when baking displacement mapSergey Sharybin
2013-07-31Use bool instead of int.Sergey Sharybin
2013-07-31Fix #36302: Multires baking to zero 0 was showing error but still was bakingSergey Sharybin
2013-06-13Rephrased error message for clarityGaia Clary
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-04-29minor adjustment to vertex color baking, tag the meshes directly, no need to ...Campbell Barton
2013-04-24fix relating to r56260, when in vertex paint mode the mesh would have tessfac...Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-20Fix visible seams on normal map bake due to clear colour being black:Antony Riakiotakis
2013-01-21Support normalized displacement maps in cases maximal distance is not setSergey Sharybin
2012-12-27Fix: after multires baking, gpu textures were not getting invalidatedAntony Riakiotakis
2012-12-19Multires baker: renamed Number of Rays to Samples after discussion with BrechtSergey Sharybin
2012-12-19Multirs baker: support for threaded bakingSergey Sharybin
2012-12-18Multires baker: made octree aware of user-defined resolution in performance p...Sergey Sharybin
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-18Move multires baker into own file in render/Sergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Show warning message when multires baking happens for preview level of 0Sergey Sharybin
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-14Fixed missing display buffer and mipmaps invalidation in cases onlySergey Sharybin
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-09-23fix for crash backing in background mode.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-13fix for missing NULL check in own recent commit, thanks Gaia for pointing thi...Campbell Barton
2012-09-12fix memory leak when baking feedback loop detected.Campbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton