Cleanup: Code formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user