Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

FlyByWire Simulations

FlyByWire Simulations is a community-driven group currently focused on creating the A320 family and the A380 for MSFS.
Collective - Host: opensource - https://opencollective.com/flybywire - Website: https://www.flybywiresim.com/ - Code: https://github.com/flybywiresim

Merge pull request #488 from Cyp/fix-stuff

Fix Blender 2.79 compatibility and fix custom normals exporting as (0, 0, 0).

github.com/flybywiresim/msfs2blender2msfs - 5bb01727b509998c7928bcc7350ce2bdda30a0a9 authored over 5 years ago by Ed Mackey <[email protected]>
Write some of the glTF Validator's findings into the test fail report.

github.com/flybywiresim/msfs2blender2msfs - 93e5aef2b6288da55f57c5f126baae9c985ef8e0 authored over 5 years ago by Ed Mackey <[email protected]>
Export mesh.weights and mesh.extras.targetNames.

github.com/flybywiresim/msfs2blender2msfs - 6b26130f35de21339b7f8ce15468f40de0ffd9d7 authored over 5 years ago by Don McCurdy <[email protected]>
Fix custom normals exporting as (0, 0, 0).

Related to 287b4af31313725a0c1197cdfda413b63cae3a15.

Fixes #436 and #458.

github.com/flybywiresim/msfs2blender2msfs - c9e33f3c8838cc9c6f6cf51c65e28b5ee073e4f0 authored over 5 years ago by Cyp <[email protected]>
Fix Blender 2.79 compatibility.

Follows 49f88de58b41de421116c2ff4872f114e5070409.

github.com/flybywiresim/msfs2blender2msfs - a828fefbd262bfa2d73662756cab7a5e02a0d929 authored over 5 years ago by Cyp <[email protected]>
Merge branch 'master' into fix_460

github.com/flybywiresim/msfs2blender2msfs - dd08c9e6ee5a4bb76a0b20086bc1f5494f6ee6b9 authored over 5 years ago by Julien Duroure <[email protected]>
Merge branch 'master' into fix_426

github.com/flybywiresim/msfs2blender2msfs - 80421a9e1f20d16aa02b7b28430b79b45ff32d92 authored over 5 years ago by Julien Duroure <[email protected]>
Merge pull request #487 from KhronosGroup/fix_228_copyright

Update copyright year

github.com/flybywiresim/msfs2blender2msfs - 4469c4237b9d77fccad40f9d4cccc73c21193881 authored over 5 years ago by Ed Mackey <[email protected]>
Update copyright year

github.com/flybywiresim/msfs2blender2msfs - 7616bba0e64ee061bac71a9d59dd6e7121eb59f7 authored over 5 years ago by Julien Duroure <[email protected]>
Test if the number of validation errors is not zero.

See https://github.com/KhronosGroup/glTF-Blender-IO/issues/486

github.com/flybywiresim/msfs2blender2msfs - 4ba70c4065286f18c3ac03673312d043e762b218 authored over 5 years ago by Ed Mackey <[email protected]>
Retrieve bake frame range

github.com/flybywiresim/msfs2blender2msfs - 0bef44b0ca306b1b2a74c2c867bb17f871361ae6 authored over 5 years ago by Julien Duroure <[email protected]>
Expose start/end frame for baking. WIP

github.com/flybywiresim/msfs2blender2msfs - 6d9b1dcc6ae55b67110b9d7332c8ace068b16f25 authored over 5 years ago by Julien Duroure <[email protected]>
Remove old comment

github.com/flybywiresim/msfs2blender2msfs - 40ba3e84f5737c7d9c759181e0878158107ae9d3 authored over 5 years ago by Julien Duroure <[email protected]>
Merge branch 'master' into fix_460

github.com/flybywiresim/msfs2blender2msfs - ffadb25c35ef7f417fe1cdbd77d5e8fd696901e8 authored over 5 years ago by Julien Duroure <[email protected]>
Bake all bones & all properties when force sample is used

