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
2017-04-01Cleanup: styleCampbell Barton
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-10Fix T47690: Connected PET w/ individual originsCampbell Barton
2017-03-08OpenGL Select: integer rect for passing regionCampbell Barton
2017-03-07Once more T50565: Allow using planar constraints for scale manipulatorJulian Eisel
2017-03-02Fix weird "use_planar_constraint" button in redo panelJulian Eisel
2017-03-02Fix another part of T50565: Planar constraints were always initialized to acc...Sergey Sharybin
2017-02-26Fix unreported bug: Ensure you have the correct array directory even after th...Germano Cavalcante
2017-02-14`BKE_boundbox_ensure_minimum_dimensions` is no longer necessaryGermano Cavalcante
2017-02-14transform_snap_object: Remove `do_bb` parameter. It is always trueGermano Cavalcante
2017-02-06fix T50602: Avoid crash when executing `transform_snap_context_project_view3d...Germano Cavalcante
2017-02-05fix T50592: Scene.raycast not workingGermano Cavalcante
2017-02-04Fix (unreported) crash in new snap code.Bastien Montagne
2017-02-04Snap System: Use callbaks to differentiate how referenced vertives of Derived...Germano Cavalcante
2017-02-04Remove flag: `SNAP_OBJECT_USE_CACHE` from snap_contextGermano Cavalcante
2017-02-03fix T46892: snap to closest point now works with Individual OriginsGermano Cavalcante
2017-02-03Forgotten in committee ddf99214dc06Germano Cavalcante
2017-02-03fix T49494: snap_align_rotation should use a local pivot to make the transfor...Germano Cavalcante
2017-02-01Snap System: BVH: Ignore calculations, in parent nodes, used only in perspect...Germano Cavalcante
2017-01-31Snap System: Invert the test order of the elements to snap (useful for ruler)Germano Cavalcante
2017-01-31Fix variable shadow and avoid calculating same value twiceSergey Sharybin
2017-01-31Fix bug not reported: Ruler/Protractor: Snap to vertices and edges was not co...Germano Cavalcante
2017-01-31Snap System: Return depth by snapping to edges and vertices, because the Rule...Germano Cavalcante
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-31Fix T49632: Grease pencil in "Edit Strokes" mode: Snap tool did not snap poin...Germano Cavalcante
2017-01-30Cleanup: Unused function and and variables in snap codeSergey Sharybin
2017-01-30Snap System: BVH: ignore AABBs behind rayGermano Cavalcante
2017-01-30Fix unreported bug: parameter ray_start repeatedGermano Cavalcante
2017-01-30Solve compilation error: Field has incomplete type 'enum eViewProj'Germano Cavalcante
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante
2017-01-29New math_geom function `isect_ray_aabb_v3_simple`Germano Cavalcante
2017-01-29Rename func `set_SnapData` to `snap_data_set`Germano Cavalcante
2017-01-29fix T50486: Don't always do the `ray_start_correction` in the ortho viewGermano Cavalcante
2017-01-29Remove struct `PreDefProject` and store all immutable parameters within the n...Germano Cavalcante
2017-01-27Snap Functions: Remove the use of the function 'BLI_bvhtree_find_nearest_to_r...Germano Cavalcante
2017-01-18Transform manipulator: Allow first clicking Shift before selecting axisSergey Sharybin
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-12-16Make Shift+LMB on transform manipulator configurableJulian Eisel
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-12-01Compiler warning fixJoshua Leung
2016-11-16Fix T50026: "Only Insert Needed" doesn't work when using Trackball rotationJoshua Leung
2016-11-15Fix T50022: "Mirror" in Dopesheet Crashes BlenderJulian Eisel
2016-10-01[Fix unreported bug] Snap align with normal was not working in derivade meshGermano Cavalcante
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-08-02Fix T48998: 'header input' of rotation transform was clamped in [-PI, PI[ range.Bastien Montagne
2016-07-31Cleanup: rename btree (incorrect & confusing)Campbell Barton
2016-07-29Fix T48679: Bone transform only alters between translation and rotationSergey Sharybin
2016-07-29Missing free for single-sided edge-slide failureCampbell Barton