Posted August 27, 2015
I went back and checked the manifest and it says 3d , so download* seem to be case agnostic while clean is case sensitive. Unless the weirdness with the case is just causing the download / verify to fail silently ?
I know that at the GUI level and using the standard window GUI API Window's ignores attempts to rename that only change case, so can you rename from 3D to 3d using python , if you make it detect case ? I guess if you detect that the problem is only case you can do something like rename it to something temporary before swapping back with corrected case.
*and maybe verify ?
I know that at the GUI level and using the standard window GUI API Window's ignores attempts to rename that only change case, so can you rename from 3D to 3d using python , if you make it detect case ? I guess if you detect that the problem is only case you can do something like rename it to something temporary before swapping back with corrected case.
*and maybe verify ?
Post edited August 27, 2015 by Kalanyr