Author
|
Message
|
dogged2003
|
dogged2003
Posted 6 Years Ago
|
Group: Forum Members
Last Active: Last Year
Posts: 418,
Visits: 4.5K
|
How and which IDE can we use for Python in iClone? How to set up a third-party IDE to see iClone objects? Can I set up debugging? Thank.
My YouTube channel.
|
|
|
wires
|
|
Group: Forum Members
Last Active: 9 days ago
Posts: 5.7K,
Visits: 26.5K
|
Read this post for the answer.
Gerry
System: Win 10 Pro (21H2), Asus X99-E WS, CPU i7-5930K -3,5 GHz, 32 GB DDR4 2666-16 RAM, NVidia GTX 1080 Ti GPU - 11 GB VRAM(Driver Studio-536.99), Samsung 850 Pro 512 GB SSD, 6 TB HD storage.
|
|
|
dogged2003
|
dogged2003
Posted 6 Years Ago
|
Group: Forum Members
Last Active: Last Year
Posts: 418,
Visits: 4.5K
|
I read that RL is not ready. I'm not in the subject with Python yet. But there were options, headers of procedures, objects, variables, IDE can be taken from a DLL or other files?
My YouTube channel.
|
|
|
RobertoColombo
|
RobertoColombo
Posted 6 Years Ago
|
Group: Forum Members
Last Active: 3 Years Ago
Posts: 1.6K,
Visits: 3.0K
|
Hi,
Python API, if I well understood the doc after a preliminary reading, is based on pyside2, which wraps Qt libraries and framework. For the Qt GUI, there is an UI Designer tool on the Qt website. There is also an IDE on Qt, including an extension for Visual Studio (but only for Express version), Therefore any development that does not touch a RL native object can probably be done with those tools. That may sound limiting but it depends on the type of plug-in and how much intelligence/processing is located "outside" of iClone assets. Instead as soon as the code interacts with RL native objects (which means it is executed within iClone), then we have only an output console.
Regarding the integration with non-python libraries, there is the "shiboken" wrapper library that is used to connect iClone internal objects to the Python engine but probably also to connect non-Python code ro the Pythin engine.
Cheers
Roberto
My PC: OS: Windows 10 Pro English 64-bit / CPU: Intel i7-9700 3.6GHz / MB: ASUS ROG Strix Z390 RAM: 32GB DDR4 2.6GHz / HD: 2TB+3TB / SSD: 2x512GB Samsung 860 EVO + 1x2TB Samsung VB: Palit GTX2080 TI GamingPro 11GB / AB: embedded in the MB and VB (audio from the MOTU M4 I/F) / DirectX: 12
|
|
|
animagic
|
animagic
Posted 6 Years Ago
|
Group: Forum Members
Last Active: 2 days ago
Posts: 15.8K,
Visits: 31.3K
|
|
|
|
luke (RL)
|
luke (RL)
Posted 6 Years Ago
|
Group: Power Developer
Last Active: Last Week
Posts: 289,
Visits: 5.6K
|
thank you animagic, team discuss your request and decide to try it in days, any update will let you know.
|
|
|
lkelemen
|
lkelemen
Posted 6 Years Ago
|
Group: Forum Members
Last Active: 2 Years Ago
Posts: 70,
Visits: 1.1K
|
do you know what is the difference between visual studio community edition and visual studio code?
Lajos
|
|
|
jlittle
|
jlittle
Posted 6 Years Ago
|
Group: Forum Members
Last Active: Last Month
Posts: 1.9K,
Visits: 17.3K
|
lkelemen (12/27/2018) do you know what is the difference between visual studio community edition and visual studio code?What is the difference between VS Code and VS Community?Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running and version control. It aims to provide just the tools a developer needs for a quick code-build-debug cycle and leaves more complex workflows to fuller featured IDEs.
Basically VS Code is for more hardcore/serious programming.
Check HERE for a comparison chart.
Jeff
Get my Plugin Manager and TaskNotes plugins for iClone. Check out EZColors and Other products for CTA/CA. EZColors: the easy way to change Render Styled (RS) colors! See my CTA Tutorials on the YouTube channel CTAStepByStep
|
|
|
RobertoColombo
|
RobertoColombo
Posted 6 Years Ago
|
Group: Forum Members
Last Active: 3 Years Ago
Posts: 1.6K,
Visits: 3.0K
|
I would rather say: Visual Studio Community is FREE, others are not. I think for most of us here is enough in terms of differences :D
My PC: OS: Windows 10 Pro English 64-bit / CPU: Intel i7-9700 3.6GHz / MB: ASUS ROG Strix Z390 RAM: 32GB DDR4 2.6GHz / HD: 2TB+3TB / SSD: 2x512GB Samsung 860 EVO + 1x2TB Samsung VB: Palit GTX2080 TI GamingPro 11GB / AB: embedded in the MB and VB (audio from the MOTU M4 I/F) / DirectX: 12
|
|
|
lkelemen
|
lkelemen
Posted 6 Years Ago
|
Group: Forum Members
Last Active: 2 Years Ago
Posts: 70,
Visits: 1.1K
|
VSCode is free and open source and runs on linux too. https://github.com/Microsoft/vscodeit has python extension https://code.visualstudio.com/docs/languages/pythonVS comm ed. is not open source
Lajos
|
|
|