Search found 7 matches

by theadib
Sun Feb 28, 2021 9:51 am
Forum: Requests, new functionalities
Topic: Command line; loading multiple files from a list file
Replies: 7
Views: 22784

Re: Command line; loading multiple files from a list file

This is possible with the qJsonRPCPlugin. There is some example in the test directory of that plugin folder. The example uses some simple Python code i.e. {"jsonrpc": "2.0", "method": "open", "params": {"filename": "/home/adib/Dokument...
by theadib
Fri Feb 19, 2021 11:36 pm
Forum: Requests, new functionalities
Topic: extend the LoadFile parameter
Replies: 3
Views: 2216

Re: extend the LoadFile parameter

there is this RPC "open" function with filename as parameter and some paramters to suppress the parameter dialog. However some paramter should get some values from the caller (in the bundler it should be "lists.txt" filename) If I have to decide that is the bundler::loadFile() fu...
by theadib
Sun Feb 07, 2021 4:00 pm
Forum: Issues, bugs, etc.
Topic: please close issues in github regarding dll loading on linux
Replies: 1
Views: 1040

please close issues in github regarding dll loading on linux

please close issues in github regarding dll loading on linux the ticktes https://github.com/CloudCompare/CloudCompare/issues/1298 Open https://github.com/CloudCompare/CloudCompare/issues/1345 Closed https://github.com/CloudCompare/CloudCompare/issues/1294 Open Are duplicates of each other. They are ...
by theadib
Sun Feb 07, 2021 2:58 pm
Forum: Requests, new functionalities
Topic: extend the LoadFile parameter
Replies: 3
Views: 2216

extend the LoadFile parameter

Hello Daniel, I am author of that qJsonRPC plugin that has "open" function to open files. Now a user has problems to open bundler ".out" files silently. The problems is that the import dialogue has input for additional filelist filename. But if that can not be changed that lead t...
by theadib
Wed Nov 04, 2020 1:01 pm
Forum: Requests, new functionalities
Topic: RPC interface for CloudCompare
Replies: 6
Views: 3548

Re: RPC interface for CloudCompare

Hi Daniel, I updated the repo. Hope is all fine now. Adib.
by theadib
Sun Oct 25, 2020 11:29 am
Forum: Requests, new functionalities
Topic: RPC interface for CloudCompare
Replies: 6
Views: 3548

Re: RPC interface for CloudCompare

Hi Daniel,

I pulled all relevant plugin code out into separate project.

You can now find the plugin only code here:
https://gitlab.com/theadib/JSonRPCPlugin

Regards, Adib.
--
by theadib
Wed Oct 21, 2020 8:21 pm
Forum: Requests, new functionalities
Topic: RPC interface for CloudCompare
Replies: 6
Views: 3548

RPC interface for CloudCompare

Hi Daniel, I have programmed a plugin that allows one to - open a file in qCC and - clear the objects via WebSocket based JSON RPC calls. That plugin is used to control the objects shown based on an application that has the filelist. I think that could be useful for others as well. You can find my p...