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-17Merge branch 'blender2.8' into temp-unified-collectionstemp-unified-collectionsBrecht Van Lommel
2018-05-17Cleanup: move unneeded struct out of DNA.Brecht Van Lommel
2018-05-17Outliner: add ID type filter option for Blender File and Orphaned Data.Brecht Van Lommel
2018-05-17Outliner: move filter menu to the left in header.Brecht Van Lommel
2018-05-17Outliner: in Blender File, use upper case names and icons.Brecht Van Lommel
2018-05-17Outliner: rename Data-Blocks to Data API, to make clear it's low level stuff.Brecht Van Lommel
2018-05-17Modifiers: ported Particle Instance DerivedMesh → MeshSybren A. Stüvel
2018-05-17Particle System: fixed dupliobject drawing by getting time from depsgraphSybren A. Stüvel
2018-05-17Fix menu navigation and modal tools affecting the active region.Brecht Van Lommel
2018-05-17Armature: Fix non working Wireframe option on bones.Clément Foucault
2018-05-17T55090: Proxy bones were not selectableJeroen Bakker
2018-05-17Cleanup: Use `ED_view3d_win_to_ray_ex` to get the ray and remove unused param...Germano
2018-05-17Transform: Use `isect_ray_seg_v3` instead `dist_squared_ray_to_seg_v3` in the...Germano
2018-05-17BLI_math_geom: Separate the `isect_ray_seg_v3` from `dist_squared_ray_to_seg_...Germano
2018-05-17Transform: Fix bugs for the latest changes to the snap system.Germano
2018-05-17EEVEE Scene: Set all variable as overridableDalai Felinto
2018-05-17Remove ViewLayer settings - cleanup 2/2Dalai Felinto
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-17Layer unittest: Disable the override testsDalai 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-16Tool System: pass space type when setting toolCampbell Barton
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-16Eevee: Fix missing Ambient Occlusion node in add node menu.Clément Foucault
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-16Popover for snapping settingsPablo Vazquez
2018-05-16Multi-Object-Mode: EditMesh Tool Bevel (MESH_OT_bevel)milios