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-10-30Complementary fix for rB8054372: Follow the common naming scheme byLukas Tönne
2014-10-30Fix negate_m3 (taking 4x4 matrix)Campbell Barton
2014-09-19Fix T40751 preview image not generated after baking.Antony Riakiotakis
2014-08-31Bake-API: more MEM_callocN replacements by MEM_mallocNDalai Felinto
2014-08-28Bake-API: silencing warnings (and fixing a potential memory-access crash)Dalai Felinto
2014-08-27Bake-API: fix potential error for non square imagesDalai Felinto
2014-08-06Add some missng casts to the size_tSergey Sharybin
2014-08-01Bake-API: cleanup - missing (size_t) promotionDalai Felinto
2014-07-31Bake-API: use size_t instead of width, heightDalai Felinto
2014-07-27T41196: Python call of bake operator cause Blender CrashDalai Felinto
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-17Bake-API: progress (bar) workingDalai Felinto
2014-06-22Code cleanup: styleCampbell Barton
2014-06-19Bake-API: small cleanup to prevent unfreed memory when there are baking errorsDalai Felinto
2014-06-19Bake-API: fix for non-NORMAL maps baking black when using cageDalai Felinto
2014-06-19Fix T4068787 Cycles Bake Selected To Active From Non-Mesh Object Fails With E...Dalai Felinto
2014-06-17Bake-API: allow custom UV to be bakedDalai Felinto
2014-06-13Bake-API: increase cage extrusion/ray distance limitDalai Felinto
2014-06-13Bake-API: handle objects with no faces (fix T40601)Dalai Felinto
2014-06-12Bake-API: Set Custom Cage to be Cage ObjectDalai Felinto
2014-06-11Bake-API: new approach for cageDalai Felinto
2014-06-11correction from last commitDalai Felinto
2014-06-11Bake-API: removal of unecessary UV tests, as suggested by Campbell BartonDalai Felinto
2014-06-06Code cleanup: styleCampbell Barton
2014-06-03Bake-API small cleanupDalai Felinto
2014-06-03Fix T40476 - Baking multiple selected objects in Cycles final resultDalai Felinto
2014-06-03Bake-API prevent baking for engines that dont support the baking APIDalai Felinto
2014-05-30Bake-API: Support for batch bakingDalai Felinto
2014-05-29Proper fix T40156 Cycles Baking and applyRotation issuesDalai Felinto
2014-05-26Usual UI messages tweaks.Bastien Montagne
2014-05-23Bake-API: shows the baked image in the biggest SpaceImage around (just like B...Dalai Felinto
2014-05-23CleanupCampbell Barton
2014-05-23Bake-API: relaxing in the check for scale uniformityDalai Felinto
2014-05-22Bake-API: throws error if highpoly object(s) doesn't have uniform scale (fix ...Dalai Felinto
2014-05-22Bake-API: throws error if there is no UVDalai Felinto
2014-05-21Bake API: partial fix T40156 (applyRotation issues)Dalai Felinto
2014-05-13More UI messages fixes and tweaks.Bastien Montagne
2014-05-13Usual typo and style fixes in UI messages...Bastien Montagne
2014-05-09Revert "Fix wrong job type used in cycles bake operator, could cause crashes."Dalai Felinto
2014-05-09Bake API: reports were used after being freed leading to random crashes (fix ...Dalai Felinto
2014-05-09Fix wrong job type used in cycles bake operator, could cause crashes.Brecht Van Lommel
2014-05-09Bake API: small change, forcing Render to not have reportsDalai Felinto
2014-05-09Bake API: renaming WM_JOB_RENDER_BAKE to WM_JOB_OBJECT_BAKE and use it consis...Dalai Felinto
2014-05-07Bake API: force opengl reload and mipmap recalc (fix T40055)Dalai Felinto
2014-05-07Bake API: fix T40054 - baked image update on uv/imag editor for linear/float/...Dalai Felinto
2014-05-06Fix T40048: Cycles bake crashes Blender [when there is no image]Dalai Felinto
2014-05-03Code cleanup: styleCampbell Barton
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto