Commit Graph

218 Commits

Author SHA1 Message Date
Gyedo Jeon d1d8685fe5 Added support for grid snapping 2009-10-07 21:40:22 +00:00
Gyedo Jeon 01cdc6f629 Made DIRECT_deselectAll message be sent when direct.deselectAll is called 2009-09-14 18:14:50 +00:00
Gyedo Jeon 0ad1e310d3 Added support for multiple windows 2009-08-28 06:41:07 +00:00
Gyedo Jeon b9338f9f7f Gathered hotkeys to DirectSession for easy remapping 2009-08-12 17:48:02 +00:00
Gyedo Jeon 5809061ac9 Added checking routine for when winCtrl.mouseWatcher is None 2009-05-15 23:46:22 +00:00
Gyedo Jeon 8370d2be12 Fixed crash in Pirates 2009-05-15 21:08:35 +00:00
Gyedo Jeon 9d25a49bf7 Fixed a mistake 2009-05-14 01:30:32 +00:00
Gyedo Jeon 12d02e67fd Added support for legacy multi windows 2009-05-14 01:27:42 +00:00
Gyedo Jeon 678acf998a Made oobe mode compatibe with multi windows 2009-05-14 01:11:06 +00:00
Gyedo Jeon 4a85b07d0a Added ortho zoom support 2009-05-14 01:10:40 +00:00
Gyedo Jeon f3812fd8dd Made selection compatible with multi windows 2009-05-14 00:58:04 +00:00
Gyedo Jeon f62f19c3d4 Replaced redundant code changes in DirectCameraControl with a DirectSession code change 2009-05-11 18:07:07 +00:00
Gyedo Jeon b40450ccb2 Updated to support multiple windows 2009-05-08 23:06:24 +00:00
Gyedo Jeon b42af781bd Enabled to change controlled camera 2009-05-08 23:05:16 +00:00
Gyedo Jeon b884ec3ea3 Made tk window not create if it is not wanted 2009-05-06 02:00:08 +00:00
rdb c1dd337f86 Fix crash. upcastToPandaNode is no longer needed 2009-04-02 13:29:52 +00:00
Gyedo Jeon 08a51055d2 Made shift-click of selected object to deselect it 2009-04-01 22:44:45 +00:00
Gyedo Jeon b4785c9485 Fixed a bug with getSelectedAsList 2008-11-24 22:53:27 +00:00
Gyedo Jeon ff36eb76cb Made widget be shown in black when non-movable object selected 2008-11-15 02:32:08 +00:00
Gyedo Jeon 37df0df5c7 Changed getAncestry to getAncestors 2008-11-15 01:00:52 +00:00
David Rose c69c8680e8 asList() etc. no longer needed 2008-11-12 20:37:20 +00:00
Gyedo Jeon e80cd79f6b Made selected order maintained 2008-11-08 00:42:00 +00:00
Gyedo Jeon 2e22468684 Changed upondDeath assignments to call setUponDeath 2008-11-06 21:40:34 +00:00
Abhishek Nath d2602b7a26 To maintain compatibility with Pirates 2008-11-04 01:12:52 +00:00
Abhishek Nath 0924ad835d Added back the shortcuts I deleted in the last revision as it was needed by the pirates team. 2008-11-04 01:07:25 +00:00
rdb 81b8b3165e parent for toggleGrid 2008-11-01 15:52:15 +00:00
Gyedo Jeon 89d53bbb75 Updated to work with new taskMgr 2008-10-29 20:39:16 +00:00
Abhishek Nath 226b975642 Brought object manipulation to MayaCam 2008-10-10 01:45:04 +00:00
David Rose c176d9e1ac remove .bam 2008-09-26 16:49:00 +00:00
David Rose 828346f19f more minor fixes 2008-09-26 13:52:04 +00:00
David Rose e330f19626 minor fixes 2008-09-26 13:24:44 +00:00
David Rose ddf501b588 loadModelOnce -> loadModel 2008-08-28 19:24:59 +00:00
Gyedo Jeon 6ed5f67db6 Added priority to setColor of widget 2008-05-15 22:42:58 +00:00
Gyedo Jeon 084bda9f8e Enabled selection only mode while other manipluation is disabled 2007-12-14 00:48:09 +00:00
Dustin Barnard 487ac293c7 *** empty log message *** 2007-10-24 23:06:57 +00:00
Dustin Barnard 087eab8a17 *** empty log message *** 2007-09-25 00:09:05 +00:00
Gyedo Jeon de5c96115f Added DIRECT_reparent_fWrt message with wrt information 2007-08-22 03:12:16 +00:00
Gyedo Jeon f914eb9c8f Fixed scale problem under Maya control mode 2007-08-08 22:36:54 +00:00
Gyedo Jeon e44724fc4b Made alt modifier information get sent while mouse button 1 is still pressed 2007-08-08 03:50:51 +00:00
Gyedo Jeon b290f53d74 Prohibited unwanted object movent under Maya camera mode 2007-08-07 18:43:16 +00:00
Gyedo Jeon cff6603eb6 Made mouse x movement zoom in/out camera in maya mode 2007-07-31 23:15:25 +00:00
Gyedo Jeon c86d20b176 Fixed Maya Camera control mode problem 2007-07-31 19:42:10 +00:00
Gyedo Jeon 544a035d34 Disabled camera rotation with Mouse3 in Maya mode 2007-07-31 01:27:34 +00:00
Gyedo Jeon 8bbe2f6376 Enabled widget lerpScale with fScaleWidgetByCam is on 2007-07-30 17:16:19 +00:00
Gyedo Jeon 0fe56bd0a9 Made Maya-like widget scaling 2007-07-27 18:38:00 +00:00
Gyedo Jeon b0ce0f70a3 Added feature to scale widget by distance from the camera 2007-07-23 20:51:09 +00:00
Gyedo Jeon dacf7b57cf fixed Mat4() initialization error 2007-06-29 18:45:09 +00:00
Justin Butler 38a4e312b0 fix to single axis scaling 2007-06-27 22:08:27 +00:00
Gyedo Jeon c79a08611f Added scale1D 2007-06-27 00:52:25 +00:00
Asad M. Zaman 49a62d6a3b we started initializing matrices; so changed code to follow the matrix consturcts 2007-06-05 00:16:09 +00:00