swh:1:snp:ee4e5d57596114de1742ddf7f83c4e02bef86713

sort by:
Revision Author Date Message Commit Date
b5b7a88 import bug 12 June 2018, 14:38:16 UTC
b3a14e0 utils import bug 12 June 2018, 14:35:28 UTC
3e097af stopped backups from being made, because of import bug. 12 June 2018, 14:31:03 UTC
19c86ad moved utils subpackage into base package. 12 June 2018, 13:55:20 UTC
a3fc568 moved pyx and pxd files to within the package, so pip doesn't delete them after building them. 12 June 2018, 13:41:48 UTC
7d2e7dd raises error again if can't find path 12 June 2018, 13:35:05 UTC
afab5de fixed path string 11 June 2018, 19:40:48 UTC
f4d2c8f changed paths to be os-neutral. 11 June 2018, 15:05:27 UTC
17ef67e changed setup.py path error to warning, to enable builds on linux. Also mocked numpy to avoid numpy documentation. 11 June 2018, 14:57:09 UTC
00f9497 removed warnings. It's a built-in module. 11 June 2018, 14:52:50 UTC
a2d03d7 removed btk from requirements.txt 11 June 2018, 14:47:40 UTC
f45073d deleted build/html directory to get rid of submodule errors with git clone --recursive 11 June 2018, 14:39:21 UTC
dff0af3 commented-out underdeveloped pointcloudgroup module 11 June 2018, 13:08:53 UTC
654b28d updated get_unifdentified_markers() to be python3 compatible 26 April 2018, 14:35:56 UTC
9593d9c Added unicode handling for nicer Python3 usage. 26 April 2018, 10:47:51 UTC
162feaa Updated to support Python 3 25 April 2018, 16:45:05 UTC
b9cdfcf Added Camera.settings property and CameraSettings namedtuple 04 September 2017, 16:15:43 UTC
973890a Added Camera.settings property and CameraSettings namedtuple 17 March 2017, 18:08:47 UTC
ac69b6c added get_all() classmethods, as simplified replacements for get_rigid_bodies() and get_cams(). Leaving those functions to stay for backwards compatibility, though. 24 February 2017, 14:55:19 UTC
c2bcbb8 moved check_cam_setting decorator to camera module 24 February 2017, 14:46:33 UTC
3b2ac5d using decorator systax fo some 24 February 2017, 14:41:48 UTC
3da8269 Moved check_npresult() decorator to the native module, in order to remove hardcoded error codes and instead get them from cnative.pxd 24 February 2017, 14:37:01 UTC
3e56d5b updated RigidBody.__str__ 24 February 2017, 14:19:17 UTC
20f9fee Added links to camera mode values, directly from motive. 24 February 2017, 14:18:56 UTC
90d2333 enabled a couple camera mask methods. 24 February 2017, 13:49:59 UTC
dbeaa27 Updated several Camera methods to give more clean errors. 24 February 2017, 13:30:29 UTC
0398415 Camera settings are now value-checked no matter how the methods are called (whether in set_settings() or the property directly.) This simplifies the call stack. 24 February 2017, 12:44:05 UTC
a133f98 Added name to RigidBody.__str__, because it's helfpul to be able to see it, even if it's not part of the class constructor. 24 February 2017, 12:14:04 UTC
886d8b9 Changed camera.__str__ to a more standard format. 24 February 2017, 12:13:05 UTC
cc3a3e8 Added reset_pivot_offset() method, and auto-update motie to account for a weird bug I found--when setting the location twice, it doesn't update to the correct location anymore. 24 February 2017, 12:08:22 UTC
1e439f4 Added Rigidbody.location setter. 23 February 2017, 17:26:06 UTC
f25dec5 Added transformations library, to give some added functionality. 23 February 2017, 17:12:37 UTC
c8aab18 Multiply by negative x when translating pivot for RigidBodies (weird bug) 23 February 2017, 16:58:48 UTC
030bee7 Readable string and some id value checking upon body creation. 23 February 2017, 15:59:43 UTC
6c91f78 Now storing RB coordinates in namedtuples, to help document coordinate order. 21 February 2017, 13:18:37 UTC
06aace4 fixed quaternions being output as a set, and removed useless rotation_global() method. 21 December 2016, 14:29:13 UTC
4eae2d5 disabled auto-initialization for motivepy. Now must call native.initialize() explicitly after importing for the connection to be made. 20 December 2016, 12:02:38 UTC
a6c5db2 Merge branch 'master' of https://github.com/NicolasKuske/motivepy 12 April 2016, 20:14:50 UTC
970a6b9 final doc 12 April 2016, 20:10:26 UTC
5c9d3bc finished documentation. the double decorator- and set get grouppointcloud decorator documentation problems still remain 12 April 2016, 19:47:38 UTC
a6cf627 Update README.md 12 April 2016, 19:15:01 UTC
ed64c1a added readme.md 12 April 2016, 15:49:37 UTC
d5793ee Update README.md 12 April 2016, 15:47:39 UTC
71d7130 Rename README.txt to README.md 12 April 2016, 15:44:28 UTC
7a6f06e updated readme 12 April 2016, 15:43:36 UTC
e237076 removed functools in decor 12 April 2016, 13:26:40 UTC
a9ecb63 removed functools wrap in decorators 12 April 2016, 13:25:12 UTC
ccf4e51 documentation for pointcloudgroup and rigidbody started 12 April 2016, 12:45:27 UTC
c040d28 deleted doctrees for being ready to merge 12 April 2016, 11:09:50 UTC
6cb4c97 ready for merging master 12 April 2016, 11:07:14 UTC
e586950 untracked is tracked 12 April 2016, 10:56:14 UTC
71f4f37 test function gone 12 April 2016, 10:55:29 UTC
adad5e8 Merge pull request #44 from neuroneuro15/master Viewer difference 31 March 2016, 14:05:04 UTC
42153fa minor change 17 March 2016, 17:42:41 UTC
e592390 finished camera docs, started native docs 17 March 2016, 17:29:23 UTC
e083d05 started with native doc. problems with double decorator 17 March 2016, 17:27:30 UTC
6c951a2 camera docs finished 17 March 2016, 16:53:39 UTC
daa65ae even closer 17 March 2016, 16:16:18 UTC
699f665 docs almost done 17 March 2016, 16:15:19 UTC
79e6abf doc works for most functions 17 March 2016, 16:01:28 UTC
e5f775d got some camera docs 17 March 2016, 14:35:06 UTC
9a00bc1 utils doc included 17 March 2016, 13:25:06 UTC
297e0e1 tabbed over camera method 17 March 2016, 12:43:30 UTC
42d073c added make and conf.py files for re-compiling Sphynix documentation. 17 March 2016, 12:39:43 UTC
d0502eb testing .gitignore 17 March 2016, 12:34:36 UTC
0a583bb fixed merge conflicts between master and branch 17 March 2016, 12:33:53 UTC
f2ad7e9 updated setup 15 March 2016, 19:17:50 UTC
73508b0 Merge branch 'master' of https://github.com/neuroneuro15/motivepy 14 March 2016, 09:21:16 UTC
b2219bd Added module documentation 11 March 2016, 17:21:10 UTC
fd4a6f9 now 11 March 2016, 17:05:17 UTC
9374407 added tutorial for pointcloudgroup 11 March 2016, 17:00:29 UTC
81db720 assert motive is 64bit for now 10 March 2016, 17:10:44 UTC
e206bec updated requirements 10 March 2016, 16:32:50 UTC
fcdb306 setup first change for 64 bit version 10 March 2016, 16:30:10 UTC
c70c3e1 added readme file 10 March 2016, 14:40:57 UTC
4f4a1fb deleted html doc build files 10 March 2016, 14:26:12 UTC
f93c445 recompiled docs and added requirements file 10 March 2016, 14:10:18 UTC
11a35c4 Merge branch 'master' into doc 10 March 2016, 14:01:27 UTC
e9dc6cf minor changes 09 March 2016, 16:34:29 UTC
742cc12 added variables for path in setup.py 09 March 2016, 14:50:58 UTC
08a582e put variables in setup.py 09 March 2016, 14:46:00 UTC
8f3f396 commented out import cv 09 March 2016, 13:46:58 UTC
dde5ddb merging errors 08 March 2016, 11:17:10 UTC
a5a5530 checked all getter and updated raise NotImplementedError accordingly. Getter might get strange floating point, variables, but once the value is changed in the api or gui it will show just fine 19 February 2016, 20:47:10 UTC
eae6577 minor changes 19 February 2016, 19:47:56 UTC
17ec772 minor changes and changed wire_frame to opacity 19 February 2016, 17:16:55 UTC
591f1ed corrected minor error in docstring 19 February 2016, 14:46:18 UTC
cb8ca05 Merge branch 'doc' of https://github.com/NicolasKuske/motivepy into doc 19 February 2016, 14:45:22 UTC
4c07c77 minor change 19 February 2016, 14:44:08 UTC
d5b306b removed and added some raise not implemented errors from PC settings class 18 February 2016, 19:57:06 UTC
ea83384 raised some non implemented errors for settings 16 February 2016, 18:47:54 UTC
57258d9 camerapointgroupcloud class, all properties implemented 16 February 2016, 17:20:59 UTC
75b8d73 Merge branch 'master' of https://github.com/NicolasKuske/motivepy 16 February 2016, 15:28:59 UTC
3ce7893 created new module containing point cloud and camera group functionality, cleaned up 12 February 2016, 18:48:45 UTC
9cb8622 can now change camera settings when the cams are in master group (index 0) might be that I just do not see the others when changed. can also load those in the GUI. Still have to try in 1.9 though 11 February 2016, 17:08:24 UTC
fafdb10 tried using cameragrouppointcloudsettings. so far stil have problem to directly give the c class as parameter instead of the pyobject 10 February 2016, 18:58:44 UTC
dcbb0c3 using the cloud class I can set any setting but cannot save it. Also cannot read settings from project file. Motive API always loads default values 10 February 2016, 18:11:07 UTC
1a18867 can create cameragroupcloudsettingsclass in motivepy 10 February 2016, 16:02:25 UTC
1e46d05 last changes, for example try to use class pointcloudsetting method without camera group method 10 February 2016, 14:22:25 UTC
42f17c6 minor changes 09 February 2016, 13:48:19 UTC
back to top