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-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-05-17Move Clay properties into sceneDalai Felinto
2018-05-17Move EEVEE properties into sceneDalai Felinto
2018-05-16Cleanup: BKE_bvhuitls: Use a struct rather than re-create each member of it.Germano
2018-05-16Fix crash when duplicating an object type mesh with raycast operation enabled.Germano
2018-05-16Cleanup: unused varsCampbell Barton
2018-05-16Static overrides: reduce the amount of instantiated objects when overriding a...Bastien Montagne
2018-05-16Armature: Fix T55068: Wireframe bones with custom shapes not working in objec...Clément Foucault
2018-05-16Armature: Cleanup: Remove unused function and use less silly wire drawing.Clément Foucault
2018-05-16Particle edit: Use proper modifier to get evaluated derived mesh fromSergey Sharybin
2018-05-16Particle edit: Fix disappearing child particles when toggling edit modeSergey Sharybin
2018-05-16Fix memleak with meshes having IDProps in modifier stack evaluation.Bastien Montagne
2018-05-16Fix again bloody locked proxy bones...Bastien Montagne
2018-05-16Armature: Fix T55070: Bones relationship lines are offsettedClément Foucault
2018-05-16GPUShader/DRW: Add Transform Feedback support.Clément Foucault
2018-05-16Eevee: Add support for Ambient Occlusion node.Clément Foucault
2018-05-16Eevee: Change normal buffer texture format for more precision.Clément Foucault
2018-05-16Shader Node Editor: Add Closure to RGB convertion node.Clément Foucault
2018-05-16Workbench: World based studio lightingJeroen Bakker
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-05-16Mesh: Set deformed_only=1 when copied mesh is from main librarySybren A. Stüvel
2018-05-16Particle System: use DEG to get current time in psys_get_particle_state()Sybren A. Stüvel
2018-05-16Particle System: Pass correct particle index when drawingSybren A. Stüvel
2018-05-16fix build error in last commit.Germano
2018-05-16Fix T55076: Hack around to break correct behavior of 2.8 and get back broken-...Bastien Montagne
2018-05-16Snap system: Adds support to Clip Planes and uses a clip plane to simulate oc...Germano
2018-05-16Fix T55097: Mesh Deformation modifier is ignoring Vgroup optionSybren A. Stüvel
2018-05-16Fix T55082: Add Paint Slots for texture painting not workingDalai Felinto
2018-05-16Multi-Object-Mode: EditMesh Tool Bevel (MESH_OT_bevel)milios
2018-05-16Reverted copying mesh->runtime.deformed_only in CDDM_from_mesh_exSybren A. Stüvel
2018-05-16Multi-Object-Editing: MESH_OT_faces_select_linked_flatLuc Revardel
2018-05-16Silence warning about functions having no prototypeMai Lavelle
2018-05-16Save 'deform_only' flag in Mesh.runtimeSybren A. Stüvel
2018-05-16Multi-Object-Editing: intersect boolean (MESH_OT_intersect_boolean)milios
2018-05-16Fix check for MESH_OT_intersectDalai Felinto
2018-05-16Multi-Object-Editing: intersect (MESH_OT_intersect)milios
2018-05-16Modifiers: Port mesh_calc_modifiers from DerivedMesh to MeshMai Lavelle
2018-05-16Add modifier_deformVerts_ensure_normals, modifier_applyModifier_ensure_normalsMai Lavelle
2018-05-16Add BKE_mesh_is_validMai Lavelle
2018-05-16Multi-Object-Editing: Weld Edges into Faces(MESH_OT_face_split_by_edges)milios
2018-05-16Particle system: get current time from depsgraphSybren A. Stüvel
2018-05-16Workbench: Read studiolights from USER + SYSTEM datafilesJeroen Bakker
2018-05-16Fix navigate widget w/ region overlapCampbell Barton
2018-05-16Fix visible region overlap calculationCampbell Barton
2018-05-15Transform: Snap: Make sure if bmesh arrays need to be recalculated.Germano
2018-05-15Scene raycast: The return index should indicate the polygon instead of the lo...Germano
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Workbench: send right event after shadow_shift changesJeroen Bakker
2018-05-15Revert "BLI_kdopbvh: Reference clip_planes callback to find nearest projected."Germano
2018-05-15Fix T55032: Redo w/ file saved in edit-mode failedCampbell Barton