github.com/flybywiresim/msfs2blender2msfs - e153cfdeccb3042e1a753306817c54be35ea1a41 authored over 5 years ago by Julien Duroure <[email protected]>
Fix convert matrix changes by baking all bones

Instead of baking only deformation bone, bake all bones of the rig to
get correct parenting inh...

github.com/flybywiresim/msfs2blender2msfs - 430119507787c35a73c7af9d6ec694567bdb57db authored over 5 years ago by Julien Duroure <[email protected]>
Merge pull request #477 from KhronosGroup/fix_blenderepo

Fix from Blender repo about new attribute to get double sided

github.com/flybywiresim/msfs2blender2msfs - fbb2c50723e5eaa2635672fedfb0f53df7d0798f authored over 5 years ago by Julien Duroure <[email protected]>
Fix from Blender repo about new attribute to get double sided

github.com/flybywiresim/msfs2blender2msfs - b68e702e0e375399d9476b5cb57f018b89777a21 authored over 5 years ago by Julien Duroure <[email protected]>
convert matrix changes.

Still not OK in all cases (for example scale inheritance + rotation in
bouncing ball)

github.com/flybywiresim/msfs2blender2msfs - b0714a3f9e581f59d5e637024e5fa71f36dfacc7 authored over 5 years ago by Julien Duroure <[email protected]>
Skip bone animation when this is a deformation bone that will be baked later

github.com/flybywiresim/msfs2blender2msfs - 08d6104babd24e43223cf0a4d19900b679e13013 authored over 5 years ago by Julien Duroure <[email protected]>
Changes from Blender repo after API changes

github.com/flybywiresim/msfs2blender2msfs - 49f88de58b41de421116c2ff4872f114e5070409 authored over 5 years ago by Julien Duroure <[email protected]>
Fix #473 fix normal map input after recent principled node changes

github.com/flybywiresim/msfs2blender2msfs - 946bb60433cf178ec5b49460c0d33cd9be7ebf54 authored over 5 years ago by Julien Duroure <[email protected]>
Manage matrix conversion

github.com/flybywiresim/msfs2blender2msfs - 5e0a3c7998d060be766a351c50b2d538a8a6eb52 authored over 5 years ago by Julien Duroure <[email protected]>
Merge branch 'master' into fix_460

github.com/flybywiresim/msfs2blender2msfs - e1f18af67680f92b34ea12092d1f89ad125aeaa0 authored over 5 years ago by Julien Duroure <[email protected]>
Bake deformation bones animation if needed. WIP & not working

Still some TODO, see TODO460 in code

github.com/flybywiresim/msfs2blender2msfs - 412fccb7b8be29c6aba6f79db2f8caa13c58fc7a authored over 5 years ago by Julien Duroure <[email protected]>
Bump to 0.9.9

github.com/flybywiresim/msfs2blender2msfs - 60b127072102a17606087c61385e0bd325c1b493 authored over 5 years ago by Julien Duroure <[email protected]>
Merge pull request #472 from KhronosGroup/fix_blenderepo

Fix #471 Merge from blender repo after API change

github.com/flybywiresim/msfs2blender2msfs - baac4e8ac61d907a6bb0676070be9d0e2f9ba785 authored over 5 years ago by Julien Duroure <[email protected]>
Fix #471 Merge from blender repo after API change

github.com/flybywiresim/msfs2blender2msfs - 901cb415262258647278cb570e3ba3e15d8aae13 authored over 5 years ago by Julien Duroure <[email protected]>
Merge pull request #467 from KhronosGroup/fix_459

Fix #459 exporting punctual light

github.com/flybywiresim/msfs2blender2msfs - f8c35adfdb6710cee81128e85008215ac315fc70 authored over 5 years ago by Ed Mackey <[email protected]>
Add option in UI

WIP, descriptions, name, and defaults must be adjusted

