Ecosyste.ms: OpenCollective

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

github.com/flybywiresim/msfs2blender2msfs

Fork of the official Blender glTF 2.0 importer and exporter designed for MSFS 2020
https://github.com/flybywiresim/msfs2blender2msfs

Merge remote-tracking branch 'origin/master' into tidy-example

74707745977841f398de8a8bf2b3318af60f724c authored about 5 years ago
Merge branch 'master' into hierarchy

8242f6d523195c936c4d196b829af16675da9fdc authored about 5 years ago
Merge pull request #876 from KhronosGroup/bump-test-version

Bump tests on master branch to Blender 2.83 Alpha.

7998db4c2f6ebbe325f4af9dc77c8295c4299ab3 authored about 5 years ago
Add the `tail` command to ensure only one version is selected.

See:
https://github.com/KhronosGroup/glTF-Blender-IO/issues/873#issuecomment-573455268

d252f08906d94d99c421b11871308e71a1151119 authored about 5 years ago
Bump tests on master branch to Blender 2.83 Alpha.

7f0a0c0994c8be07afc3f61d7bc88f3e091440b6 authored about 5 years ago
Merge remote-tracking branch 'origin/blender-v2.82-release'

d75fa7b880286bec1e4cd4b1241156cb6f66ee0b authored about 5 years ago
Merge pull request #875 from KhronosGroup/new-validator

New glTF validator

58e77810620e2d7f81277245358d6d6e2f342bda authored about 5 years ago
Lock tests to version 2.82, for the 2.82 release branch.

ce4e5cd1328c9b6d48aaad7ce68b5189acc5fc29 authored about 5 years ago
Refactor: tweak names

a82d31c226dcb11e84d4d8918924244b87d0b9db authored about 5 years ago
Fix #860 when bevel change normals

d92b80e2ee1fb3f0faf51a286a3a4bcacc7d3692 authored about 5 years ago
Merge branch 'blender-v2.82-release'

d7f1061bc55742dd1eb66aa681b251709c226f8c authored about 5 years ago
Bump to 1.1.38

e5c49b51c28074353fd45dc4cd74187a45a8b1cd authored about 5 years ago
Fix #171 - lights with node

4fe50c64ed4b0340e7c14c850660f5a77e1c256c authored about 5 years ago
Merge branch 'blender-v2.82-release'

0012130dfdb1cc434272d1ddbc3f9ac776ea889a authored about 5 years ago
Convert extensions to dictionaries

7503c33119445007b70b57992611d48e3105e149 authored about 5 years ago
Bump to 1.2.0

04c22014f068a4f042993baba1345480d09a3a99 authored about 5 years ago
Merge pull request #849 from jjcasmar/extensions_dict

Convert user extensions to dictionaries

3ab37ba38a3ae483d69a029f979286ded8b9b94b authored about 5 years ago
Export: Convert extensions to dictionaries

Recursively descend into extensions and convert them to
dictionaries if necessary

62ff119d8ffeab48f66e9d2699741407d532fe0f authored about 5 years ago
Regenerate all roundtrip reports

6c877f97d42719ad93d3a8017cfd7825275f3783 authored about 5 years ago
Update test filtering, re-export 03_skinned_cylinder.gltf

77d7244ceb695496705c759634d9cd961f745b54 authored about 5 years ago
ESLint recommendation

https://eslint.org/docs/rules/no-prototype-builtins

71301d5146113884b6e3ea1e62c8f65e877a8087 authored about 5 years ago
Upgrade glTF Validator and Mocha. Won't pass yet, summary info changed.

948327aee42af61b8dd817dfe9eb0f634267ffda authored about 5 years ago
One more name tweak.

b951698b08d684da35247b72733281eb9e1b0a12 authored about 5 years ago
Move example extension to a new folder.

bc8da6a8bcdeef29ba41d47dec86a54a670ccef7 authored about 5 years ago
Minor cleanup for extension sample code.

599fa2739d25cd26c5848b85c76b1c524162a720 authored about 5 years ago
Merge pull request #866 from KhronosGroup/git-ignore

Move .gitignore from addon folder to root.

