Search found 27 matches

by vinayan
Fri Nov 11, 2016 12:44 pm
Forum: CloudCompare
Topic: global scale and shift
Replies: 7
Views: 5118

Re: global scale and shift

okay understood now..I misunderstood the thing about the static variable..let me try that..thank you for the help.
by vinayan
Fri Nov 11, 2016 11:05 am
Forum: CloudCompare
Topic: global scale and shift
Replies: 7
Views: 5118

Re: global scale and shift

but I believe ccGlobalShiftManager does not store the scale and shift anywhere if mode is NO_DIALOG_AUTO_SHIFT. So forcing last stored info might not be useful. Probably the information needs to be saved to some other place than the dialog.
by vinayan
Thu Nov 10, 2016 12:53 pm
Forum: Questions
Topic: Debugging when plugins are enabled
Replies: 7
Views: 3579

Re: Debugging when plugins are enabled

hi,

It is 2.8 beta as shown below. Anyway , I am getting around without debugging using old school logging.
titlebar.png
titlebar.png (34.87 KiB) Viewed 3551 times
thank you for the time.
by vinayan
Thu Nov 10, 2016 11:21 am
Forum: CloudCompare
Topic: global scale and shift
Replies: 7
Views: 5118

Re: global scale and shift

After peeking the source code, it seems that the lastSettings are only updated when the UI, ccShiftAndScaleCloudDlg is invoked, which does not happen when ccGlobalShiftManager::NO_DIALOG_AUTO_SHIFT is set. What would be another alternative to save the last scale settings when no dialog is selected? ...
by vinayan
Thu Nov 10, 2016 9:30 am
Forum: CloudCompare
Topic: global scale and shift
Replies: 7
Views: 5118

global scale and shift

hi Daniel, I have written a pluign to import data from a csv file. I referred the AsciiFilter class to accomplish this. I would like to suppress the shift/scale dialog while importing this file. So i used the ccGlobalShiftManager::NO_DIALOG_AUTO_SHIFT in the plugin. Now, after I import this csv thro...
by vinayan
Sat Nov 05, 2016 4:31 am
Forum: Questions
Topic: Debugging when plugins are enabled
Replies: 7
Views: 3579

Re: Debugging when plugins are enabled

I installed Qt actually. Did not compile it.
by vinayan
Fri Nov 04, 2016 7:31 am
Forum: Questions
Topic: Debugging when plugins are enabled
Replies: 7
Views: 3579

Debugging when plugins are enabled

hi, First of all, I have to say that this is an awesome project. Just started playing around with cloudcompare. I hope to get myself familiar with the API in a few weeks. I would be glad to contribute small bug fixes. I have some experience having contributed to the QGIS project. I built cc on Windo...