github.com/flybywiresim/msfs2blender2msfs - e478abdf7d3c9f760cdf99f9d7389753dbae596f authored over 5 years ago by Julien Duroure <[email protected]>
Fix baked value for objects when non array_index are animated

github.com/flybywiresim/msfs2blender2msfs - 8cebc6caa81411760ece8e5e60b2e37d04dd23f6 authored over 5 years ago by Julien Duroure <[email protected]>
Fix baked value for bones when not all array_index are animated

github.com/flybywiresim/msfs2blender2msfs - d7e6233a02d48749dd7b8a26c605a75b3cd8a40e authored over 5 years ago by Julien Duroure <[email protected]>
Complete keys when not all array_index are animated. WIP

Added support for bones. Not fully tested yet. Not for baked curves yet

github.com/flybywiresim/msfs2blender2msfs - 60ee9868210a3d12d8e7f545ade32aa555d27d97 authored over 5 years ago by Julien Duroure <[email protected]>
Missed in a previous commit

github.com/flybywiresim/msfs2blender2msfs - e9f5c4adbaee66365723a8fc6f002d7979e9e516 authored over 5 years ago by Julien Duroure <[email protected]>
complete keys when not all array_index are animated. WIP

Only for non baked for now, only for objects for now.

github.com/flybywiresim/msfs2blender2msfs - 4ec328ee51a12cb93225b62494c2e4a0250d1caa authored over 5 years ago by Julien Duroure <[email protected]>
Propagate object to all needed functions, not only for armatures

This will be needed to have access to object when only some array_index
are keyed

github.com/flybywiresim/msfs2blender2msfs - ee3b79d2233b47edb47fe68162493d563a5d923c authored over 5 years ago by Julien Duroure <[email protected]>
Fix #459 exporting punctual light

github.com/flybywiresim/msfs2blender2msfs - 1a32b5a65e640a0a9bcaa4731fbf631fb6cabe43 authored over 5 years ago by Julien Duroure <[email protected]>
Bump to 0.9.8

github.com/flybywiresim/msfs2blender2msfs - 70eed19eacfec3e2ca27c9ec0ba02fe1cb91dba2 authored over 5 years ago by Julien Duroure <[email protected]>
Fix #440 and #445

When two Blender objects share vertex data (for example by duplicating
with alt-d), two meshes r...

github.com/flybywiresim/msfs2blender2msfs - 39d11d6cc12cddbc4f4314ac54ae6721ace19066 authored over 5 years ago by Jim Eckerlein <[email protected]>
update remote debugger link

github.com/flybywiresim/msfs2blender2msfs - cd7f787793e3716135a05d4b77db91422177dfbb authored over 5 years ago by Benjamin Schmithüsen <[email protected]>
Fix #463 #464 Fix for 2.79 after recent change from blender repo

github.com/flybywiresim/msfs2blender2msfs - 392e3be712fcb0f876ce6fe0a404249842a67594 authored over 5 years ago by Julien Duroure <[email protected]>
Bump to 0.9.7

github.com/flybywiresim/msfs2blender2msfs - fa88f19475828a82636588f607fdee3fcdaf3976 authored over 5 years ago by Julien Duroure <[email protected]>
Change from blender repo

github.com/flybywiresim/msfs2blender2msfs - 39173a143ee8604516846792ac823954bb3f8e24 authored over 5 years ago by Julien Duroure <[email protected]>
Merge pull request #446 from Cyp/fix-stuff

Fixes for animation regressions.

github.com/flybywiresim/msfs2blender2msfs - 1f3098b563904ac166767af3abb58c63e14e22e7 authored over 5 years ago by Don McCurdy <[email protected]>
Bump to 0.9.6

github.com/flybywiresim/msfs2blender2msfs - b4678fe2b2d8b3f98e019ad412601a56aa94e995 authored over 5 years ago by Julien Duroure <[email protected]>
Importer: add node idx to debug log

github.com/flybywiresim/msfs2blender2msfs - c03d6190ec98eb04fdf26946e75716fb9110f7ad authored over 5 years ago by Julien Duroure <[email protected]>
Importer: Use debug value 101 to display current node loading

