AlwarrenSidh / ArmAToolbox

Arma Toolbox for Blender
GNU General Public License v3.0
84 stars 35 forks source link

Fix linked objects throwing an error #34

Closed VurtualRuler98 closed 3 years ago

VurtualRuler98 commented 3 years ago

Check if it's in edit mode before actually trying to force object mode, as linked objects are already in object mode, and can't have their mode changed.

Having the ability to use linked objects is a literal exponential timesave for some of my projects, due to how many slightly-different p3ds I need for vehicle variants.

AlwarrenSidh commented 3 years ago

Cool, thanks for the patch.