4ad2d8d4e6b3c9764bd63679b8224c328c95a566 authored about 5 years ago
Import: slightly simplify vert skinning code

Pre-calculate the joint matrices so we only have to do one matrix-
vector multiply for each term...

26e4aa27f74700ace6e00e9d52d15580e6d6c039 authored about 5 years ago
Bump to 1.1.36

236b4b4fd3beb219e5e9aab0722ed154900e94da authored about 5 years ago
Import: speed up setting keyframe interpolation

Rather than looping every all keyframes, it's much faster to set
the option for the default inte...

9bbed40421991efdf30929e8ad932effba29a52c authored about 5 years ago
Move .gitignore from addon folder to root.

e2360e1f1e436cd574ab99695d97ec67e6957aa5 authored about 5 years ago
Merge pull request #865 from KhronosGroup/fix_855

Fix #855 detach last exported animation when no action was active at …

e8e70ba039debb0ecea732a83ba818150b61ff26 authored about 5 years ago
Bump to 1.1.35

c921cf39583bb486bc69092d7d02928326810db2 authored about 5 years ago
Merge pull request #864 from KhronosGroup/fix_858

Fix #858 alpha was added multiple time when material is used more tha…

7280d468bd7c211463b3c3093ef7101e95bbe533 authored about 5 years ago
Fix #855 detach last exported animation when no action was active at start

c0803846145164042dd600ad0f9c95faebfd3dc3 authored about 5 years ago
Fix #858 alpha was added multiple time when material is used more than 1 time

77633737449a55de3a42596a042fc2b0e49fd6b6 authored about 5 years ago
Bump to 1.1.34

84eea88752be32d6b2af1a1ac18d2fd025fdf00d authored about 5 years ago
Import: fix accidental sharing bug

