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-12-03Subdiv: Set edge render flags according to Optimal DisplaySergey Sharybin
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-12-03Fix T57858: Add validation callback to CustomData layers.Bastien Montagne
2018-12-03Cleanup: Use BLI's is_finite_v helpers instead of manualy checking each item.Bastien Montagne
2018-12-03Data Transfer Modifier: fix mesh_get_eval_final usage.Alexander Gavrilov
2018-12-03Depsgraph: assert that mesh_get_eval_final/deform aren't used in eval.Alexander Gavrilov
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-02Cleanup: BKE b-bone API namingCampbell Barton
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-02Cleanup: BKE_effect.h namingCampbell Barton
2018-12-02Optimize ghash usageCampbell Barton
2018-12-01Fix T58433: Limit Distance constraint distance not auto-computed.Alexander Gavrilov
2018-12-01Fix T58412: in weight paint + pose mode certain armature operations crash.Alexander Gavrilov
2018-12-01Fix more cases of evaluated mesh being built for non-COW objects.Alexander Gavrilov
2018-12-01Fix usage of mesh_get_eval_final in vertex selection.Alexander Gavrilov
2018-12-01Texture Paint: avoid rebuilding evaluated mesh on first stroke.Alexander Gavrilov
2018-12-01Cleanup: redundant NULL checksCampbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-11-30Fix T58235: broken baking of tangent space normals.Brecht Van Lommel
2018-11-30StudioLight: Add a 4th light to adjust lightingClément Foucault
2018-11-30Studiolight: Fix bad memcpy sizeClément Foucault
2018-11-30Workbench: Add Shadow Focus and change Shadow OrientationClément Foucault
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: ensure '_END' macros end with a semicolonCampbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-29Workbench: Add back studio lighting presetsClément Foucault
2018-11-29Workbench: Rename orientation to type and Camera studio light to StudioClément Foucault
2018-11-29Bump version to 2.80 beta.Brecht Van Lommel
2018-11-29Fix T57878: 2.8 Opening project in Blender Crashes.Bastien Montagne
2018-11-29Fix paint initialization, incorrect pointer checksCampbell Barton
2018-11-29Debug: Assert to ensure layer iterator uses a 3D viewCampbell Barton
2018-11-29CMake: add missing filesCampbell Barton
2018-11-28Fix broken subdivision surface edit mode cage display.Brecht Van Lommel
2018-11-28Add Onion Skin support to AnnotationsAntonioya
2018-11-28Fix T56906: Mesh from Curve not working on curves beveled by curves.Bastien Montagne
2018-11-28Outliner/visibility: revert changes for now until we find better solutions.Brecht Van Lommel
2018-11-28Defaults: left click select is now the default.Brecht Van Lommel
2018-11-28Fix/workaround issues in pose and edit modeSergey Sharybin
2018-11-28Fix crash entering editmodeCampbell Barton
2018-11-28Per view-layer collection visibilityDalai Felinto
2018-11-28WM: avoid re-initializing tools while resizing areasCampbell Barton
2018-11-28Scene: 3D cursor rotation wasn't initializedCampbell Barton
2018-11-28Cleanup: styleCampbell Barton
2018-11-27Shrinkwrap: minor simplification of code.Bastien Montagne
2018-11-27Fix typos.Bastien Montagne
2018-11-27VGroup search: do not try to search for empty string.Bastien Montagne
2018-11-27RNA: expose access to B-Bone shape data from Python.Alexander Gavrilov
2018-11-27Revert "Fix texture space not updating in edit mode."Campbell Barton