RussiaGhost Posted November 11, 2023 Share Posted November 11, 2023 (edited) Hello. Does anyone know how to turn the application through the VBS script? Set WshShell = WScript.CreateObject("WScript.Shell") Ma = WshShell.AppActivate("Untitled") WScript.Sleep 50 If Ma Then WshShell.SendKeys("^0") I have such a script that launches my script of 5 3DS Max from the operator to a blender. But this makes an active 3DS Max window. I want to use this to transfer the properties of objects from the blender to Max and thereby make a ready -made card for playing a blender in several clicks and throwing everything into Max. Edited November 11, 2023 by RussiaGhost Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted November 11, 2023 Author Share Posted November 11, 2023 If you run 5 max and blender simultaneously, using VBS, you can cause pressing the 3DS max keys and thereby start the script in it. This script can be written using a python in a blender and when performing the operator to make it at 3DS max. For example, I so tried to make the allocation of an object that is allocated to a 3DS blender. For example, I also want to make the basic properties for objects for cards and transfer them to Max. To transfer the geometry itself through export to the FBX file. Quote Link to comment Share on other sites More sharing options...
Rocky Posted November 11, 2023 Share Posted November 11, 2023 I know nothing about this. But what I can tell you is that I used chatGTP to recode some php scirpts on this site and it did it perfectly. Maybe AI can help you with your problem? Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted November 12, 2023 Author Share Posted November 12, 2023 Here are small examples for now. 1 button allocates an object of 3DS max from a blender. Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted November 12, 2023 Author Share Posted November 12, 2023 (edited) In reality, I force a blender to write pieces of code for max and execute Max this code. An example to highlight a dummy from the FBX. He announces the code of Max the script writes through his operator to Max Mile and makes Max fulfill it. Edited November 12, 2023 by RussiaGhost Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted November 12, 2023 Author Share Posted November 12, 2023 What I want to do in a blender. Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted November 12, 2023 Author Share Posted November 12, 2023 I attached all the checkboxes there. Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted November 16, 2023 Author Share Posted November 16, 2023 Well, part of the work is done. All properties can be placed in a blender and thrown through the operator of 5 max in 1 click. Quote Link to comment Share on other sites More sharing options...
orangesky Posted December 30, 2023 Share Posted December 30, 2023 Congratulations on building such a useful tool. I would like to help with the work, but I'm not good at programming. I find your project extremely interesting, and I'm keeping track of the updates. Are you planning to share this tool with the community? Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted January 23 Author Share Posted January 23 On 30/12/2023 at 15:16, orangesky said: Congratulations on building such a useful tool. I would like to help with the work, but I'm not good at programming. I find your project extremely interesting, and I'm keeping track of the updates. Are you planning to share this tool with the community? I’ll deliver from large glitches I think yes, I’ll post it here. Max with Max is a little easier to do in places. I studied a little python to at least somehow navigate in the code and API Blender. 3 Quote Link to comment Share on other sites More sharing options...
orangesky Posted April 8 Share Posted April 8 (edited) On 1/23/2024 at 8:21 PM, RussiaGhost said: I’ll deliver from large glitches I think yes, I’ll post it here. Max with Max is a little easier to do in places. I studied a little python to at least somehow navigate in the code and API Blender. I'm curious to know the current status of the project. You've generated a lot of hype in my modder heart, hehehe. Edited April 8 by orangesky Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted April 10 Author Share Posted April 10 On 08/04/2024 at 16:28, orangesky said: I'm curious to know the current status of the project. You've generated a lot of hype in my modder heart, hehehe. Now I made a transfer of 5 max in 1 click on a python. True, the properties work correctly on a separate object. I signed up for a paid study on a python and perhaps in the future I am a better modernize the script. It turns out to be for textures you can use TGA format in 32 bit format and he knows how to read alpha channel and the game itself will make RSB out of it. This simplifies the work in paler because the blender knows how to use it normally, I think you can immediately make a texture in TGA. Exports through the operator M MAP work but it is necessary to do better because he is now doing the assignment of a room group only for an active collection. In general, ideally, I would like export immediately from blender, but I do not know Python so well, and even more so, geometry export algorithms and details of the formats. 1 Quote Link to comment Share on other sites More sharing options...
orangesky Posted May 3 Share Posted May 3 On 10/04/2024 at 22:04, RussiaGhost said: Now I made a transfer of 5 max in 1 click on a python. True, the properties work correctly on a separate object. I signed up for a paid study on a python and perhaps in the future I am a better modernize the script. It turns out to be for textures you can use TGA format in 32 bit format and he knows how to read alpha channel and the game itself will make RSB out of it. This simplifies the work in paler because the blender knows how to use it normally, I think you can immediately make a texture in TGA. Exports through the operator M MAP work but it is necessary to do better because he is now doing the assignment of a room group only for an active collection. In general, ideally, I would like export immediately from blender, but I do not know Python so well, and even more so, geometry export algorithms and details of the formats. I love knowing that this project is moving forward. Thank you very much for sharing the progress with me and with the community. I hope your studies in Python help you improve this Blender addon even more. I would love to help you, but my programming knowledge is very basic for now, and I only manage to work with PHP and GDScript (the programming language of the Godot engine). Lots of encouragement, keep going! I hope the rest of your life is going just as well! Best regards! Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted September 19 Author Share Posted September 19 1 Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted September 19 Author Share Posted September 19 So far. There are still problems with the transfer of many properties for different objects. But basically it seems to endure. Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted September 19 Author Share Posted September 19 I suffered everything that is possible, some of the properties are not needed at all and does not work in principle. Quote Link to comment Share on other sites More sharing options...
Rocky Posted September 19 Share Posted September 19 It is not possible? Quote Link to comment Share on other sites More sharing options...
orangesky Posted October 5 Share Posted October 5 (edited) On 19/9/2024 at 14:13, RussiaGhost said: So far. There are still problems with the transfer of many properties for different objects. But basically it seems to endure. Thank you very much for your effort, it seems like you’re making great progress. The number of options available in this addon is amazing! Once again, thank you. When possible, I would love to see this addon in action. It would be very interesting to see a video to understand how it works firsthand. Edited October 5 by orangesky Quote Link to comment Share on other sites More sharing options...
RussiaGhost Posted Friday at 19:52 Author Share Posted Friday at 19:52 On 06/10/2024 at 01:04, orangesky said: Thank you very much for your effort, it seems like you’re making great progress. The number of options available in this addon is amazing! Once again, thank you. When possible, I would love to see this addon in action. It would be very interesting to see a video to understand how it works firsthand. I can put here for testing and write how to install. YouTube was blocked by discord now too. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.