1109 Commits

Author SHA1 Message Date
Swann
0a3dd9b5b8
fix: missing get_datablock_from_uuid 2020-10-02 00:00:34 +02:00
Swann
7fbdbdcc21
feat: show flag in blender overlays panel 2020-10-01 22:55:06 +02:00
Swann
8f9d5aabf9
refactor: moved get_datablock_from_uuid to bl_datablock 2020-10-01 22:51:48 +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
5f4bccbcd9
feat: POLY curves support
During a mesh->curve conversion, curve type spline is changed to POLY. This is adding the support for POLY curves.

Related to #113
2020-10-01 15:33:10 +02:00
Swann Martinez
8e8e54fe7d Merge branch '122-crash-on-connection' into 'develop'
Resolve "Crash on connection"

See merge request slumber/multi-user!50
2020-10-01 09:17:59 +00:00
Swann
04b13cc0b7
refactor: moveconnection handlers to the main thread 2020-10-01 10:58:30 +02:00
Swann
ba98875560
fix: version check command format 2020-09-29 17:33:39 +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
e466f81600
fix: file handler not properly closed 2020-09-28 22:51:07 +02:00
Swann
cb836e30f5
fix: empty uv useless update 2020-09-28 22:50:42 +02:00
Swann
152e356dad
fix: font/sound loading 2020-09-28 10:40:07 +02:00
Swann
7b13e8978b
fix: close file handler after quitting the session 2020-09-28 10:32:41 +02:00
Swann Martinez
e0839fe1fb Merge branch '118-optionnal-active-camera-sync-flag' into 'develop'
Resolve "Optionnal active camera sync flag"

See merge request slumber/multi-user!49
2020-09-25 14:09:31 +00:00
Swann
aec3e8b8bf
doc: update replication flag section 2020-09-25 15:27:01 +02:00
Swann
a89564de6b
feat: append synchronization flags to the top
refactor: enable sync render settings by default
2020-09-25 14:26:31 +02:00
Swann
e301a10456
feat: active camera sync flag 2020-09-25 11:33:35 +02:00
Swann
cfc6ce91bc
feat: initial live syncflag support 2020-09-25 11:23:36 +02:00
Swann
4f731c6640
fix: implementation not found if a new type is added 2020-09-23 17:37:21 +02:00
Swann
9b1b8f11fd
feat: sync object hide_render 2020-09-23 16:48:17 +02:00
Swann
e742c824fc
feat: sync all object show flags except hide_viewport. 2020-09-23 16:47:51 +02:00
Swann
6757bbbd30
fix: enable DIFF_BINARY by default 2020-09-23 16:04:31 +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
410d8d2f1a
feat: display sync 2020-09-23 10:00:08 +02:00
Swann
bd64c17f05
feat: update version 2020-09-22 16:36:59 +02:00
Swann
dc063b5954
fix: handle file not found exception 2020-09-21 18:52:27 +02:00
Swann Martinez
0ae34d5702 Merge branch 'file_replication' into 'develop'
Basic file replication interface

See merge request slumber/multi-user!48
2020-09-21 16:17:58 +00:00
Swann
167b39f15e
doc: added a cache section to the quickstart 2020-09-21 18:14:30 +02:00
Swann
9adc0d7d6e
clean: remove image testing (until the file replication interface is done) 2020-09-21 17:48:07 +02:00
Swann
fb622fa098
fix: get_datablock_users attribute error 2020-09-21 17:37:06 +02:00
Swann
c533d4b86a
ci: run tests on every branch 2020-09-21 17:31:07 +02:00
Swann
6c47e095be
feat: cache managenent utility 2020-09-21 16:47:49 +02:00
Swann
f992d06b03
feat: handle packed datablock
feat: filecache settings
2020-09-21 12:12:19 +02:00
Swann
af3afc1124
feat: use bl_file in bl_image 2020-09-21 00:11:37 +02:00
Swann
b77ab2dd05
feat: use bl_file to replicate font and sound files 2020-09-20 23:31:24 +02:00
Swann
150054d19c
feat: generic file replication ground work 2020-09-20 19:53:51 +02:00
Swann Martinez
8d2b9e5580 Merge branch '65-sync-speaker-sounds' into 'develop'
Partial support for syncinf speaker sound files

See merge request slumber/multi-user!47
2020-09-19 19:37:43 +00:00
Swann
6870331c34
feat: notice 2020-09-19 18:59:03 +02:00
Swann
6f73b7fc29
feat: ground work for sound sync 2020-09-19 00:47:46 +02:00
Swann
6385830f53
fix: prevent world replication conflict with external addons 2020-09-18 23:38:21 +02:00
Swann
b705228f4a
feat: support all font file extention 2020-09-18 23:30:50 +02:00
Swann
73d2da4c47
fix: ReparentException error
feat: replication protocol version in ui header
2020-09-18 23:25:01 +02:00
Swann Martinez
b28e7c2149 Merge branch '116-bfon-is-missing' into 'develop'
Resolve "Bfont is missing"

See merge request slumber/multi-user!46
2020-09-18 21:10:13 +00:00
Swann
38f06683be
fix: bfont is missing
related to #116
2020-09-18 23:09:47 +02:00
Swann Martinez
62221c9e49 Merge branch '114-support-custom-fonts' into 'develop'
Resolve "Support custom fonts"

See merge request slumber/multi-user!45
2020-09-18 15:05:25 +00:00
Swann
e9f416f682
feat: ground work for custom font support 2020-09-18 17:04:24 +02:00
Swann
3108a06e89
fix: sync flag missing comma 2020-09-18 16:17:19 +02:00
Swann
470df50dc2
fix: bl_image test, disabling texture unload from ram. 2020-09-18 16:02:50 +02:00
Swann
d8a94e3f5e
fix: image uuid error 2020-09-18 15:58:43 +02:00