that was me you need to go into voyager brex and find the lines
App.g_kModelManager.LoadModel(CharacterPaths.g_pcBodyNIFPath + "VOYAGER/BodyFemS/BodyFemS.nif", "Bip01")
change to
App.g_kModelManager.LoadModel(CharacterPaths.g_pcBodyNIFPath + "VOYAGER/BodyFemM/BodyFemM.nif", "Bip01")
and
pBrex = App.CharacterClass_Create(CharacterPaths.g_pcBodyNIFPath + "VOYAGER/BodyFemS/BodyFemS.nif",
to
pBrex = App.CharacterClass_Create(CharacterPaths.g_pcBodyNIFPath + "VOYAGER/BodyFemM/BodyFemM.nif",