github.com/flybywiresim/msfs2blender2msfs - 748babb38d9f8a67891789bdf17c5f1fa079ed20 authored over 5 years ago by Julien Duroure <[email protected]>
Importer: use debug value 100 to not convert Yup to Zup

github.com/flybywiresim/msfs2blender2msfs - 91cda308c799cc5cc82701300020205ac6677dae authored over 5 years ago by Julien Duroure <[email protected]>
Importer: make root node active even if there are some armature in scene

github.com/flybywiresim/msfs2blender2msfs - 2ccb1f01a9df6db870d9092fa01b3f00fc79d626 authored over 5 years ago by Julien Duroure <[email protected]>
Importer: fix previous commit for 2.80

github.com/flybywiresim/msfs2blender2msfs - 5c419376ed683669f8fd49dc4ece0122758973e8 authored over 5 years ago by Julien Duroure <[email protected]>
Importer: Make the first root object the active one at end of import process

github.com/flybywiresim/msfs2blender2msfs - 5855b2d48d166898a535b40084416f15d8756732 authored over 5 years ago by Julien Duroure <[email protected]>
Bump to 0.9.5

github.com/flybywiresim/msfs2blender2msfs - d2ffef6971e58d6cadb259b39a5aa80901ff01dc authored over 5 years ago by Julien Duroure <[email protected]>
Merge pull request #450 from KhronosGroup/even-more-orm

Rough without metal, and metal without rough

github.com/flybywiresim/msfs2blender2msfs - 2d18772f2641234c7287cb167b62ab09324f0feb authored over 5 years ago by Ed Mackey <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/flybywiresim/msfs2blender2msfs - e634b1a9042d053c8ff6fd210d57b16f66b15656 authored over 5 years ago by Cyp <[email protected]>
Changed http to https.

github.com/flybywiresim/msfs2blender2msfs - d2405aedb0b5ecd5f65fd6cb851131e3d772e017 authored over 5 years ago by Norbert Nopper <[email protected]>
Fixes and tests for rough without metal, and metal without rough

github.com/flybywiresim/msfs2blender2msfs - 0cd18f209c0ee4f86f5b0eebf41cdc62a0425c7e authored over 5 years ago by Ed Mackey <[email protected]>
Merge pull request #448 from KhronosGroup/texture-transform-test

Add tests for texture transform roundtrip/export

github.com/flybywiresim/msfs2blender2msfs - 3baf88bfbb88113ca9d947446ee8ebc5b1019e1b authored over 5 years ago by Ed Mackey <[email protected]>
Importer: fix image transform when image is shared

github.com/flybywiresim/msfs2blender2msfs - 180f5889d8767bb881d16af696056cb3c96f1918 authored over 5 years ago by Julien Duroure <[email protected]>
Bump to 0.9.3

github.com/flybywiresim/msfs2blender2msfs - 47aa5e116669bce87c492629ec121ec768c31557 authored over 5 years ago by Julien Duroure <[email protected]>
Add options for running one version of Blender from npm

github.com/flybywiresim/msfs2blender2msfs - 67c2f9ea7ae33ef08b780988e08a470bd65c7701 authored over 5 years ago by Ed Mackey <[email protected]>
Add ESLint for test suite.

github.com/flybywiresim/msfs2blender2msfs - bb7f1f6e271ac6b1af258944ad07ebe128ec3389 authored over 5 years ago by Ed Mackey <[email protected]>
Add tests for texture transform roundtrip/export

github.com/flybywiresim/msfs2blender2msfs - 7f4d449ec2145a0be53e18178b84bbc39a3bedb1 authored over 5 years ago by Ed Mackey <[email protected]>
Merge pull request #444 from KhronosGroup/combine-names

Combine names when combining different images into one.

github.com/flybywiresim/msfs2blender2msfs - efa4205618f071fcbdff3ccda5082319384c1dfb authored over 5 years ago by Ed Mackey <[email protected]>
Add glTF JSON content tests

