Re: Change Texture Plugin v1.4

by digitaltrails » Sat Oct 10, 2015 5:57 am

Version 1.4 includes the following changes:
As before, the plugin is available from ticket at SourceForge:
https://sourceforge.net/p/sweethome3d/plug-ins/12

Installation and usage was described previously in this thread.

I think I've done with this plugin for now. It adequately addresses the problem I was having with bulk changing textures as well as helping me track down duplicates, disused textures, and disused furniture.

I was considering also handling inbuilt/default non-catalog textures, but that's proving to be a bit harder. I have code that can find inbuilt/default non-catalog textures, and the code can override them with new home-textures, but the new textures draw as blank. This code is included in V1.4, but not enabled by default. If you want to experiment with it, set an environment variable CTP_INCLUDE_DEFAULT_TEXTURES to a non empty value (or see the source code included in the plugin jar/zip).