Cleanup: Code formatting

This commit is contained in:
Jeroen Bakker
2023-08-15 07:43:03 +02:00
parent 8c5c5142d5
commit b3ca211bf4
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ namespace blender::ed::outliner {
class TreeElementGreasePencilNode final : public AbstractTreeElement {
blender::bke::greasepencil::TreeNode &node_;
public:
TreeElementGreasePencilNode(TreeElement &legacy_te, blender::bke::greasepencil::TreeNode &node);

View File

@@ -51,7 +51,7 @@ void TreeElementPoseBase::expand(SpaceOutliner &space_outliner) const
LISTBASE_FOREACH (bConstraint *, con, &pchan->constraints) {
ConstraintElementCreateData con_data = {&object_, con};
outliner_add_element(
&space_outliner, &tenla1->subtree, &con_data, tenla1, TSE_CONSTRAINT, const_index);
/* possible add all other types links? */