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-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
2018-04-23Static Overrides: disable animated check for now.Bastien Montagne
2018-04-20More debug timing info from main RNA diffing func.Bastien Montagne
2018-04-20Static overrides optimization: 30% quicker.Bastien Montagne
2018-04-17Update/improve handling of 'overridable' status of properties.Bastien Montagne
2018-04-17Merge branch 'master' into blender2.8Bastien Montagne
2018-04-17Fix (unreported) RNA sometimes trying to get named sub-props from non-Group I...Bastien Montagne
2018-04-10Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-10Fix T54423: Messages from RNA_property_editable_info() were not translatable.Bastien Montagne
2018-03-23RNA comparison/override: better control over property processing.Bastien Montagne
2018-03-16Some more minor cleanups.Bastien Montagne
2018-03-15Minor cleanup & commenting.Bastien Montagne
2018-03-14Cleanup: use flags instead of collection of bools to get RNA override status.Bastien Montagne
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton