Revision b64ae92 by Germano Cavalcante July 23, 2020, 11:41 (GMT) |
Revision 65aba4f by Germano Cavalcante July 23, 2020, 11:37 (GMT) |
Revision 634585a by Jacques Lucke July 23, 2020, 10:09 (GMT) |
Simulation: add depsgraph relations for ids referenced by node tree I'll really have to refactor `ntreeUpdateTree` soon to avoid scanning all node trees multiple times. |
Revision 6596891 by Bastien Montagne July 23, 2020, 09:45 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision bfeff73 by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Add reset operations to the outliner menu. |
Revision 60b80ce by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Add core functions to reset a library override. This means that we delete all override properties except for those over ID pointers *if* the assigned pointer matches the linked data hierarchy. Then we reload affected datablocks. |
Revision 79440c3 by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Store RNA prop type in override properties. Storing this info will help with dealing with reset operations and the like (as we do not want to reset overrides of ID pointers essentially). |
Revision fa21ba0 by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Outliner override creation: Better checks. Enhance checks for which ID is valid for the override creation operation. |
Revision d998258 by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Make `ID_IS_OVERRIDABLE_LIBRARY` macro more correct. |
Revision ef17e7e by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Move override operations into own section of the ID outliner menu. Also cleanup naming in outliner's override callbacks. |
Revision 85157e7 by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Fix missing ID update tag in `BKE_lib_override_library_update`. |
Revision ad602a3 by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: change runtime data into a real struct. Needed for upcoming changes. |
Revision c8653e5 by Bastien Montagne July 23, 2020, 09:33 (GMT) |
LibOverride: Optimize/fix new generic 'relation-based' make override code. This commit mostly avoids following 'loop back' ID pointers, since those should never define an actual relationship. |
Revision 8a5da94 by Campbell Barton July 23, 2020, 08:43 (GMT) |
Fix error in 'preferences.copy_prev' checking for the last version The check to avoid updating between major releases prevented 2.90 files being copied to 2.91 |
Revision 944df0c by Jacques Lucke July 23, 2020, 08:39 (GMT) |
Cleanup: remove incorrect comment |
Revision 62e5378 by Campbell Barton July 23, 2020, 07:35 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 6700240 by Campbell Barton July 23, 2020, 07:24 (GMT) |
Fix T79162: 'prop_search' includes ID prefix in string properties Regression from d6cefef98f87a This also fixes an unreported issue where finding an exact match wasn't being detected for items that contained an ID prefix. |
Revision 8438ef4 by Campbell Barton July 23, 2020, 04:04 (GMT) |
Cleanup: update comments, remove disabled code |
Revision 19afb0e by Campbell Barton July 23, 2020, 03:59 (GMT) |
Cleanup: remove redundant static variable use This hasn't been needed since Python 3.7x. |
Revision 797820f by Campbell Barton July 23, 2020, 02:39 (GMT) |
Cleanup: replace wchar_t with char32_t 3D text accent input |
|
|
|


Master Commits
MiikaHweb | 2003-2021