github.com/flybywiresim/msfs2blender2msfs - decc2de21b152158457fed240a636a98959f2106 authored over 5 years ago by Ed Mackey <[email protected]>
Added some output tests.

github.com/flybywiresim/msfs2blender2msfs - 7bc08ef58dfec1ff1358e58d6356036329404a6a authored over 5 years ago by Ed Mackey <[email protected]>
Export custom properties on cameras.

github.com/flybywiresim/msfs2blender2msfs - 4549b3dadb48c5e88c3ba27d3c0e2043f6dc65d9 authored over 5 years ago by Cyp <[email protected]>
Handle non-identity animation matrix_parent_inverse.

See 8a533936d5ac6dafdc8e120cecd377a0a360b5fc.

github.com/flybywiresim/msfs2blender2msfs - 96788f7487af9ff891e79e21d1f65a00f73c3243 authored over 5 years ago by Cyp <[email protected]>
Handle non-identity node matrix_parent_inverse.

The approach in a057a60ae95ab6f6837b6dd83d7f7215bc85f43b gives more accurate results
iff the mat...

github.com/flybywiresim/msfs2blender2msfs - dadde634dd117df5c1bc0c19978291f30a3f8bd1 authored over 5 years ago by Cyp <[email protected]>
Try harder to cache images.

This avoids making 18 copies of tex.png as tex.png, tex-1.png, …, tex-17.png.

github.com/flybywiresim/msfs2blender2msfs - 09b1270b834364f0a0b4c59647b86122345a5144 authored over 5 years ago by Cyp <[email protected]>
Change collision naming scheme to "-" + number.

Since "tex-17.png" is more concise than "tex 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17.png".

github.com/flybywiresim/msfs2blender2msfs - 6aa41704ddf3ebdffd4a7584fcbd39eea5067c71 authored over 5 years ago by Cyp <[email protected]>
Bump to 0.9.2

github.com/flybywiresim/msfs2blender2msfs - 2f3293c9f59df50c64252ae08ca48ba2012b0456 authored over 5 years ago by Julien Duroure <[email protected]>
Merge remote-tracking branch 'origin/master' into combine-names

github.com/flybywiresim/msfs2blender2msfs - 32a8141753901aa61bb58e035a0ef2c5c05c886b authored over 5 years ago by Ed Mackey <[email protected]>
Merge pull request #437 from KhronosGroup/roundtrip_ao_node

Roundtrip AO node

github.com/flybywiresim/msfs2blender2msfs - f12b8205284d13ebcd294abc525ff54d8d4c1663 authored over 5 years ago by Ed Mackey <[email protected]>
Combine names when combining different images into one.

github.com/flybywiresim/msfs2blender2msfs - 2ea96343df3e4d13b7a16ef4611fd16f6acdc2ff authored over 5 years ago by Ed Mackey <[email protected]>
Bump to 0.9.1

github.com/flybywiresim/msfs2blender2msfs - 2afbb957729d66ee2a9798e7cec9fcba83306116 authored over 5 years ago by Julien Duroure <[email protected]>
Add test scenes that combine ORMs from grayscale images.

github.com/flybywiresim/msfs2blender2msfs - 9a52b6692f8b52aef115cfa06f0822911b766c40 authored over 5 years ago by Ed Mackey <[email protected]>
Merge remote-tracking branch 'origin/master' into roundtrip_ao_node

# Conflicts:
# addons/io_scene_gltf2/blender/imp/gltf2_blender_map_occlusion.py

github.com/flybywiresim/msfs2blender2msfs - e68baeaf446c15db1dabc49949f18fd0c51e77fb authored over 5 years ago by Ed Mackey <[email protected]>
Merge pull request #443 from KhronosGroup/test-all-blend

Don't hard-code list of blend scenes for export tests

