Blender
V3.3
|
#include "intern/builder/deg_builder_stack.h"
#include <iomanip>
#include <ios>
#include <iostream>
#include "BKE_idtype.h"
#include "DNA_ID.h"
#include "DNA_action_types.h"
#include "DNA_constraint_types.h"
#include "DNA_modifier_types.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::deg | |
Variables | |
constexpr int | blender::deg::kColumnSpacing = 4 |
constexpr int | blender::deg::kPrintDepthWidth = 5 + kColumnSpacing |
constexpr int | blender::deg::kPrintTypeWidth = 21 + kColumnSpacing |