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 28 forks source link

Added enter_condition argument to get_condition_attributes_recursive … #257

Closed Candoran2 closed 2 years ago

Candoran2 commented 2 years ago

…and get_condition_values_recursive.

The extra parameter can be used for extra performance. It's used by the nif library to prevent recursion through classes when you know they don't have the attributes you're looking for.