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-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-21Fix assert w/ multi-dimensional array printingCampbell Barton
2019-02-21Fix T61563: Info space prints matrices as flat tupleSebastian Parborg
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Fix incorrect sizeof use in rna array formattingCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-19RNA: re-enable update notifier flagsCampbell Barton
2018-11-15RNA: always allow fallback from defaultarray to defaultvalue.Alexander Gavrilov
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Paint: update shortcut detection for new logicCampbell Barton
2018-10-22Fix T56636: Custom property cannot be animatedSergey Sharybin
2018-10-19Make Static Override optional/hidden by default.Bastien Montagne
2018-10-17RNA: disable notifiers from property updatesCampbell Barton
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-07-26Merge branch 'master' into blender2.8Campbell Barton
2018-07-26Cleanup: Use const argumentCampbell Barton
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-28Static Override: RNA apply code: pass extra 'item_ptr' to apply callbacks.Bastien Montagne
2018-06-28RNA path: add way to get both valid ptr/prop pair, and final item ptr.Bastien Montagne
2018-06-28Proper fix for RNA path evaluation of collection items.Bastien Montagne
2018-06-28RNA_access: path parsing: fix broken code for collections.Bastien Montagne
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-05RNA/Override: Move override-related property flags to own variable.Bastien Montagne
2018-05-28RNA: re-enable property notifiersCampbell Barton
2018-05-24Depsgraph: tag depsgraph for copy-on-write flush when RNA changesDalai Felinto
2018-05-23Revert "Depsgraph: refresh RNA that doesn't need a full rebuild"Joshua Leung
2018-05-23Depsgraph: refresh RNA that doesn't need a full rebuildCampbell Barton
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-05-09Rename: RNA_property_override_status > RNA_property_static_override_statusDalai Felinto
2018-05-02Static Override: add insertion for modifiers and one constraints, fix editing...Bastien Montagne
2018-05-02Static override: Add basic two-passes system needed for apply insert op.Bastien Montagne
2018-05-01Fix previous commit, sorry about that :/Bastien Montagne
2018-05-01Static override: rename highly confusing var name in apply code.Bastien Montagne
2018-04-23stylecode cleanupBastien Montagne