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-02-22Cleanup: remove unused orig_nu from keyIndex ghash of editcurves.Bastien Montagne
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-21Fix Drawing nested box layouts (D2508)raa
2017-02-19Fix T50564: 3D view panning with scroll wheel inconsistent with dragging.Brecht Van Lommel
2017-02-17Fix T50614: Curve doesn't restore initial form after deleting all its shapekeysBastien Montagne
2017-02-15Fix T50542: Wrong metadata frame when using OpenGL renderSergey Sharybin
2017-02-15Motion blur investigation featureSergey Sharybin
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-13F-Curve normalization: Do proper curve min/max instead of handle min/maxSergey Sharybin
2017-02-10De-duplicate min/max calculation in F-Curve normalizationSergey Sharybin
2017-02-09Cleanup: Remove commented codeAaron Carlisle
2017-02-09Use a smaller cross icon for clearing search box contentsJoshua Leung
2017-02-09More tweaks to Normalisation options in Graph EditorJoshua Leung
2017-02-09Fix: GPencil delete operators did not respect color lockingJoshua Leung
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 T49860: Copying vgroups between objects sharing the same obdata was not p...Bastien Montagne
2017-02-03fix T49494: snap_align_rotation should use a local pivot to make the transfor...Germano Cavalcante
2017-02-02Fix T50084: Adding torus re-orders UV layers.Bastien Montagne
2017-02-02Fix T50497: prop_search not correctly drew in UI (D2473)raa
2017-02-01Fix T50570: pressing pgup or pgdn in any scrollable area irreversably alters ...Bastien Montagne
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-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
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-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
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-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2017-01-24Fix T50386: Crash when spawning pie menusJulian Eisel
2017-01-23Silence strict compiler warningsSergey Sharybin
2017-01-21Fix T49527: Blender stalls when changing armature ghosting range with stepsiz...Joshua Leung