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-11-25Local ViewDalai Felinto
2018-11-01UI: Rename "Cursor to Center" to "Cursor to World Origin"Pablo Vazquez
2018-10-10Fix for VIEW3D_OT_snap_selected_to_activeDalai Felinto
2018-09-04Fix T56679: Blender 2.8 crashes with bezier curve snap.Bastien Montagne
2018-09-04Fix T56675: Crash when snapping Cursor to selected a Bone in Edit Mode.Bastien Montagne
2018-09-02Cleanup: styleCampbell Barton
2018-08-31Fixup for multi-objects snap functionsDalai Felinto
2018-08-31Fix memleak on snap_curs_to_sel_exDalai Felinto
2018-08-31Multi-Objects: VIEW3D_OT_snap_selected_to_cursor by Habib GahbicheDalai Felinto
2018-08-28Cleanup: warningsCampbell Barton
2018-08-27Fix unreported: the gridview is no longer computed, so the snapping functions...mano-wii
2018-08-03Fix T55791: blender 2.8 crash on redoing 'snap to cursor' with Offset option ON.Bastien Montagne
2018-07-30Cleanup: trailing spaceCampbell Barton
2018-07-23Cleanup: comments and UI descriptions for cursor snappingInes Almeida
2018-07-14UI: More descriptive tooltipPablo Vazquez
2018-07-10Fix T55877: Crash snapping non-edit-mesh to gridCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-29Use correct time for curve parent evaluationDalai Felinto
2018-05-22COw operators: Fix VIEW3D_OT_snap_selected_to_gridInes Almeida
2018-05-22COW Operators: Fix VIEW3D_OT_snap_cursor_to _active _selected _center and _gridInes Almeida
2018-05-14Multi-Objects: VIEW3D_OT_snap_selected_to_gri by Leon EckardtdDalai Felinto
2018-05-12UI: move pivot to the topbarCampbell Barton
2018-05-08Orientation for 3D cursorCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: use eval_ctx for context/screen codeCampbell Barton
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
2016-07-15Correct error in snap commitCampbell Barton
2016-07-15Cleanup: rename snap varsCampbell Barton
2016-07-15Add "Snap Selection to Active" option in menuCampbell Barton
2015-12-01Cleanup: use more logical names for View3D.aroundCampbell Barton
2015-03-27Cleanup: view3d headersCampbell Barton
2015-03-04Fix for snap to cursor /w parents (object/pose)Campbell Barton
2015-03-04Snap: ignore unselected items, /w snap from activeCampbell Barton
2015-03-04Own error in recent commit (Snap active)Campbell Barton
2015-02-23Snap to Active: missing armature/pose/mball/curveCampbell Barton
2015-02-23Fix T43774: Snap to Cursor ignores active pivotCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-19Code Cleanup: move trans-verts out of snap code into their own file.Campbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-07-29rename term 'grid node' --> 'grid division' wtr snapping tips.Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton