100 Commits

Author SHA1 Message Date
Swann
0b88631250
refactor: move session dump_db to replication as session.save 2021-02-09 18:09:39 +01:00
Swann
4d69faf186
clan: remove diff_method 2021-01-22 14:24:19 +01:00
Swann
f5c77fec3a
fix: fail to push collectionsby reverting the commit caching policy 2021-01-12 21:29:36 +01:00
Swann
e3bd7ea445
feat: improve commit times by using cache from the diff 2021-01-12 10:29:27 +01:00
Swann
12bd4a603b
feat: added a push timer to control the push frequency 2021-01-11 19:54:57 +01:00
Swann
c24f70fad5
feat: force to use depsgraph update mode 2021-01-09 22:36:00 +01:00
Swann
ca2d8e49b5
feat: update replication 2021-01-06 13:58:58 +01:00
Swann
3d9da73ab0
feat: flush history on collection and scene update only
feat: enable deploy for undo branch
2020-12-23 18:46:29 +01:00
Swann
cd1e535a56
feat: initial undo tests 2020-12-23 17:27:43 +01:00
Swann
d0dc61bf66
feat: initial import operator 2020-12-16 11:05:58 +01:00
Swann
8015881e29
feat: update replication to fix image file dependencies owners 2020-12-09 18:38:08 +01:00
Swann
e073182028
fix: missing replication update 2020-12-02 16:38:57 +01:00
Swann
7e25ca4c84
feat: show exit reason in the disconnection popup 2020-11-26 11:37:51 +01:00
Swann
64bb715aff
fix: python_binary_path deprecation in 2.91.0
More infos here:
https://wiki.blender.org/wiki/Reference/Release_Notes/2.91/Python_API
2020-11-25 18:20:28 +01:00
Swann
039225a41c
feat: ignore context errors with info logging level 2020-11-18 17:05:41 +01:00
Swann
fbb32147b9
feat: use pickle Cython implementation when its available 2020-11-14 09:51:17 +01:00
Swann
d85db295a5
feat: use pickle protocol 4 2020-11-14 09:30:54 +01:00
Swann
8f4de7adbf
feat(replication): handle error outside the data protocol
refactor(replication): remove background worker
2020-11-13 14:15:11 +01:00
Swann
c718e62b33
feat: update replication version to fix server error 2020-11-06 16:52:53 +01:00
Swann
17949003f7
refactor: remove reparent mecanism
fix: empty camera background image
fix: object data reassignation
2020-11-03 23:44:25 +01:00
Swann
664f7635cc
feat: support empty id_root in actions 2020-11-03 16:15:34 +01:00
Swann
f90c12b27f
doc: added missing fields
feat: changed session widget defaults
2020-10-22 16:07:19 +02:00
Swann
1a82ec72e4
fix: change owner call in opterator 2020-10-21 14:40:15 +02:00
Swann
804747c73b
fix: owning parent when a child is already owned (ex: duplicate linked) 2020-10-21 14:15:42 +02:00
Swann
7ee705332f
feat: update replication to prevent UnpicklingError from crashing the network Thred 2020-10-20 17:25:50 +02:00
Swann
9f8222afa7
fix: handle apply dependencies 2020-10-15 12:11:28 +02:00
Swann
f0b33d8471
fix: race condition in scene sync 2020-10-14 19:11:32 +02:00
Swann
9dd02b2756
feat: fix binary diff 2020-10-13 17:15:31 +02:00
Swann
a4d0b1a68b
fix: client selection 2020-10-12 18:56:42 +02:00
Swann
030f2661fd
fix: buffer empty for the first diff 2020-10-12 17:13:35 +02:00
Swann
51b60521e6
feat: update relplication version 2020-10-11 19:07:48 +02:00
Swann
3eca25ae19
feat: update replication version 2020-10-11 15:10:28 +02:00
Swann
4453d256b8
feat: update replication version, switched dependency to pyzmq 2020-10-08 23:57:39 +02:00
Swann
724c2345df
refactor: disable force apply during the reparent 2020-10-08 15:00:27 +02:00
Swann
60fba5b9df
refactor: use dict to store widgets 2020-10-06 15:46:35 +02:00
Swann
be0eb1fa42
clean: remove unused import 2020-10-06 09:45:13 +02:00
Swann
b368c985b8
refactor: session handler encapsulation 2020-10-02 12:11:53 +02:00
Swann
cab1a71eaa
fix: version 2020-10-02 09:52:21 +02:00
Swann
33cb188509
refactor: use replication session global instance 2020-10-02 00:05:33 +02:00
Swann
824d4d6a83
feat: upgrade replication version to fix duplicate during REPARENT
Related to #113
2020-10-01 15:34:36 +02:00
Swann
a9fb84a5c6
fix: world viewport color sync 2020-09-29 11:47:48 +02:00
Swann
2f139178d3
feat: update replication version 2020-09-28 22:59:43 +02:00
Swann
cfc6ce91bc
feat: initial live syncflag support 2020-09-25 11:23:36 +02:00
Swann
f6a39e4290
fix: scene differential error
fix: bl_file loading error
feat: update replication version
2020-09-23 14:24:57 +02:00
Swann
bd64c17f05
feat: update version 2020-09-22 16:36:59 +02:00
Swann
73d2da4c47
fix: ReparentException error
feat: replication protocol version in ui header
2020-09-18 23:25:01 +02:00
Swann
ae71d7757e
feat: reparent ground work 2020-09-17 22:47:11 +02:00
Swann
514f90d602
feat: logging to files
feat: logging level

Related to #111
2020-09-15 12:31:46 +02:00
Swann
b3230177d8
Merge branch 'feature/event_driven_updates' into develop 2020-09-03 15:59:19 +02:00
Swann
605bcc7581
refactor: bl_collection lint
feat: late update replication
2020-09-02 16:44:11 +02:00