github.com/flybywiresim/msfs2blender2msfs - 78e2628f09dc1381505e6bab0e0de951b19ec088 authored over 5 years ago by Ed Mackey <[email protected]>
Don't hard-code list of blend scenes for export tests.

github.com/flybywiresim/msfs2blender2msfs - ed8883fba6ca968689e9c001b6abcc55787d241f authored over 5 years ago by Ed Mackey <[email protected]>
Merge pull request #442 from KhronosGroup/import_KHR_texture_transform

Importer: Initial work on KHR_texture_transform extension

github.com/flybywiresim/msfs2blender2msfs - eec60717cd0c5dba104c31a0aac6496ba07b9660 authored over 5 years ago by Ed Mackey <[email protected]>
Importer: Initial work on KHR_texture_transform extension

github.com/flybywiresim/msfs2blender2msfs - 81523f7a89424d99d9273756838920ad6c604559 authored over 5 years ago by Julien Duroure <[email protected]>
Need to make sure images exist, not just sockets.

github.com/flybywiresim/msfs2blender2msfs - 9d344b76b4bf336e5cedb6b3269a5e239a443842 authored over 5 years ago by Ed Mackey <[email protected]>
Merge pull request #421 from KhronosGroup/version-1.0.0

Bump version to 0.9.0, write version number to output file.

github.com/flybywiresim/msfs2blender2msfs - 4cf8a05f0712af26fee5046dcd8d96bd607256e1 authored over 5 years ago by Ed Mackey <[email protected]>
Add option to bump minor version +1

Only change file for now.

github.com/flybywiresim/msfs2blender2msfs - 8e03b038773c6b0a05c85f0af2e8c22def20b698 authored over 5 years ago by Julien Duroure <[email protected]>
Fix precompute when gltf file has no image texture

github.com/flybywiresim/msfs2blender2msfs - 3d0845c9e8acc178ac4e7979a363d286500da982 authored over 5 years ago by Julien Duroure <[email protected]>
Gather a combined ORM image where possible

github.com/flybywiresim/msfs2blender2msfs - 7c1ad3e1b4ecbd2ab8aec3db8c46ba820750d136 authored over 5 years ago by Ed Mackey <[email protected]>
Merge remote-tracking branch 'origin/master' into roundtrip_ao_node_wip2

github.com/flybywiresim/msfs2blender2msfs - e2915aa37af543133cea05fe7f7f53a8845f13ae authored over 5 years ago by Ed Mackey <[email protected]>
Merge remote-tracking branch 'origin/master' into version-1.0.0

github.com/flybywiresim/msfs2blender2msfs - c8da919dc6092d6a134849f55014f2650d9003bc authored over 5 years ago by Ed Mackey <[email protected]>
Merge pull request #435 from KhronosGroup/blender-2.79/fix-texture-name

fix texture name in Blender 2.79

github.com/flybywiresim/msfs2blender2msfs - 62187c0c15d02f218e46940eddfecc9e981fff40 authored over 5 years ago by Benjamin Schmithüsen <[email protected]>
Merge pull request #408 from blm768/apply_extras

Keep custom properties when applying modifiers to meshes

github.com/flybywiresim/msfs2blender2msfs - a54046f295a1040e211c8a65442065163bd6c1bf authored over 5 years ago by Moritz Becher <[email protected]>
fix texture name in Blender 2.79

resolves #434

github.com/flybywiresim/msfs2blender2msfs - 493e35d728908983238822fa3f032d8dc5977932 authored over 5 years ago by Benjamin Schmithüsen <[email protected]>
Reset version to 0.9.0 since this is still in Beta.

github.com/flybywiresim/msfs2blender2msfs - 29fc78eb93facc72c656b5c6ada8187a48e863b1 authored over 5 years ago by Ed Mackey <[email protected]>
Merge remote-tracking branch 'origin/master' into version-1.0.0

github.com/flybywiresim/msfs2blender2msfs - 7ab90ac2a8d3bf07a28fd4993254a396b3191003 authored over 5 years ago by Ed Mackey <[email protected]>