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
2019-02-20WM: support dynamic keymap handlersCampbell Barton
2019-02-20RNA: use factor when appropriateWilliam Reynish
2019-02-20Cleanup: rename generic handler -> handler_baseCampbell Barton
2019-02-20Cleanup: simplify handler type conditionalCampbell Barton
2019-02-20Cleanup: rename wmEventHandler_* base -> headCampbell Barton
2019-02-20Cleanup: use iterator macros for event handlersCampbell Barton
2019-02-20BLI_listbase: add an iterator macro that supports removalCampbell Barton
2019-02-20EEVEE Shader comments: Explain why material gets darkened when using mix shaderDalai Felinto
2019-02-20Comment: clarify reason for using scale as sizeCampbell Barton
2019-02-20Cleanup: styleCampbell Barton
2019-02-19Fix T61696: Filepath buttons not accepting empty valuesDalai Felinto
2019-02-19Fix T61701: Orthographic Viewpoints Hidden GridSebastian Parborg
2019-02-19Fix T61274: duplicate current workspace makes the workspace menu disappear.Philipp Oeser
2019-02-19fix: Collada replace <polylist> export by <triangle> export for triangulated ...Gaia Clary
2019-02-19FCurves: Remember active fcurve when selecting other boneJacques Lucke
2019-02-19Fix T57583: Assert when moving object parented to curve vertexSergey Sharybin
2019-02-19Fix T61702: obmat used incorrectly when calculating constant detail sizeJacques Lucke
2019-02-19Fix T61690: Hidden curve vertices are drawn in edit-modeSebastian Parborg
2019-02-19Fix T61714, T61712: crash reloading images after recent changes.Brecht Van Lommel
2019-02-19Units: Fix some property subtypesVaishnav S
2019-02-19Fix T61683: Linking the instance of a collection crashes Blender.Bastien Montagne
2019-02-19Playanim: Fix heap use after free on exitSergey Sharybin
2019-02-19Fix T61594: Frame playback is blankSergey Sharybin
2019-02-19Cleanup: remove needless comment ;)Bastien Montagne
2019-02-19Cleanup: return specific handler typesCampbell Barton
2019-02-19Cleanup: remove unused default handler typeCampbell Barton
2019-02-19WM: move keymap handler to it's own typeCampbell Barton
2019-02-19WM: move dropbox handler to it's own typeCampbell Barton
2019-02-19WM: move operator handler to it's own typeCampbell Barton
2019-02-19WM: move UI handler to it's own typeCampbell Barton
2019-02-19WM: move gizmo handler to it's own typeCampbell Barton
2019-02-19WM: move wmEventHandler.type to a booleanCampbell Barton
2019-02-19Cleanup: rename parent_origin_eval to parent_display_originCampbell Barton
2019-02-19Fix edit-curve display for hidden handlesCampbell Barton
2019-02-19Cleanup: remove unused Object.smoothreshCampbell Barton
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-19DNA: rename Object.col -> colorCampbell Barton
2019-02-18Fix (unreported) broken-by-design code in depsgraph's `deg_backup_object_runt...Bastien Montagne
2019-02-18Fix Object bbox memleak in depsgraph code.Bastien Montagne
2019-02-18Cleanup some Object's bbox code.Bastien Montagne
2019-02-18Fix (unreported) wrong handling of some parameters combination in `bpy.data.u...Bastien Montagne
2019-02-18ID Management Py API: Fix (unreported) crash in some cases.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
2019-02-18BKE_main: FOREACH macros: fix shadowing 'i' variable.Bastien Montagne
2019-02-18BKE_main: make FOREACH new macros working when deleting some IDs.Bastien Montagne