We need to make a copy or else we modify the pyskin.joints list
(same thing as #858).

097aa8ccc4df8ff44d9bc9b32c753f22ce401850 authored about 5 years ago
Import: fix bug with animated armature objects

Bones use a cache to all put their channel in an action on the
armature object. But objects were...

ce00a220ed00b2d0af8ab58d170f48a92a691fb0 authored about 5 years ago
Debug: restore logging of node creation when debug_value==101

8bc87fc8b8cd77fd5c8c8e9adb3d0a7b31c8655d authored about 5 years ago
Merge pull request #861 from jjcasmar/scene_hook

Add scene hook

8dc220212a76e97a09c9ba975f76d03bee7de690 authored about 5 years ago
Cleanup: fix some things that were unused/done twice

aae24a60017cf9c5b437ad5cb8d22992949b2cc9 authored about 5 years ago
Merge branch 'emissive-doc-tweak'

1405fd16364e4b49aed7883d3131fe78389468d0 authored about 5 years ago
Add scene hook

bf5cceb26f4b777567887ecdcf124e01f69df017 authored about 5 years ago
Merge pull request #812 from scurest/faster-channel-compositing

Export: use Compositor to build images instead of pixel pushing (~4x faster at packing big metal...

f782b04736ff5c68657832ddf3fa18175b294f07 authored about 5 years ago
Import: set active object / select object

eb437a6cc8900d973af8dd58635bd6acc19bfcd4 authored about 5 years ago
Import: remove Yup2Zup node for good

Apply coordinate conversions whenever we read coordinates from the
glTF file, allowing us to rem...

831bedcc3aef394a0909907bec32068825be054b authored about 5 years ago
Import: massive improvement to skinning / node hierarchy

Introduces an intermediate data structure, a graph of "virtual"
nodes, that gives us a lot of fl...

214b16dd17bbb3f51e9788cb72c08242c3f6cfe8 authored about 5 years ago
Update docs for Emissive, and other doc tweaks

https://developer.blender.org/D6530

2679613e37d56e604ab04e0f5f1ffa23c8a64763 authored about 5 years ago
Bump to 1.1.32

2ad329e0fdf89803c09df686ca866ee6782542d0 authored about 5 years ago
Merge pull request #844 from KhronosGroup/fix_842

Fix #842 Keep STEP animation, even for sampled animation

40970f59aaa037bdf561298061a859469e47ce5d authored about 5 years ago
Bump to 1.1.31

f16b7f3750771fe0e4ec66a81dc9df46d1175f4a authored about 5 years ago
Merge pull request #851 from scurest/better-existing-images

Export: be slightly smarter when exporting existing images

63d3705933689adf1180cccab1e73327c9b44bc8 authored about 5 years ago
Export: be slightly smarter about exporting existing images

When we go to encode an existing Blender image:

* Do not try to use a file for images that don'...

4b1114d21103514c705b12676ccf6685ad51e1ff authored about 5 years ago
Update doc link

2afaf8f62e86cfe0d803bb73b79ed2d9b02cc656 authored about 5 years ago
Import documentation changes from upstream.

04b711ba2aad1cc996ce43a30efc82c3a4ef63a1 authored about 5 years ago
Export: use Compositor for faster packing of channels

Using the Compositor to build an image is hacky, but much faster
than the numpy stuff. The numpy...

4b460489cdba12bb01954a2748cd7209e6549959 authored about 5 years ago
Merge pull request #820 from scurest/faster-export-image-v2

Export: avoid pointless image<->Python data conversions

bce64dba4434bf17a51bc5aae896e2cbaa2462bf authored about 5 years ago
Merge remote-tracking branch 'origin/master' into faster-export-image-v2

dc04cd8fdc1e2b63a7eba74e6552243af1ee1e67 authored about 5 years ago
Merge pull request #838 from jjcasmar/multiple_extensions

Allow addons with multiple extensions

91fa22ced93ac4a3b4c34a67680190d3d211e33b authored about 5 years ago
Fix regression. TODO for bones

2364c23f0f2b4a3139f7410b635cc814210c6f7d authored about 5 years ago
Keep STEP animation, even for sampled animation

9ace1610df54834aa19703970877f2437b836b78 authored about 5 years ago
Bump to 1.1.29

331776410f1d3feb55d19b74e8f230166aef27f0 authored about 5 years ago
Merge pull request #834 from KhronosGroup/feature/draco/support-instances

Fix #816 bug when exporting Blender instances with Draco

4a9970b6566dba58d5d452963c4d55c835350ea8 authored about 5 years ago
Bump to 1.1.28

a99e8e3d38c8a486ebb4f279f2c0b82f27d53370 authored about 5 years ago
Merge pull request #837 from KhronosGroup/fix_835

Fix #835 animation get removed when using both TRS + SK animation

ab2da4467d681bd725229d82dd2602429e1e6da5 authored about 5 years ago
Bump to 1.1.27

c179a947024210d933a3932b02d46372d2a9f658 authored about 5 years ago
Merge pull request #836 from scurest/texture-folder

Fix #759 Export: add option to export textures into a folder

4a741ac2e3b731203d17800db1b3f5764fc0877c authored about 5 years ago
Allow addons with multiple extensions

4f7198bcf75c78a73891a2c1a017c1b1d9f70763 authored about 5 years ago
Fix #835 animation get removed when using both TRS + SK animation

ba44b7ed8f4e9ea41147dd723c46634453c82e3b authored about 5 years ago
Export: add option to export textures into a folder

For the "glTF Separate" format, you can now pick a path relative
to the location of the .gltf to...

6b32da50fb865681ffe767a6b6264646c04d4a47 authored about 5 years ago
Ignore nodes without a position view buffer

0ce7a318726905e9c63832a38888304b7032e8f0 authored about 5 years ago
Merge pull request #832 from scurest/user-exts-2.79

User extensions: Support Blender 2.79

fd2896b1a22bcc61b6835871928e67b0ef9a0618 authored about 5 years ago
User extensions: Support Blender 2.79

The only change necessary for this is that the preferences are in
bpy.context.user_preferences i...

92db6bbf31643778ce6a06ce977d10a5d1e41532 authored about 5 years ago
Bump to 1.1.26

d7c02f3fced8f0b424693a9a8a3a6c3ce98bc6e6 authored about 5 years ago
Bump to 1.1.25

b3406d8c405def24ab78347b5dc18aadbbf072bd authored about 5 years ago
Merge branch 'drivers'

92851e200563d67c36bef0f2571965bc255dec9b authored about 5 years ago
Merge pull request #825 from KhronosGroup/fix_349

Fix #349 size of bone at creation are now based on armature scale

900232cd5936248fd212d4a5272bded1d074bf48 authored about 5 years ago
Bump to 1.1.24

d0c8a72e3db013e4bba8dfda35a1324542aa63ce authored about 5 years ago
cleanup: remove some trailing spaces

1d4ad42358cfa2336114510bb7068b23beee7c59 authored about 5 years ago
Merge pull request #732 from jjcasmar/UExtensions

User defined extensions API

6030b243076f2bdd387778cf00620f571f4995b3 authored about 5 years ago
Support user extensions

The extension plugin should receive a dictionary with the properties

2195ce941709e001e059107707a081c7b12af324 authored about 5 years ago
Bump to 1.1.23

fc77468b209ed83ad42fa58a9f765a54cc3e88d6 authored about 5 years ago
Merge pull request #829 from m0ppers/feature/honor-extension-required

Only make extensions required if they are really required

b0ec2f6393db16ed537ae519f60b92968cf6a280 authored about 5 years ago
Only make extensions required if they are really required

7c06801f3377e52af891e7a4721f0d0e32cd80e8 authored about 5 years ago
Fix #349 size of bone at creation are now based on armature scale

a87d86a3476afe4c9a107f0b22d213fe7c999c13 authored about 5 years ago
Export: export dirty images as they are in Blender

image.copy() doesn't copy whatever's been painted on top of image,
so copy the pixels over too. ...

0ea9e74c40977a36bbccb7b823fe8bf5955fc528 authored about 5 years ago
Export: avoid pointless image<->Python data conversions

Previously all images were decoded to a Python tuple of 4*w*h floats
and put into a numpy array....

904c2c2b2234f575722a28b074eef5a63324566d authored about 5 years ago
Bump to 1.1.22

bd3dbe7a00aa9b85dc0eb29bcce734ccdf03caf5 authored about 5 years ago
Merge branch 'master' of github.com:KhronosGroup/glTF-Blender-IO

3afd69e17e561166afedae65343aed3e6c4e4f1e authored about 5 years ago
Bump to 1.1.21

f472094a4b4c1bbb94cb8c8cf0e8b440712dcba3 authored about 5 years ago
Merge pull request #813 from KhronosGroup/feature/draco-skinning-bug

Fix #617 Draco compression: Fix skinning bug

ea7ca25eac63bac04cb5c25bb7dc3f940eb4ecd6 authored about 5 years ago
Merge pull request #817 from scurest/better-uv-col-names

Import: name layers like Col, UVMap instead of COLOR_0, TEXCOORD_0

bdac811e2b25a32536f79443c9e5479f3a8f678c authored about 5 years ago
Merge branch 'master' into feature/draco-skinning-bug

462bb5ad711ba7059522cf4b592d56ae8d902b23 authored about 5 years ago
Import: name UV layers Blender-style

Eg. as UVMap, UVMap.001, not as TEXCOORD_0, TEXCOORD_1.

cde30473d9db1799cc6eee97270c37fda1fc91ec authored about 5 years ago
Import: name vertex color layers Blender-style

Eg. as Col, Col.001, not as COLOR_0, COLOR_1.

e4e75ae653d813d738aef104a50d216f7e22f32f authored about 5 years ago
Bump to 1.1.20

c8c8b1cfd3ed672295c066de7404a9ff7164a1a4 authored about 5 years ago
Merge branch 'master' of github.com:KhronosGroup/glTF-Blender-IO

9f89cde5646fd082e9157c48b9700407d1b73dad authored about 5 years ago
Bump to 1.1.19

09a69a92d0da9521690dcc0b2064b9d6a7afbd3b authored about 5 years ago
Merge pull request #814 from Peach1/patch-2

Export Animation Names in Consistent Order

4feab48eb8b67208305b9551010620b694b9dd57 authored about 5 years ago
Merge pull request #815 from KhronosGroup/fix_806_draco_spam

Fix #806 draco spam

31803bdfae05688c5018c52fc3f6e9cd91656b99 authored about 5 years ago