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-07-27Merge remote-tracking branch 'origin/blender2.8' into udimtemp-udim-imagesLukas Stockner
2018-07-24Fix incorrect object visibility test in baking.Brecht Van Lommel
2018-06-15UDIM Refactor: Store tiles in a linked list, access by position instead of indexLukas Stockner
2018-06-12Add per-tile struct to Image to track the status of every tileLukas Stockner
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Bastien Montagne
2018-06-01Cleanup: some more G.main removal from editor code.Bastien Montagne
2018-05-23Cycles/Render API: changes for better copy-on-write support.Sergey Sharybin
2018-04-26Workspaces: active view layer now always comes from workspace, not scene.Brecht Van Lommel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2018-02-08Merge branch 'master' into blender2.8Campbell Barton
2018-02-08Fail gracefully when editmode data doesn't existCampbell Barton
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-09-13Merge branch 'master' into blender2.8Campbell Barton
2017-09-12Fix T52573: Cycles baking artifactsSergey Sharybin
2017-08-24Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-08-24Cycles Bake: Fix overflow when using hundreds of imagesDalai Felinto
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-30Fix T49570: Cycles baking can't handle materials with no imagesDalai Felinto
2017-05-30Baking: Add logic to get material from API regardless of Mesh/Object ownershipDalai Felinto
2017-05-16Merge branch 'master' into blender2.8Campbell Barton
2017-05-15Fix T51501: Cycles baking cancel affects baking scriptDalai Felinto
2017-04-25Cycles: Use depsgraph instead of layersDalai Felinto
2017-02-28Fix/workaround T48549: Crash baking high-to-low-poly normal map in cyclesSergey Sharybin
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-14Cleanup: bracesSergey Sharybin
2016-02-14Fix T45606: cycles multires tangent space normal map bake issues.Brecht Van Lommel
2016-02-06Fix T47320: Cycles baking in edit mode uses outdated mesh.Brecht Van Lommel
2016-01-19Usual i18n/UI messages tweaks.Bastien Montagne
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2016-01-04Cycles-Bake: Unset properties fallback only working for invokeDalai Felinto
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton