OpenNaja / cobra-tools

A suite of GUI tools for extracting and modifying OVL and OVS archives, as well as editing the associated in-house file formats. Also includes a model plugin for Blender. For downloads, guides, and FAQs visit:
https://opennaja.github.io/cobra-tools/
GNU General Public License v3.0
98 stars 26 forks source link

Fix for init_attributes. #327

Closed Candoran2 closed 1 year ago

Candoran2 commented 1 year ago

Due to changes in codegen, the conditions part of an attribute definition is now always a tuple (global/local conditions). However, init_attributes was not adjusted for that, so it thought fields were always non-static. This prevented the generation of additional methods on a class (such as __len__ or __iter__), which are necessary for some functionality.