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
2018-06-11Fix merge error in 908b696, removed files were accidentally added back.Brecht Van Lommel
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-10-11Fix warnings and remove casts by adding copy_vx_vx_uchar() functions.Brecht Van Lommel
2015-05-07Fix T44598: blender internal not giving same result on repeated texture bakes.Brecht Van Lommel
2015-03-17Fix T44028: Vertex Colors Baking errorSergey Sharybin
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-13Fix T42590 baking bakes to duplicated objects too.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-26Code cleanup: use 'const' for arrays (render)Campbell Barton
2014-03-19Fix T39233: Face assigned textures bake too brightSergey Sharybin
2014-01-09Fix T38062: normal map baking gave randomly values 127 or 128 in flat areas.Brecht Van Lommel
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-10-17Fix #37123: UV editor view does not update when using large facesSergey Sharybin
2013-10-16style cleanupCampbell Barton
2013-10-10Bake vertex colors should include vertex color alpha as well.Antony Riakiotakis
2013-10-10Support for baking vertex colors to textures.Antony Riakiotakis
2013-10-09Derivative map bakerSergey Sharybin
2013-09-20Clear color to gray when baking displacement mapSergey Sharybin
2013-09-20Fix for margin which didn't work properly with normalized displacement bakingSergey Sharybin
2013-09-20Fix for displacement bake buffer might be allocated twiceSergey Sharybin
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-04-24fix relating to r56260, when in vertex paint mode the mesh would have tessfac...Campbell Barton
2013-04-24fix glitch where vertex baking wouldn't always refresh the mesh.Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-02-20Fix visible seams on normal map bake due to clear colour being black:Antony Riakiotakis
2013-02-08fix for error in own recent commit, null check before assignment.Campbell Barton
2013-02-06fix [#34125] Crash when bake margin = 0Campbell Barton
2013-02-05remove stringify macro from alloc'sCampbell Barton
2013-02-05fix [#34105] bake artifactsCampbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-24style cleanup: bakeCampbell Barton
2013-01-23Code cleanup: move render baking code into own file.Brecht Van Lommel