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-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
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-16Popover for Pivot Point in top barPablo Vazquez
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
2018-05-15Cleanup: pass the use_depth parameter to the `SnapObjectParams` struct in the...Germano
2018-05-15BLI_kdopbvh: Reference clip_planes callback to find nearest projected.Germano
2018-05-15COW Fix: VIEW3D_OT_select_lasso now works for Pose Bones. Other modes untested.Joshua Leung
2018-05-15BLI_math: Added isect_point_planes_v3_negated function.Germano
2018-05-15Fix POST_OT_hide/revealJoshua Leung
2018-05-15Fix: POSE_OT_visual_transform_apply now works with Copy on WriteJoshua Leung
2018-05-15COW Fix: Muting constraints or changing influence did not properly refreshJoshua Leung
2018-05-15Remove G.main usageJoshua Leung
2018-05-15Copy on write: VIEW3D_OT_clear_render_border + rnaDalai Felinto
2018-05-15Copy on write: VIEW3D_OT_render_borderDalai Felinto
2018-05-15Cleanup: Pass `Snap Object Params * params` to` iter_snap_objects`.Germano
2018-05-15Fix Cycles and viewport outline mismatch due to changed sensor size.Brecht Van Lommel
2018-05-15Fix Cycles motion blur not working with CoW disabled.Brecht Van Lommel
2018-05-15Fix mistake in recent outliner rebuild change.Brecht Van Lommel
2018-05-15Merge branch 'master' into blender2.8Campbell Barton