Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
3DSinghVFX committed Dec 13, 2023
1 parent 040aa31 commit bb52b37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion animation_nodes/nodes/mesh/insert_custom_attribute.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import bpy
from bpy.props import *
from ... math import Vector
from . c_utils import createEdgeIndices
from ... base_types import AnimationNode, VectorizedSocket
from ... data_structures import (
Color,
Expand Down
1 change: 0 additions & 1 deletion animation_nodes/nodes/mesh/set_custom_attribute.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import bpy
from bpy.props import *
from ... math import Vector
from . c_utils import createEdgeIndices
from ... base_types import AnimationNode, VectorizedSocket
from ... data_structures import (
Color,
Expand Down

0 comments on commit bb52b37

Please sign in to comment.