Merge branch 'blender-v2.83-release'

This commit is contained in:
Bastien Montagne 2020-06-02 10:33:26 +02:00
commit ea516bed72
1 changed files with 1 additions and 1 deletions

View File

@ -2889,7 +2889,7 @@ void DepsgraphRelationBuilder::build_driver_relations(IDNode *id_node)
DriverGroupMap driver_groups;
LISTBASE_FOREACH (FCurve *, fcu, &adt->drivers) {
if (fcu->rna_path == NULL) {
if (fcu->rna_path == nullptr) {
continue;
}
// Get the RNA path except the part after the last dot.