Ralph Wessel
18ca0318a7
ReceiveBridge and Receive method classes added (no receive implementation yet)
2024-11-14 21:14:44 +00:00
Ralph Wessel
d78a443395
AC26 compatibility (Xcode)
2024-11-13 15:05:22 +00:00
Ralph Wessel
e5754d51f0
Compatibility with AC25 (Xcode projects)
2024-11-12 12:41:51 +00:00
David Kekesi
a6f15e9a53
review comments fixed
2024-11-06 20:34:46 +01:00
David Kekesi
96759f7e9e
very slow in a 3D view - attaching element observers to all elements
2024-11-06 19:43:01 +01:00
Ralph Wessel
0dc823785d
Removed test code from ConnectorPalette
2024-11-05 16:37:27 +00:00
Ralph Wessel
bacdbc4d61
Added ConnectorProject as a container for ModelCardDatabase
...
Moved ownership of ModelCardDatabase from Addon to ConnectorProject
Tools requiring access to the model card database now need to check for an open project first and then obtain the database from it (prevents attempts to access model cards when no project is open)
2024-11-05 16:34:49 +00:00
David Kekesi
8d8934657c
get the selected element ids from the modelcard instead of the application during a send operation
2024-11-05 12:46:14 +01:00
David Kekesi
e5bf001590
handling Begin, End event types, sending setModelsExpired event to UI
2024-10-28 21:58:07 +01:00
David Kekesi
0969026f39
ElementChangedSubscriber, ElementChangedEvent added
2024-10-28 11:22:27 +01:00
David Kekesi
3f772150ff
no need to start project subscriber after installation
2024-10-24 16:28:57 +02:00
David Kekesi
e00fd99d3c
modelcards are loaded on document switch
2024-10-24 16:25:27 +02:00
David Kekesi
511311eb84
selectionBridge works
2024-10-16 15:08:34 +02:00
David Kekesi
def9162e4c
added SelectionBridge, SelectionInfo, GetSelection
2024-10-15 17:13:06 +02:00
Ralph Wessel
042a515dc4
Removed test code from palette
2024-10-03 17:54:01 +01:00
Ralph Wessel
76348c8fd1
Merge branch 'develop' into david/cnx-577-implement-mesh-class
2024-10-03 15:51:27 +01:00
Ralph Wessel
1a61608c42
Using preview interface for testing
2024-10-03 14:33:52 +01:00
David Kekesi
6cf03010bd
mesh export WIP
2024-10-03 14:39:09 +02:00
Ralph Wessel
4c8a2237bf
Removed testing code
2024-09-26 13:28:14 +01:00
Ralph Wessel
5abc831473
Implemented Archicad element database functionality:
...
- Retrieving the database from the Project
- Gettting selected elements
- Getting an element from an index/link
2024-09-26 13:05:22 +01:00
Ralph Wessel
ea3152d942
Added GetSendFilter
...
Reactivated sendBinding
2024-09-09 12:59:07 +01:00
Ralph Wessel
0b00af7d1d
Updated VS project
...
Temporarily deactived "sendBinding" - appears to stop usual palette rendering (possibly further implementation required)
2024-09-09 09:39:47 +01:00
Ralph Wessel
c68d2f3e25
Added placeholder Send binding
2024-09-09 09:28:00 +01:00
Ralph Wessel
9acc058f07
Simplified add/install syntax
2024-09-08 23:01:22 +01:00
Ralph Wessel
e18d967c07
Updated VS project
...
Temporarily disabled SendBinding to allow GetAccounts testing
2024-09-05 11:41:46 +01:00
Ralph Wessel
7a3f46f54d
Added empty SendBridge
2024-09-05 11:34:09 +01:00
Ralph Wessel
2911afa3e7
Added Platform class
...
Console logging restricted to debug build
Some tidying
2024-08-30 13:32:41 +01:00
Ralph Wessel
9232b205d9
Fixed testBinding name
...
Added TEST_MODE macro for testBinding
RunMethod now return null for methods that don't return anything
2024-08-28 14:05:20 +01:00
Ralph Wessel
696a4ea870
Added TestBinding and implemented associated test methods
...
Added speckle::utility::Exception
Added ErrorReport for BrowserBridge method execution
JSBridgeArgument is capable of capturing error conditions for later reporting
Implemented additional exception handling and return report to JS on method execution failure
2024-08-27 16:48:42 +01:00
Ralph Wessel
fe42f29275
Linked baseBinding to Speckle pallete
2024-08-22 16:50:47 +01:00
Ralph Wessel
5f1ee05979
Connected ConfigBridge with Speckle palette - config response now returned
2024-08-22 08:45:56 +01:00
Ralph Wessel
cf44012617
Updated namespace for VS
2024-08-19 20:25:33 +01:00
Ralph Wessel
7482926e76
Updated VS project
2024-08-19 20:19:46 +01:00
Ralph Wessel
7106a64de3
JS engine tied to BrowserControl object
2024-08-19 19:05:57 +01:00
Ralph Wessel
2b03f56293
AccountBridge installed into BrowserPalette
...
Added missing functions
Fixed type errors
2024-08-19 12:51:02 +01:00
Ralph Wessel
c3282d5452
initial commit - Xcode projects defined
2024-08-09 23:24:27 +01:00