Skip to content

Commit

Permalink
can be use right now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinc3r committed Oct 1, 2019
1 parent 100d71f commit 056e7a0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 742 deletions.
20 changes: 7 additions & 13 deletions polycount/__init__.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
bl_info = {
"name": "Nothing-is-3D tools",
"description": "Some scripts 3D realtime workflow oriented.",
"name": "Polycount",
"description": "Know about your scene polycount",
"author": "Vincent (V!nc3r) Lamy",
"category": "Object",
"wiki_url": 'https://github.com/Vinc3r/BlenderScripts',
"tracker_url": 'https://github.com/Vinc3r/BlenderScripts/issues',
"version": (1, 2, 0),
"category": "Scene",
"wiki_url": 'https://github.com/Vinc3r/Polycount/wiki',
"tracker_url": 'https://github.com/Vinc3r/Polycount/issues',
"version": (1, 0, 0),
"blender": (2, 80, 0)
}

"""A bunch of Thanks for some snippets, ideas, inspirations, to:
- of course, Ton & all Blender devs,
- Henri Hebeisen (henri-hebeisen.com), Pitiwazou (pitiwazou.com), Pistiwique (github.com/pistiwique),
- and finally all Blender community and the ones I forget.
"""

modulesNames = ['materials', 'meshes', 'polycount', 'selection_sets', 'uvs']
modulesNames = ['polycount', 'selection_sets']

modulesFullNames = []
for currentModuleName in modulesNames:
Expand Down
280 changes: 0 additions & 280 deletions polycount/materials.py

This file was deleted.

Loading

0 comments on commit 056e7a0

Please sign in to comment.