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
path: root/source
AgeCommit message (Expand)Author
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-08BLI_math: add normalize functions which fit to a lengthCampbell Barton
2016-07-08Cleanup: spellingCampbell Barton
2016-07-07Make use of new 'idtype can use idtype' check (in ID usages code, and ID rema...Bastien Montagne
2016-07-07libquery: add new 'BKE_library_idtype_can_use_idtype()' helper.Bastien Montagne
2016-07-07Cleanup/fix animsys 'id_type_can_have_animdata()'.Bastien Montagne
2016-07-07Extend libquery checks to test wether an ID is used locally and/or indirectly.Bastien Montagne
2016-07-07Fix T48793: Bilinear filter clamps at edge pixelsCampbell Barton
2016-07-07Fix single threaded compositor defineCampbell Barton
2016-07-07Quiet gcc warning-as-error about non-const pointer passed to const parameter.Bastien Montagne
2016-07-07Fix T48802 Unwrap buttons, can't add hotkey in 3DView's UV Unwrap menu.Bastien Montagne
2016-07-07RNA: rename sorting -> sortCampbell 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 (unreported) crash when remapping armatures.Bastien Montagne
2016-07-07Outliner: Match search length w/ id name lengthCampbell Barton
2016-07-07writefile: call undo flush after writing the windowmanagerCampbell Barton
2016-07-07Cleanup: move write flush into its own functionCampbell Barton
2016-07-07Fix memory leak switching sculpt mode + dyntopoCampbell Barton
2016-07-07Transform Snap: fix vert & edit object in ortho viewGermano Cavalcante
2016-07-06Revert rB961ebfa8c40b9909 - do not set Main's versions directly in do_version...Bastien Montagne
2016-07-06Fix Python API error message (do_unlink, instead of unlink)Dalai Felinto
2016-07-06writefile: add flushesCampbell Barton
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-07-06Fix memleak with recent Outliner writefile changes.Bastien Montagne
2016-07-06Cleanup/simplify/fixes BKE_object_is_libdata and BKE_object_obdata_is_libdata.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-06writefile: simplify outliner treestore workaroundCampbell Barton
2016-07-06Cleanup: redundant 4th index in sculpt PBVHCampbell Barton
2016-07-06Dyntopo: optimize edge collapsingCampbell Barton
2016-07-06Cleanup: group dyntopo utility functionsCampbell Barton
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-05Render border: skip unnecessary uncropping if the border covers the entire im...Brecht Van Lommel
2016-07-05Render border: make it work together with with cache result / save buffers / ...Brecht Van Lommel
2016-07-05Dyntopo: missing PBVH update collapsing an edgeCampbell Barton
2016-07-05Dyntopo: avoid redundant vector copyCampbell Barton
2016-07-05Dyntopo: inline lookups, remove type checkCampbell Barton
2016-07-05Dyntopo: use inline iteratorsCampbell Barton
2016-07-05Dyntopo: compare masks when collapsingCampbell Barton
2016-07-05Dyntopo: verify had over zealous assertsCampbell Barton
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel