Blender V4.3
depsgraph_relation.hh File Reference
#include "MEM_guardedalloc.h"

Go to the source code of this file.

Classes

struct  blender::deg::Relation
 

Namespaces

namespace  blender
 
namespace  blender::deg
 

Enumerations

enum  blender::deg::RelationFlag {
  blender::deg::RELATION_FLAG_CYCLIC = (1 << 0) , blender::deg::RELATION_FLAG_NO_FLUSH = (1 << 1) , blender::deg::RELATION_FLAG_FLUSH_USER_EDIT_ONLY = (1 << 2) , blender::deg::RELATION_FLAG_GODMODE = (1 << 4) ,
  blender::deg::RELATION_CHECK_BEFORE_ADD = (1 << 5) , blender::deg::RELATION_NO_VISIBILITY_CHANGE = (1 << 6)
}