Skip to content

Commit e0aea64

Browse files
author
andrewtliew
committed
- Removed metadata.
1 parent 6566589 commit e0aea64

File tree

19 files changed

+0
-114
lines changed

19 files changed

+0
-114
lines changed

src/compas_blender/inspectors/meshinspector.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'MeshInspector',
159
]

src/compas_blender/inspectors/networkinspector.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'NetworkInspector',
159
]

src/compas_blender/modifiers/edgemodifier.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'EdgeModifier'
159
]

src/compas_blender/modifiers/facemodifier.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'FaceModifier',
159
]

src/compas_blender/modifiers/modifier.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'Modifier',
159
]

src/compas_blender/modifiers/vertexmodifier.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'VertexModifier'
159
]

src/compas_blender/selectors/edgeselector.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'EdgeSelector',
159
]

src/compas_blender/selectors/faceselector.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'FaceSelector',
159
]

src/compas_blender/selectors/vertexselector.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'VertexSelector',
159
]

src/compas_blender/ui/bui.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
from __future__ import print_function
55

66

7-
__author__ = ['Andrew Liew <[email protected]>']
8-
__copyright__ = 'Copyright 2018, Block Research Group - ETH Zurich'
9-
__license__ = 'MIT License'
10-
__email__ = '[email protected]'
11-
12-
137
__all__ = [
148
'Bui',
159
]

0 commit comments

Comments
 (0)