Search found 3 matches
- Fri Nov 11, 2022 2:46 pm
- Forum: Questions
- Topic: m_app not initialized when running a plugin from the CLI
- Replies: 5
- Views: 2622
Re: m_app not initialized when running a plugin from the CLI
The plugin iterates though all of the clouds in a specific group that is always assumed to be present (i.e. no need to select it). It adds some partially cloned clouds and data from a preexisting bin file to the database and it does some searching, by metadata, for planes from that bin file.
- Thu Nov 10, 2022 5:49 pm
- Forum: Questions
- Topic: m_app not initialized when running a plugin from the CLI
- Replies: 5
- Views: 2622
Re: m_app not initialized when running a plugin from the CLI
Thanks for the reply,
The plugin aligns clouds from a number of sensors. It's code I inherited from someone else so there maybe additional calls that I haven''t run across yet, but it looks like it is mostly used for database access. There are some process dialogs that are displayed, but we don't ...
The plugin aligns clouds from a number of sensors. It's code I inherited from someone else so there maybe additional calls that I haven''t run across yet, but it looks like it is mostly used for database access. There are some process dialogs that are displayed, but we don't ...
- Mon Nov 07, 2022 9:55 pm
- Forum: Questions
- Topic: m_app not initialized when running a plugin from the CLI
- Replies: 5
- Views: 2622
m_app not initialized when running a plugin from the CLI
Good Afternoon,
I've got a plugin that works from within the cloudcompare GUI, but it throws a nullpointer exception for m_app when run from the commandline. It's my understanding that m_app is initialized when the plugin is, but that doesn't seem to be happening. Is there anything I need to do to ...
I've got a plugin that works from within the cloudcompare GUI, but it throws a nullpointer exception for m_app when run from the commandline. It's my understanding that m_app is initialized when the plugin is, but that doesn't seem to be happening. Is there anything I need to do to ...