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
2017-12-05Types are to have explicit forward declarationSergey Sharybin
2017-12-05Fix T53469: Make sure that edges are drawn in the backbuff whenever you are l...Germano
2017-12-05Fix for typo in previous commitJoshua Leung
2017-12-05Simplify UI-names for B-Bone Ease In/Out settingsJoshua Leung
2017-12-05Version patching fixes for F-Curves (as required for fixes for T48988 and T52...Joshua Leung
2017-12-05Added BKE_fcurves_main_cb(), a wrapper around BKE_animdata_main_cb to make it...Joshua Leung
2017-12-05Cleanup/Style Tweaks to fit rest of codeJoshua Leung
2017-12-04Fix T53463: Rotation numerical input shows instable behaviour.Bastien Montagne
2017-12-04Depsgraph: Cleanup, indentationSergey Sharybin
2017-12-04Better bevel profile at extreme values of profile.Howard Trickey
2017-12-04RNA: Use const qualifier for an utility functionSergey Sharybin
2017-12-04Depsgraph: Add parameters nodes for bone custom propertiesSergey Sharybin
2017-12-04Edit Mesh Selection: Draw the backbuff of edge selection only when requestedGermano
2017-12-04Depsgraph: Cleanup, move RNA key constructor to it's fileSergey Sharybin
2017-12-04Depsgraph: Cleanup, don't use bracers in relations namesSergey Sharybin
2017-12-04Depsgraph: Cleanup, node from RNA pointer searchSergey Sharybin
2017-12-04Depsgraph: Remove unused property based update tagsSergey Sharybin
2017-12-04Cleanup: link/append: get rid of booleans in func parameters.Bastien Montagne
2017-12-04Cleanup: wrap long function args in seqeffectsCampbell Barton
2017-12-04Cleanup: styleCampbell Barton
2017-12-02BLI_ghash: Description of GHash, GSetCampbell Barton
2017-11-30Removing OMP: legacy ccgsubsurf.Bastien Montagne
2017-11-30Transform: Use single flag with more meaningful name to prevent snapping to a...Sergey Sharybin
2017-11-30Transform: Remove some legacy code about snapping in particle edit modeSergey Sharybin
2017-11-30Depsgraph: More full explanation for previous commitSergey Sharybin
2017-11-30Depsgraph: Fix DEG_id_type_tag commentDalai Felinto
2017-11-30Haiku OS SupportCampbell Barton
2017-11-30Fix T53410: 3D Text always recalculatedCampbell Barton
2017-11-30Select similar for bones by group indexCampbell Barton
2017-11-29Fix T53116: default texture coordinates for volume materials are blank.José Luis Oliveira Cunha
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-11-29Fix paint float color blending bugs with alpha 1.0 and vivid light.Brecht Van Lommel
2017-11-29Depsgraph: Cleanup, use explicit NULL pointer checksSergey Sharybin
2017-11-29Cleanup: De-duplicate code in object update routinesSergey Sharybin
2017-11-29Cleanup: Split depsgraph uber transform function callbackSergey Sharybin
2017-11-29Cleanup: Remove unused argumentSergey Sharybin
2017-11-29Cleanup: Make object_handle_update easier to followSergey Sharybin
2017-11-29Cleanup: Remove unused functionSergey Sharybin
2017-11-29Transform: Avoid use of ob->recalc in snapping codeSergey Sharybin
2017-11-29Depsgraph: Fix assert failureSergey Sharybin
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-11-29PyAPI: add function to check any mathutils typeCampbell Barton
2017-11-29RNA: sync API changes from 2.8Campbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-29PyAPI: PyC_Err_PrintWithFunc utility functionCampbell Barton
2017-11-28Cleanup (remove commented OMP directive).Bastien Montagne
2017-11-28Removing OMP: BKE's tracking_stabilize.Bastien Montagne
2017-11-28makesdna/makesrna: silence output by defaultCampbell Barton
2017-11-27Fix T53145: bevel tool does not start with amount at zero.Brecht Van Lommel
2017-11-27Cleanup: indentationSergey Sharybin