
KIT OPS uses the power of the Blender Modifiers to accomplish all of this.Īnd when you upgrade to KIT OPS PRO you have the ability to save materials, with thumbnails. Complex industrial designs can be generated in a single sitting. Doors and windows can be inserted and cut through walls. When used properly, KIT OPS can create objects and scenes with extreme efficiency and speed. It uses the systemized application of Blender files called KIT OPS INSERTS, to instantly cut and add to existing objects or create standalone objects with the goal of rapidly creating and exploring new designs. KIT OPS 2 FREE is a Blender addon and works with Blender 2.83+. It allows you to quickly create and kitbash your hard surface models– And with PRO, it also fulfills many of your asset management needs including the ability to quickly store and apply materials.

Leading to a number of objects appearing as orphans.KIT OPS, with over 55,000 downloads, is the preeminent kitbashing addon for Blender. IMO perhaps the makers of the addons could add an operator to remove those dependencies.įor example this script will remove the custom property added by kitops import bpy Not deleting objects with users is a safety feature.

Object referenced by PointerProperty in Python can not be deleted properly In this case select all objects not used by a scene import bpyĪfter which any meshes etc left over will be mostly orphaned and can be dealt with accordingly.įurther to the reasons this happens, an addon like kitops associates objects via pointers to other objects, effectively upping the user count and leading to

Here is a script to do much the same as select all but one object in outliner data API UI as suggested. To deal with these can remove all objects not linked to the scene. ("", "", "", "", "", "", "", "")Īnd as mentioned by Cranzitz likely these objects are linked together via pointers used by an addon, perhaps these custom properties give a clue. For example running script here details this object has 16 users, and "who" they are.
