Author
|
Message
|
dogged2003
|
dogged2003
Posted 3 Years Ago
|
Group: Forum Members
Last Active: Last Year
Posts: 413,
Visits: 4.1K
|
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: 7 hours ago
Posts: 4.9K,
Visits: 23.8K
|
Read this post for the answer.
Gerry
System: Win 10 Pro (20H2), 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-461.72), Samsung 850 Pro 512 GB SSD, 6 TB HD storage.
|
|
|
dogged2003
|
dogged2003
Posted 3 Years Ago
|
Group: Forum Members
Last Active: Last Year
Posts: 413,
Visits: 4.1K
|
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 3 Years Ago
|
Group: Forum Members
Last Active: Last Month
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
Edited
3 Years Ago by
RobertoColombo
|
|
|
animagic
|
animagic
Posted 3 Years Ago
|
Group: Forum Members
Last Active: 49 minutes ago
Posts: 13.2K,
Visits: 23.4K
|
|
|
|
luke (RL)
|
luke (RL)
Posted 3 Years Ago
|
Group: Power Developer
Last Active: 11 hours ago
Posts: 166,
Visits: 4.2K
|
thank you animagic, team discuss your request and decide to try it in days, any update will let you know.
|
|
|
lkelemen
|
lkelemen
Posted 3 Years Ago
|
Group: Forum Members
Last Active: 2 Months Ago
Posts: 65,
Visits: 1.1K
|
do you know what is the difference between visual studio community edition and visual studio code?
Lajos
IClone6pro, 3dxchange6pro, IClone 7, CrazyTalk8 Pipeline, CrazyTalkAnimator3Pro Intel Core I7 7700, 32GB RAM Nvidia Geforce GTX 1080, 8GB, 512GB SSD, 4TB HD Win10home 64bit
|
|
|
jlittle
|
jlittle
Posted 3 Years Ago
|
Group: Forum Members
Last Active: 5 hours ago
Posts: 1.7K,
Visits: 14.4K
|
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
See my CTA Tutorials on the YouTube channel CTAStepByStep Check out EZColors for CTA. The easy way to change Render Styled (RS) colors.
|
|
|
RobertoColombo
|
RobertoColombo
Posted 3 Years Ago
|
Group: Forum Members
Last Active: Last Month
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
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 3 Years Ago
|
Group: Forum Members
Last Active: 2 Months Ago
Posts: 65,
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
IClone6pro, 3dxchange6pro, IClone 7, CrazyTalk8 Pipeline, CrazyTalkAnimator3Pro Intel Core I7 7700, 32GB RAM Nvidia Geforce GTX 1080, 8GB, 512GB SSD, 4TB HD Win10home 64bit
Edited
3 Years Ago by
lkelemen
|
|
|