On Sat, 20 Nov 2021, 8:33 am Totally Zen, <atu...@gmail.com> wrote:

> Sorry for the delay, I've been very busy !!!
>
> I need to work externally with Maya and Houdini at the same time.
>

Then you will have to arrange to start a python interpreter with a
compatible version of python to both Maya and houdini, and to have access
to both bundled python environments. Read the mayapy and houdini wrapper
scripts for hints.

Otherwise you can try approaching this using subprocess, and to start
either mayapy or hython and then do operations in the other one by starting
a child process. Or start a normal python interpreter and run both Maya and
houdini child processes.


> Em quarta-feira, 10 de novembro de 2021 às 16:50:06 UTC-3,
> justin...@gmail.com escreveu:
>
>> On Thu, Nov 11, 2021 at 7:25 AM Totally Zen <atu...@gmail.com> wrote:
>>
>>> Okay, but I'm still aimless, lol
>>> what I have and I don't know if something answers what it says would be
>>> the poath configured for Maya and the other for Houdini.
>>>
>>
>> I'm not sure how to provide more help without better understanding your
>> situation. First off, are you on windows or linux? I don't really know what
>> to suggest as the steps for windows, so someone else might need to chime
>> in. But if you are on linux, you can cat the contents of mayapy and hython
>> and see the way they set up the environment before starting the actual maya
>> or houdini process.
>>
>> Are you trying to run a script from within a Maya or Houdini GUI? Or are
>> you trying to write a command-line script that can load maya and houdini at
>> the same time? If you are trying to run this script within Maya or Houdini
>> GUI, then its going to be more difficult since you need to control the
>> environment before the application starts, to have access to the other
>> application import paths, or you have to add them to your sys.path.
>>
>> Either way, this sounds like it might be a bit complex to describe in
>> steps for you.
>>
>>
>>>
>>> :(
>>> Em quarta-feira, 10 de novembro de 2021 às 14:12:25 UTC-3,
>>> justin...@gmail.com escreveu:
>>>
>>>> I've never tried it, but given the right settings I am guessing it
>>>> should be possible. The key would be to have a compatible python
>>>> major/minor version for both the Maya and Houdini versions in the same env.
>>>> Usually you would bootstrap a Maya process with mayapy, or a houdini
>>>> process with hython. Those are usually wrapper scripts that set environment
>>>> variables to point at the python distribution that comes with that version
>>>> of the dcc. You can set the environment externally in a way where you can
>>>> just start a normal python interpreter and import Maya, as long as it is
>>>> the compatible python version.
>>>> So if you bootstrap a compatible combination of mayapy and hython, you
>>>> might be able to import both of their core libraries.
>>>>
>>>> On Thu, 11 Nov 2021, 4:25 am Totally Zen, <atu...@gmail.com> wrote:
>>>>
>>>>> Hi guys, let me see if I can explain it in an easy way, without
>>>>> generating more doubts about what I want.
>>>>>
>>>>> Can I run Maya and Houdini scripts in the same process?
>>>>>
>>>>> Example... I'll just be a code in PYTHON that will need the maya
>>>>> interpreter for the pymel and hpython code of the houdini...
>>>>>
>>>>> Can I have these two or is there no such possibility?
>>>>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Python Programming for Autodesk Maya" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to python_inside_m...@googlegroups.com.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/python_inside_maya/c7179212-45b6-4d11-ac56-fec98e67fa31n%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/python_inside_maya/c7179212-45b6-4d11-ac56-fec98e67fa31n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Python Programming for Autodesk Maya" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to python_inside_m...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/python_inside_maya/c0314e9b-9b0b-472b-82fd-5fc5bfaeba53n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/python_inside_maya/c0314e9b-9b0b-472b-82fd-5fc5bfaeba53n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Python Programming for Autodesk Maya" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to python_inside_maya+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/9631c354-b551-4e5d-a8a7-b2ea66eccf23n%40googlegroups.com
> <https://groups.google.com/d/msgid/python_inside_maya/9631c354-b551-4e5d-a8a7-b2ea66eccf23n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2tJOPA5Qx49by6bbkxhNDF_qLN-njodJrVnE91Jt%3DN1A%40mail.gmail.com.

Reply via email to