Jump to content

Alcibiades

Community Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Alcibiades's Achievements

Tiro

Tiro (1/14)

2

Reputation

  1. Found some bronze armour with a colored spec map.
  2. From what I read they are usually black & white for game engines for performance reasons but this is all new to me.
  3. This works ... if texture.split('|')[0] == 'specTex': #My Change Start texImage.image.colorspace_settings.name='Non-Color' #My Change End mat.node_tree.links.new(bsdf.inputs['Specular'], texImage.outputs['Color']) continue
  4. Currently on import "Specular" images are set to SRGB. I read somewhere that "Specular" images should be set to the Color Space "Non-Color". I tried this one a few models and it increased the effect. I hope this helps.
  5. I began learning Blender in my spare time 6 months ago and I am fascinated by Ancient Civilizations. Exploring the models helps me understand how they are made and if I can I would like to contribute as my skills improve.
  6. Thank you so much. The majority of the units I have tested are now importing into Blender 2.81. This Addon is very helpful. There are some units still giving errors such as below. \0ad-master\binaries\data\mods\public\art\actors\structures\athenians\trireme.xml Traceback (most recent call last): File "C:\PortableApps\BlenderPortable\Data\user_scripts\addons\io_scene_pyrogenesis\__init__.py", line 124, in execute return self.import_pyrogenesis_actor(context) File "C:\PortableApps\BlenderPortable\Data\user_scripts\addons\io_scene_pyrogenesis\__init__.py", line 263, in import_pyrogenesis_actor self.parse_actor(root) File "C:\PortableApps\BlenderPortable\Data\user_scripts\addons\io_scene_pyrogenesis\__init__.py", line 430, in parse_actor variant['props'].append(prop) TypeError: element indices must be integers location: <unknown location>:-1
  7. Hello I tried your plugin and unfortunately it gave me the following error messages when importing .... Traceback (most recent call last): File "C:\PortableApps\BlenderPortable\Data\user_scripts\addons\io_scene_pyrogenesis\__init__.py", line 124, in execute return self.import_pyrogenesis_actor(context) File "C:\PortableApps\BlenderPortable\Data\user_scripts\addons\io_scene_pyrogenesis\__init__.py", line 263, in import_pyrogenesis_actor self.parse_actor(root) File "C:\PortableApps\BlenderPortable\Data\user_scripts\addons\io_scene_pyrogenesis\__init__.py", line 448, in parse_actor fixer.execute() File "C:\PortableApps\BlenderPortable\Data\user_scripts\addons\io_scene_pyrogenesis\__init__.py", line 674, in execute warnings.warn("subchild: "+ subchild.tag) NameError: name 'warnings' is not defined location: <unknown location>:-1
×
×
  • Create New...