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
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: replace UI draw callbacks w/ property pollCampbell Barton
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-20Cleanup: remove last DM usages from datatransfer code.Bastien Montagne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Fix crash accessing enums without a contextCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-25TexFace removal part 3Campbell Barton
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-09-02Fix T45991: Transfer Weight tool UI is inconsistent and crashes blender.Bastien Montagne
2015-08-07Data Transfer operator: Add a 'freeze' setting to prevent operator from re-ru...Bastien Montagne
2015-07-13Data Transfer: Add an option to 'auto-transform' destination mesh so that it ...Bastien Montagne
2015-06-16Fix T45088: Wrong tooltip for 'Object Transform' option of transfer data.Bastien Montagne
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-04Fix possible crash with datatransfer operator when source object was hidden.Bastien Montagne
2015-03-10Fix crash in mesh data transferCampbell Barton
2015-02-05Add Custom Loop Normals to Data Transfer.Bastien Montagne
2015-01-17Fix T43283: Crash on undo/redo/ and save/reload after (new) weight transfer.Bastien Montagne
2015-01-14Transfer Data: resurrect fake AND/OR when transferring 'boolean' values like ...Bastien Montagne
2015-01-13Fix UI messages (own stupidness even :/ ).Bastien Montagne
2015-01-12Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same...Bastien Montagne
2015-01-11Data transfer: make operator able to work 'reversed' (i.e. transfer from sele...Bastien Montagne
2015-01-10cleanup: style & warningsCampbell Barton
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-09Transfer Data: add main core code and operators.Bastien Montagne