blender-cod icon indicating copy to clipboard operation
blender-cod copied to clipboard

Blender Add-On for Call of Duty® modding

Results 17 blender-cod issues
Sort by recently updated
recently updated
newest added

I followed the tutorial step by step and I couldn't find the export or the import button. BTW, I tried 2.83, 2.93 and 3.1 none of them worked.

Closes #31 Closes #33 Closes #35

For the `blender_29` branch: The `time.clock()` Python API has been removed as of Python 3.8 (it has been deprecated since Python 3.3). I've forked the project and will fix as...

``` Python: Traceback (most recent call last): File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_scene_cod\__init__.py", line 610, in execute result = export_xmodel.save(self, context, File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_scene_cod\export_xmodel.py", line 394, in save result = save_model(self, context, filepath,...

`calc_tessface` has been removed as of Blender 2.80 https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Mesh_API I'm not familiar at all yet with the Blender Python API so I'm still trying to figure out what this actually...

`Material#texture_slots` has been removed as of Blender 2.80 For some reason, they didn't include the removal in the release notes for 2.80 :( Anyway, it seems that all of the...

Addon installs fine, however there is a note saying to upgrade to 2.8 (weird since I am above that version) and then the import export menu has no xmodel options.

hi i am currently using blender 2.83 LTS when installing either nothing comes up wich the notification addon installed or after installing it proceeds to say "upgrade to 2.8x" any...

The old material logic that the XModel importer used, no longer functions (as of Blender 2.80), as the Blender Internal renderer is no longer supported. The material system must be...