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
2016-07-13Use BLI_bvhtree_walk_dfs for snappingCampbell Barton
2016-07-13Vertex/Weight Paint: Support view-selected on last-strokeCampbell Barton
2016-07-12Fix 48831, Step II: UI icon code was not able to update/generate 'auto ID ico...Bastien Montagne
2016-07-12Fix T48830: Outliner draw crash, missing NULL checkCampbell Barton
2016-07-11Fix T48812: Brush size invalid with HIDPICampbell Barton
2016-07-11Add missing bracesCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Add BKE_key_copy_ex() that takes a Main as parameter.Bastien Montagne
2016-07-09Refactor/enhance BKE_lattice_make_local(), and add BKE_lattice_copy_ex() that...Bastien Montagne
2016-07-09Refactor/enhance BKE_mball_make_local(), and add BKE_mball_copy_ex() that tak...Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-09Clear Transforms and DeltasJoshua Leung
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-08Refactor remapping's pre/post process of special cases.Bastien Montagne
2016-07-08BMesh: add decimate edit-mode toolCampbell Barton
2016-07-08Mesh/Curve Join: remove edit-mode toggleCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-08Cleanup: spellingCampbell Barton
2016-07-07Skip the ID part of object names when comparingCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-07Code Cleanup - Split out the FCurve auto-color code into a separate functionJoshua Leung
2016-07-07Fix T48747: Stuck in edit mode after selecting another object in the animatio...Joshua Leung
2016-07-07Fix: Keyframe click-selection threshold in Dopesheet was still hardcoded to 7pxJoshua Leung
2016-07-07Dopesheet: Added "Moving Hold" as a keyframe typeJoshua Leung
2016-07-07Animation Editors: Object datablocks are now sorted alphabetically by defaultJoshua Leung
2016-07-07Code Cleanup: Move out logic for checking if an object can be included in the...Joshua Leung
2016-07-07Dopesheet: Keyframe size can be adjusted as part of theme settingsJoshua Leung
2016-07-07NLA: Indicate position of action-local markers on stripsJoshua Leung
2016-07-07Fix memory leak switching sculpt mode + dyntopoCampbell Barton
2016-07-07Transform Snap: fix vert & edit object in ortho viewGermano Cavalcante
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-06Transform Snap: Replace pixel limit w/ 'dist_to_ray_sq'Germano Cavalcante
2016-07-05Render border: don't disable when drawing around the entire camera.Brecht Van Lommel
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-07-04Fix use of uninitialized variable introduced in fix for T48755.Brecht Van Lommel
2016-07-04Environment lighting for the GLSL modeAlexander Romanov
2016-07-02BMesh: utility function to resize bmesh elementsCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-02Cleanup: styleCampbell Barton
2016-07-01"Fix" crash when deleting linked object which has indirect usages.Bastien Montagne
2016-07-01Outliner: pass operator's reports to all operation callbacks.Bastien Montagne
2016-07-01Fix T48666: Segfault on boolean operation when exiting edit mode of instanced...Sergey Sharybin
2016-07-01UI: take zoom into account w/ curves widgetAlexander Gavrilov
2016-07-01Add wait cursor toggling dyntopoCampbell Barton
2016-07-01Sculpt: skip normal calculation entering dyntopoCampbell Barton
2016-07-01Enable dyntopo re-entering sculpt modeCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-30Fix T48728, part 2: Vertex colors not shown in texture modeSergey Sharybin
2016-06-30Transform Snap: Optimize edge-snap using BVH treeGermano Cavalcante