1217 Commits

Author SHA1 Message Date
Swann
aa9ea08151
doc: update refresh icon 2020-10-16 10:28:29 +02:00
Swann
f56890128e
fix: material test by splitting it in a gpencil and nodal material test 2020-10-15 18:08:08 +02:00
Swann
8865556229
feat: update CHANGELOG 2020-10-15 18:02:07 +02:00
Swann
5bc9b10c12
fix: material gpencil loading 2020-10-15 18:01:54 +02:00
Swann
7db3c18213
feat: affect dependencies option in change owner 2020-10-15 17:48:04 +02:00
Swann
ff35e34032
feat: update apply ui icon
fix: material property filter
2020-10-15 17:09:50 +02:00
Swann
9f8222afa7
fix: handle apply dependencies 2020-10-15 12:11:28 +02:00
Swann
1828bfac22
feat: update changelog 2020-10-14 19:25:59 +02:00
Swann Martinez
3a1087ecb8 Merge branch '131-sync-render-settings-flag-cause-a-race-condition' into 'develop'
Resolve "Sync render settings flag cause a race condition"

See merge request slumber/multi-user!63
2020-10-14 17:16:20 +00:00
Swann
b398541787
fix: apply operator 2020-10-14 19:12:28 +02:00
Swann
f0b33d8471
fix: race condition in scene sync 2020-10-14 19:11:32 +02:00
Swann Martinez
5a282a3e22 Merge branch '130-mesh-transfert-is-broken-between-a-hybrid-linux-windows-session' into 'develop'
Resolve "Mesh transfert is broken between a hybrid linux-windows session"

See merge request slumber/multi-user!62
2020-10-14 14:07:59 +00:00
Swann
4283fc0fff
fix: crash during hybrid session
Related to #130
2020-10-14 16:06:11 +02:00
Swann
753f4d3f27
fix: prevent NonAuthorizedOperationError to kill the right managment timer 2020-10-14 00:36:59 +02:00
Swann
9dd02b2756
feat: fix binary diff 2020-10-13 17:15:31 +02:00
Swann
c74d12c843
fix: handle world empty dependencies 2020-10-13 17:10:25 +02:00
Swann
e1d9982276
fix: bl_file diff when clear memory cache is enabled 2020-10-13 17:09:43 +02:00
Swann
8861986213
fix: packed image save error 2020-10-13 16:58:48 +02:00
Swann
1cb9fb410c
feat: material node output default value support
fix: prevent material empty dependencies
2020-10-12 23:10:42 +02:00
Swann Martinez
c4a8cc4606 Merge branch 'fix_deploy' into 'develop'
Fix deploy

See merge request slumber/multi-user!61
2020-10-12 19:03:47 +00:00
Swann
187f11071c
feat: enable build and deploy for only master and develop 2020-10-12 21:01:54 +02:00
Swann
530fae8cb4
feat: active deploy 2020-10-12 20:24:12 +02:00
Swann
6771c371a1
feat: enable deploy back 2020-10-12 20:23:08 +02:00
Swann
c844c6e54f
clean: keep only active renderer settings (bl_scene.py)
fix: resolve_deps_implementation now only resolve master collection objects (bl_scene.py)
2020-10-12 20:21:08 +02:00
Swann
a4d0b1a68b
fix: client selection 2020-10-12 18:56:42 +02:00
Swann
2fdc11692d
fix: handle None bounding box position 2020-10-12 18:15:59 +02:00
Swann
dbfca4568f
fix: get_preference import syntax 2020-10-12 18:07:09 +02:00
Swann
069a528276
feat: test scene with sync render settings enabled 2020-10-12 18:04:54 +02:00
Swann
030f2661fd
fix: buffer empty for the first diff 2020-10-12 17:13:35 +02:00
Swann
e589e3eec4
fix: file not found logging
clean: remove cache for scene diff
2020-10-12 17:12:50 +02:00
Swann
04140ced1b
fix: collection instance bounding box display 2020-10-12 17:11:46 +02:00
Swann
0d9ce43e74
fix: enable binrary differentialback
feat: ignore material node bl_label
2020-10-12 13:33:49 +02:00
Swann
d3969b4fd4
Revert "feat: avoid dumping read only properties"
This reverts commit cefaef5c4bcabf920b46b6dd29415cabcd8f23d9.
2020-10-12 10:23:19 +02:00
Swann
e21f64ac98
revert: bl_label 2020-10-11 19:20:53 +02:00
Swann
b25b380d21
fix: missing bl_idname 2020-10-11 19:11:51 +02:00
Swann
1146d9d304
feat: disable render settings sync by default 2020-10-11 19:08:06 +02:00
Swann
51b60521e6
feat: update relplication version 2020-10-11 19:07:48 +02:00
Swann
035f8a1dcd
feat: skipping not required parameters 2020-10-11 19:07:28 +02:00
Swann
cefaef5c4b
feat: avoid dumping read only properties 2020-10-11 19:06:58 +02:00
Swann
4714e60ff7
Merge branch 'develop' of gitlab.com:slumber/multi-user into develop 2020-10-11 15:22:05 +02:00
Swann
3eca25ae19
feat: update replication version 2020-10-11 15:10:28 +02:00
Swann
96346f8a25
refactor: clean debug logs 2020-10-11 15:06:32 +02:00
Swann Martinez
a258c2c182 Merge branch 'feature/doc-updates-2' into 'develop'
Feature/doc updates 2

See merge request slumber/multi-user!60
2020-10-09 09:28:36 +00:00
brybalicious
6862df5331 Minor doc update 2020-10-09 01:59:42 +02:00
brybalicious
f271a9d0e3 Updated contribution doc to indicate how to sync with upstream repository 2020-10-09 01:55:45 +02:00
brybalicious
bdff6eb5c9 Updated contribution documentation with how to sync upstream repo 2020-10-09 01:29:01 +02:00
Swann Martinez
b661407952 Merge branch '128-ui-gizmo-error' into 'develop'
Resolve "UI gizmo error"

See merge request slumber/multi-user!59
2020-10-08 22:50:11 +00:00
Swann
d5eb7fda02
fix: ci yaml error 2020-10-09 00:46:52 +02:00
Swann
35e8ac9c33
feat: disable deploy until fixed 2020-10-09 00:45:30 +02:00
Swann
4453d256b8
feat: update replication version, switched dependency to pyzmq 2020-10-08 23:57:39 +02:00