├── .gitignore ├── 3.0.txt ├── 6512.txt ├── ProjectImage.bmp ├── README.md ├── ToTex ├── About.ms ├── Autoupdate.ms ├── Bake.ms ├── DialogMaster.ms ├── Events.ms ├── Features.ms ├── Feedback.ms ├── Install.ms ├── Model.ms ├── New Text Document.txt ├── Process.ms ├── Settings.ini ├── Settings.ms ├── ToTex.ms ├── ToTex_Rollout.ini ├── ToTex_settings.ini ├── UI_Settings.ms ├── UserInterface.ms ├── UserInterface_FeatureList.ms ├── UserInterface_FeatureList_listview.ms ├── UserInterface_FeatureThumbs.ms ├── autoUpdate │ ├── Inbox │ │ └── version.ini │ └── version.ini ├── dll │ └── ToTex.dll ├── easyMessageBox.ms ├── features │ ├── config_maxMerge │ │ ├── maxMerge_footer.ms │ │ ├── maxMerge_header.ms │ │ ├── maxMerge_label.ms │ │ ├── more.ms │ │ └── settings.ini │ ├── config_padding │ │ ├── more.ms │ │ ├── padding_header.ms │ │ ├── padding_label.ms │ │ └── settings.ini │ ├── config_projection │ │ ├── projection_header.ms │ │ └── settings.ini │ ├── config_renderPreset │ │ ├── more.ms │ │ ├── renderPreset_footer.ms │ │ ├── renderPreset_header.ms │ │ ├── renderPreset_label.ms │ │ ├── rps │ │ │ ├── high.rps │ │ │ ├── low.rps │ │ │ └── medium.rps │ │ └── settings.ini │ ├── config_renderTotalTimeline │ │ ├── renderTotalTimeline_header.ms │ │ └── settings.ini │ ├── config_resolution │ │ ├── more.ms │ │ ├── resolution_header.ms │ │ ├── resolution_label.ms │ │ └── settings.ini │ ├── config_targetSlot │ │ ├── settings.ini │ │ └── targetSlot_footer.ms │ ├── features.ini │ ├── map_alpha │ │ ├── alpha.ms │ │ ├── alpha.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_aoLightTrace │ │ ├── aoLightTrace.ms │ │ ├── aoLightTrace.png │ │ ├── more.ms │ │ ├── readme.txt │ │ ├── rps │ │ │ ├── ToTex_aoLightTrace_1.rps │ │ │ ├── ToTex_aoLightTrace_2.rps │ │ │ ├── ToTex_aoLightTrace_3.rps │ │ │ └── ToTex_aoLightTrace_Temp.rps │ │ └── settings.ini │ ├── map_aoMentalRay │ │ ├── aoMentalRay.ms │ │ ├── aoMentalRay.png │ │ ├── more.ms │ │ ├── readme.txt │ │ ├── rps │ │ │ ├── ToTex_aoMentalRay_1.rps │ │ │ └── ToTex_aoMentalRay_Temp.rps │ │ └── settings.ini │ ├── map_blend │ │ ├── blend.ms │ │ ├── blend.png │ │ ├── more.ms │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_complete │ │ ├── complete.ms │ │ ├── complete.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_diffuse │ │ ├── diffuse.ms │ │ ├── diffuse.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_element │ │ ├── element.ms │ │ ├── element.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_height │ │ ├── height.ms │ │ ├── height.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_lighting │ │ ├── lighting.ms │ │ ├── lighting.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_matIdMasks │ │ ├── matIdMasks.ms │ │ ├── matIdMasks.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_normal │ │ ├── more.ms │ │ ├── normal.ms │ │ ├── normal.png │ │ ├── readme.txt │ │ └── settings.ini │ ├── map_selectionMask │ │ ├── readme.txt │ │ ├── selectionMask.ms │ │ ├── selectionMask.png │ │ └── settings.ini │ ├── map_shadows │ │ ├── readme.txt │ │ ├── settings.ini │ │ ├── shadows.ms │ │ └── shadows.png │ ├── map_specular │ │ ├── readme.txt │ │ ├── settings.ini │ │ ├── specular.ms │ │ └── specular.png │ ├── map_topDownGradient │ │ ├── readme.txt │ │ ├── settings.ini │ │ ├── tdGradient.ms │ │ └── tdGradient.png │ ├── map_uv │ │ ├── readme.txt │ │ ├── settings.ini │ │ ├── uv.ms │ │ └── uv.png │ └── map_vertexColor │ │ ├── readme.txt │ │ ├── settings.ini │ │ ├── vertexColor.ms │ │ └── vertexColor.png ├── images │ ├── Channel.bmp │ ├── Resolution.bmp │ ├── ThumbMore.png │ ├── ThumbMore_over.png │ ├── ToTex.ico │ ├── ToTex_16a.bmp │ ├── ToTex_16i.bmp │ ├── ToTex_24a.bmp │ ├── ToTex_24i.bmp │ ├── View_List.png │ ├── View_List_over.png │ ├── View_Thumbs.png │ ├── View_Thumbs_over.png │ ├── channel.png │ ├── mapBorder.png │ ├── openFolder.bmp │ ├── promo_totex_3_Beta.png │ ├── resolution.png │ ├── settings.png │ └── settings_over.png ├── research │ └── datagridview.ms ├── settings │ ├── Settings.html │ ├── cd_catalog.xml │ ├── employee.xml │ └── test.html ├── userData │ ├── Settings.ini │ ├── UI_State.ini │ └── settings.xml └── windowSaver.ms ├── mzp.run ├── mzpInstall.ms ├── totex.ms └── updateInformation.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/.gitignore -------------------------------------------------------------------------------- /3.0.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /6512.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ProjectImage.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ProjectImage.bmp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/README.md -------------------------------------------------------------------------------- /ToTex/About.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/About.ms -------------------------------------------------------------------------------- /ToTex/Autoupdate.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Autoupdate.ms -------------------------------------------------------------------------------- /ToTex/Bake.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Bake.ms -------------------------------------------------------------------------------- /ToTex/DialogMaster.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/DialogMaster.ms -------------------------------------------------------------------------------- /ToTex/Events.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Events.ms -------------------------------------------------------------------------------- /ToTex/Features.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Features.ms -------------------------------------------------------------------------------- /ToTex/Feedback.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Feedback.ms -------------------------------------------------------------------------------- /ToTex/Install.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Install.ms -------------------------------------------------------------------------------- /ToTex/Model.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Model.ms -------------------------------------------------------------------------------- /ToTex/New Text Document.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/Process.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Process.ms -------------------------------------------------------------------------------- /ToTex/Settings.ini: -------------------------------------------------------------------------------- 1 | [settings] 2 | AutoUpdate=true 3 | MapView=thumbs 4 | -------------------------------------------------------------------------------- /ToTex/Settings.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/Settings.ms -------------------------------------------------------------------------------- /ToTex/ToTex.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/ToTex.ms -------------------------------------------------------------------------------- /ToTex/ToTex_Rollout.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/ToTex_Rollout.ini -------------------------------------------------------------------------------- /ToTex/ToTex_settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/ToTex_settings.ini -------------------------------------------------------------------------------- /ToTex/UI_Settings.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/UI_Settings.ms -------------------------------------------------------------------------------- /ToTex/UserInterface.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/UserInterface.ms -------------------------------------------------------------------------------- /ToTex/UserInterface_FeatureList.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/UserInterface_FeatureList.ms -------------------------------------------------------------------------------- /ToTex/UserInterface_FeatureList_listview.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/UserInterface_FeatureList_listview.ms -------------------------------------------------------------------------------- /ToTex/UserInterface_FeatureThumbs.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/UserInterface_FeatureThumbs.ms -------------------------------------------------------------------------------- /ToTex/autoUpdate/Inbox/version.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/autoUpdate/Inbox/version.ini -------------------------------------------------------------------------------- /ToTex/autoUpdate/version.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/autoUpdate/version.ini -------------------------------------------------------------------------------- /ToTex/dll/ToTex.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/dll/ToTex.dll -------------------------------------------------------------------------------- /ToTex/easyMessageBox.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/easyMessageBox.ms -------------------------------------------------------------------------------- /ToTex/features/config_maxMerge/maxMerge_footer.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_maxMerge/maxMerge_footer.ms -------------------------------------------------------------------------------- /ToTex/features/config_maxMerge/maxMerge_header.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_maxMerge/maxMerge_header.ms -------------------------------------------------------------------------------- /ToTex/features/config_maxMerge/maxMerge_label.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_maxMerge/maxMerge_label.ms -------------------------------------------------------------------------------- /ToTex/features/config_maxMerge/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_maxMerge/more.ms -------------------------------------------------------------------------------- /ToTex/features/config_maxMerge/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_maxMerge/settings.ini -------------------------------------------------------------------------------- /ToTex/features/config_padding/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_padding/more.ms -------------------------------------------------------------------------------- /ToTex/features/config_padding/padding_header.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_padding/padding_header.ms -------------------------------------------------------------------------------- /ToTex/features/config_padding/padding_label.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_padding/padding_label.ms -------------------------------------------------------------------------------- /ToTex/features/config_padding/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_padding/settings.ini -------------------------------------------------------------------------------- /ToTex/features/config_projection/projection_header.ms: -------------------------------------------------------------------------------- 1 | m_ToTex_Bake.SetProjection true -------------------------------------------------------------------------------- /ToTex/features/config_projection/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_projection/settings.ini -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/more.ms -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/renderPreset_footer.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/renderPreset_footer.ms -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/renderPreset_header.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/renderPreset_header.ms -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/renderPreset_label.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/renderPreset_label.ms -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/rps/high.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/rps/high.rps -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/rps/low.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/rps/low.rps -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/rps/medium.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/rps/medium.rps -------------------------------------------------------------------------------- /ToTex/features/config_renderPreset/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderPreset/settings.ini -------------------------------------------------------------------------------- /ToTex/features/config_renderTotalTimeline/renderTotalTimeline_header.ms: -------------------------------------------------------------------------------- 1 | m_ToTex_Bake.SetRenderTotalTimeline true -------------------------------------------------------------------------------- /ToTex/features/config_renderTotalTimeline/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_renderTotalTimeline/settings.ini -------------------------------------------------------------------------------- /ToTex/features/config_resolution/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_resolution/more.ms -------------------------------------------------------------------------------- /ToTex/features/config_resolution/resolution_header.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_resolution/resolution_header.ms -------------------------------------------------------------------------------- /ToTex/features/config_resolution/resolution_label.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_resolution/resolution_label.ms -------------------------------------------------------------------------------- /ToTex/features/config_resolution/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_resolution/settings.ini -------------------------------------------------------------------------------- /ToTex/features/config_targetSlot/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_targetSlot/settings.ini -------------------------------------------------------------------------------- /ToTex/features/config_targetSlot/targetSlot_footer.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/config_targetSlot/targetSlot_footer.ms -------------------------------------------------------------------------------- /ToTex/features/features.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/features.ini -------------------------------------------------------------------------------- /ToTex/features/map_alpha/alpha.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_alpha/alpha.ms -------------------------------------------------------------------------------- /ToTex/features/map_alpha/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_alpha/alpha.png -------------------------------------------------------------------------------- /ToTex/features/map_alpha/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_alpha/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_alpha/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/aoLightTrace.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/aoLightTrace.ms -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/aoLightTrace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/aoLightTrace.png -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/more.ms -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_1.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_1.rps -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_2.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_2.rps -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_3.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_3.rps -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_Temp.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/rps/ToTex_aoLightTrace_Temp.rps -------------------------------------------------------------------------------- /ToTex/features/map_aoLightTrace/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoLightTrace/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_aoMentalRay/aoMentalRay.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoMentalRay/aoMentalRay.ms -------------------------------------------------------------------------------- /ToTex/features/map_aoMentalRay/aoMentalRay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoMentalRay/aoMentalRay.png -------------------------------------------------------------------------------- /ToTex/features/map_aoMentalRay/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoMentalRay/more.ms -------------------------------------------------------------------------------- /ToTex/features/map_aoMentalRay/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_aoMentalRay/rps/ToTex_aoMentalRay_1.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoMentalRay/rps/ToTex_aoMentalRay_1.rps -------------------------------------------------------------------------------- /ToTex/features/map_aoMentalRay/rps/ToTex_aoMentalRay_Temp.rps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoMentalRay/rps/ToTex_aoMentalRay_Temp.rps -------------------------------------------------------------------------------- /ToTex/features/map_aoMentalRay/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_aoMentalRay/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_blend/blend.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_blend/blend.ms -------------------------------------------------------------------------------- /ToTex/features/map_blend/blend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_blend/blend.png -------------------------------------------------------------------------------- /ToTex/features/map_blend/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_blend/more.ms -------------------------------------------------------------------------------- /ToTex/features/map_blend/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_blend/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_blend/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_complete/complete.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_complete/complete.ms -------------------------------------------------------------------------------- /ToTex/features/map_complete/complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_complete/complete.png -------------------------------------------------------------------------------- /ToTex/features/map_complete/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_complete/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_complete/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_diffuse/diffuse.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_diffuse/diffuse.ms -------------------------------------------------------------------------------- /ToTex/features/map_diffuse/diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_diffuse/diffuse.png -------------------------------------------------------------------------------- /ToTex/features/map_diffuse/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_diffuse/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_diffuse/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_element/element.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_element/element.ms -------------------------------------------------------------------------------- /ToTex/features/map_element/element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_element/element.png -------------------------------------------------------------------------------- /ToTex/features/map_element/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_element/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_element/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_height/height.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_height/height.ms -------------------------------------------------------------------------------- /ToTex/features/map_height/height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_height/height.png -------------------------------------------------------------------------------- /ToTex/features/map_height/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_height/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_height/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_lighting/lighting.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_lighting/lighting.ms -------------------------------------------------------------------------------- /ToTex/features/map_lighting/lighting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_lighting/lighting.png -------------------------------------------------------------------------------- /ToTex/features/map_lighting/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_lighting/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_lighting/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_matIdMasks/matIdMasks.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_matIdMasks/matIdMasks.ms -------------------------------------------------------------------------------- /ToTex/features/map_matIdMasks/matIdMasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_matIdMasks/matIdMasks.png -------------------------------------------------------------------------------- /ToTex/features/map_matIdMasks/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_matIdMasks/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_matIdMasks/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_normal/more.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_normal/more.ms -------------------------------------------------------------------------------- /ToTex/features/map_normal/normal.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_normal/normal.ms -------------------------------------------------------------------------------- /ToTex/features/map_normal/normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_normal/normal.png -------------------------------------------------------------------------------- /ToTex/features/map_normal/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_normal/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_normal/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_selectionMask/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_selectionMask/selectionMask.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_selectionMask/selectionMask.ms -------------------------------------------------------------------------------- /ToTex/features/map_selectionMask/selectionMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_selectionMask/selectionMask.png -------------------------------------------------------------------------------- /ToTex/features/map_selectionMask/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_selectionMask/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_shadows/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_shadows/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_shadows/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_shadows/shadows.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_shadows/shadows.ms -------------------------------------------------------------------------------- /ToTex/features/map_shadows/shadows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_shadows/shadows.png -------------------------------------------------------------------------------- /ToTex/features/map_specular/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_specular/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_specular/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_specular/specular.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_specular/specular.ms -------------------------------------------------------------------------------- /ToTex/features/map_specular/specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_specular/specular.png -------------------------------------------------------------------------------- /ToTex/features/map_topDownGradient/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_topDownGradient/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_topDownGradient/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_topDownGradient/tdGradient.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_topDownGradient/tdGradient.ms -------------------------------------------------------------------------------- /ToTex/features/map_topDownGradient/tdGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_topDownGradient/tdGradient.png -------------------------------------------------------------------------------- /ToTex/features/map_uv/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_uv/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_uv/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_uv/uv.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_uv/uv.ms -------------------------------------------------------------------------------- /ToTex/features/map_uv/uv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_uv/uv.png -------------------------------------------------------------------------------- /ToTex/features/map_vertexColor/readme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ToTex/features/map_vertexColor/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_vertexColor/settings.ini -------------------------------------------------------------------------------- /ToTex/features/map_vertexColor/vertexColor.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_vertexColor/vertexColor.ms -------------------------------------------------------------------------------- /ToTex/features/map_vertexColor/vertexColor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/features/map_vertexColor/vertexColor.png -------------------------------------------------------------------------------- /ToTex/images/Channel.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/Channel.bmp -------------------------------------------------------------------------------- /ToTex/images/Resolution.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/Resolution.bmp -------------------------------------------------------------------------------- /ToTex/images/ThumbMore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/ThumbMore.png -------------------------------------------------------------------------------- /ToTex/images/ThumbMore_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/ThumbMore_over.png -------------------------------------------------------------------------------- /ToTex/images/ToTex.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/ToTex.ico -------------------------------------------------------------------------------- /ToTex/images/ToTex_16a.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/ToTex_16a.bmp -------------------------------------------------------------------------------- /ToTex/images/ToTex_16i.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/ToTex_16i.bmp -------------------------------------------------------------------------------- /ToTex/images/ToTex_24a.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/ToTex_24a.bmp -------------------------------------------------------------------------------- /ToTex/images/ToTex_24i.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/ToTex_24i.bmp -------------------------------------------------------------------------------- /ToTex/images/View_List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/View_List.png -------------------------------------------------------------------------------- /ToTex/images/View_List_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/View_List_over.png -------------------------------------------------------------------------------- /ToTex/images/View_Thumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/View_Thumbs.png -------------------------------------------------------------------------------- /ToTex/images/View_Thumbs_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/View_Thumbs_over.png -------------------------------------------------------------------------------- /ToTex/images/channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/channel.png -------------------------------------------------------------------------------- /ToTex/images/mapBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/mapBorder.png -------------------------------------------------------------------------------- /ToTex/images/openFolder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/openFolder.bmp -------------------------------------------------------------------------------- /ToTex/images/promo_totex_3_Beta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/promo_totex_3_Beta.png -------------------------------------------------------------------------------- /ToTex/images/resolution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/resolution.png -------------------------------------------------------------------------------- /ToTex/images/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/settings.png -------------------------------------------------------------------------------- /ToTex/images/settings_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/images/settings_over.png -------------------------------------------------------------------------------- /ToTex/research/datagridview.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/research/datagridview.ms -------------------------------------------------------------------------------- /ToTex/settings/Settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/settings/Settings.html -------------------------------------------------------------------------------- /ToTex/settings/cd_catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/settings/cd_catalog.xml -------------------------------------------------------------------------------- /ToTex/settings/employee.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/settings/employee.xml -------------------------------------------------------------------------------- /ToTex/settings/test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/settings/test.html -------------------------------------------------------------------------------- /ToTex/userData/Settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/userData/Settings.ini -------------------------------------------------------------------------------- /ToTex/userData/UI_State.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/userData/UI_State.ini -------------------------------------------------------------------------------- /ToTex/userData/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/userData/settings.xml -------------------------------------------------------------------------------- /ToTex/windowSaver.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/ToTex/windowSaver.ms -------------------------------------------------------------------------------- /mzp.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/mzp.run -------------------------------------------------------------------------------- /mzpInstall.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/mzpInstall.ms -------------------------------------------------------------------------------- /totex.ms: -------------------------------------------------------------------------------- 1 | #totex maxscript -------------------------------------------------------------------------------- /updateInformation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenfraeys/totex/HEAD/updateInformation.txt --------------------------------------------------------------------------------