Bundled missing Texture Browser icons in setup.py
This commit is contained in:
parent
40732e0487
commit
f454a99c4b
@ -1,6 +1,11 @@
|
|||||||
# Blender Cloud changelog
|
# Blender Cloud changelog
|
||||||
|
|
||||||
|
|
||||||
|
## Version 1.11.1 (2019-01-04)
|
||||||
|
|
||||||
|
- Bundled missing Texture Browser icons.
|
||||||
|
|
||||||
|
|
||||||
## Version 1.11.0 (2019-01-04)
|
## Version 1.11.0 (2019-01-04)
|
||||||
|
|
||||||
- Texture Browser now works on Blender 2.8.
|
- Texture Browser now works on Blender 2.8.
|
||||||
|
8
setup.py
8
setup.py
@ -240,8 +240,12 @@ setup(
|
|||||||
author='Sybren A. Stüvel',
|
author='Sybren A. Stüvel',
|
||||||
author_email='sybren@stuvel.eu',
|
author_email='sybren@stuvel.eu',
|
||||||
packages=find_packages('.'),
|
packages=find_packages('.'),
|
||||||
data_files=[('blender_cloud', ['README.md', 'README-flamenco.md', 'CHANGELOG.md']),
|
data_files=[
|
||||||
('blender_cloud/icons', glob.glob('blender_cloud/icons/*'))],
|
('blender_cloud', ['README.md', 'README-flamenco.md', 'CHANGELOG.md']),
|
||||||
|
('blender_cloud/icons', glob.glob('blender_cloud/icons/*')),
|
||||||
|
('blender_cloud/texture_browser/icons',
|
||||||
|
glob.glob('blender_cloud/texture_browser/icons/*'))
|
||||||
|
],
|
||||||
scripts=[],
|
scripts=[],
|
||||||
url='https://developer.blender.org/diffusion/BCA/',
|
url='https://developer.blender.org/diffusion/BCA/',
|
||||||
license='GNU General Public License v2 or later (GPLv2+)',
|
license='GNU General Public License v2 or later (GPLv2+)',
|
||||||
|
Reference in New Issue
Block a user