Ecosyste.ms: OpenCollective

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

Red modding

Developing tools for red engine games
Collective - Host: opensource - https://opencollective.com/redmodding - Code: https://github.com/WolvenKit

retain sub collections when instancing entities.

github.com/WolvenKit/Cyberpunk-Blender-add-on - 94f63e668eed436fb1fb404063edddaf63cd03fa authored about 1 year ago by Simarilius <[email protected]>
Merge pull request #55 from DoctorPresto/main

panel improvements, collision gen in object mode

github.com/WolvenKit/Cyberpunk-Blender-add-on - ab4631dc7b0de4737f5219a444ee065f58be3934 authored about 1 year ago by DoctorPresto <[email protected]>
improvements to uvchecker

github.com/WolvenKit/Cyberpunk-Blender-add-on - 92259948260bfd4d98c04da365563e5e54924d9e authored about 1 year ago by DoctorPresto <[email protected]>
collision gen works in more than edit mode now

github.com/WolvenKit/Cyberpunk-Blender-add-on - 69ab699300fe08b64b5546cc0e41e4d928a780b6 authored about 1 year ago by DoctorPresto <[email protected]>
improved animtools panel functions and layout

github.com/WolvenKit/Cyberpunk-Blender-add-on - 1202e7f4bcb8744a6439fb87ab6e066dde6f52ab authored about 1 year ago by DoctorPresto <[email protected]>
Hide arnatures on destructibles when imported

github.com/WolvenKit/Cyberpunk-Blender-add-on - 4f4c2d772b99d59be0208fdf793f79ea90dbc9dc authored about 1 year ago by Simarilius <[email protected]>
Fix to entity positioning in Sector import, and another missed scale factor.

Added a inColl parameter to entity import that lets you specify a collector to stick the import in.

github.com/WolvenKit/Cyberpunk-Blender-add-on - b31bdd9c0cf3c1f2e44d00ba9390ac543713c6c8 authored about 1 year ago by Simarilius <[email protected]>
missed a scale factor

github.com/WolvenKit/Cyberpunk-Blender-add-on - 4f2546b776a19b239cfca78ef7662228a7550762 authored about 1 year ago by Simarilius <[email protected]>
turn off shadows from decal meshes

github.com/WolvenKit/Cyberpunk-Blender-add-on - 4d6166d4b0c4373bb60d31b96019b68608292e7f authored about 1 year ago by Simarilius <[email protected]>
Add gamma conversion to meshdecaldoublediffuse color

- This fixes Reed's eyebrow color. Needs more testing on other assets.

github.com/WolvenKit/Cyberpunk-Blender-add-on - 3a341dccce258c1bf411000aa4272b71df7d6daa authored about 1 year ago by ja-to <[email protected]>
Fix wrong texture used for skin roughness

github.com/WolvenKit/Cyberpunk-Blender-add-on - cb4e6a6e6e150cee2f79b67d8857018569335751 authored about 1 year ago by ja-to <[email protected]>
Reuse multilayered for clear coat

- Clear coat would take a lot of effort to implement correctly. So we just reuse multilayered.py...

github.com/WolvenKit/Cyberpunk-Blender-add-on - 15449cad043e68d8c3c6b2c52fabdbad9eb01941 authored about 1 year ago by ja-to <[email protected]>
add gamma correction to the diffuse color

fixes freckles and so on.

github.com/WolvenKit/Cyberpunk-Blender-add-on - f9a54ffab969d1a2f18c367c9da4a0f9dabdc5cc authored about 1 year ago by Simarilius <[email protected]>
fixed a bug where import would crash if the outpath did not exist

github.com/WolvenKit/WolvenKit - a25e846047e9f8159199807ea1054e67b2e72b3e authored about 1 year ago by rfuzzo <[email protected]>
Support vehicle multilayered material within standard multilayered material type

- Pointed vehicledestrblendshape.mt at multilayered.mt

TO:DO include clear coat variant also

github.com/WolvenKit/Cyberpunk-Blender-add-on - 96bc730d51d3451bd49fbe1593342b012568ba77 authored about 1 year ago by ja-to <[email protected]>
Tweaked microblend alpha interaction

- Changed formula for microblend alpha masking. Microblend contrast in the midrange (0.5) should...

github.com/WolvenKit/Cyberpunk-Blender-add-on - b38141cb944277e15ca986f918a1a98fac0031fa authored about 1 year ago by ja-to <[email protected]>
Fix a nullability warning

github.com/WolvenKit/WolvenKit - 585aebc5223ac3b20a25795b2437185d95a49867 authored about 1 year ago by rfuzzo <[email protected]>
Node reduction for SVM clearance

- Removes two mix nodes to reduce computation
- Correctly mask microblend normal when mask is fu...

github.com/WolvenKit/Cyberpunk-Blender-add-on - 6951b3dd7340d167f2df307458b39aff99557378 authored about 1 year ago by ja-to <[email protected]>
Change Auto Fitter label To AKL Autofitter

little homage to the one that made the lattices I recreate with python

github.com/WolvenKit/Cyberpunk-Blender-add-on - 0dcb2a4c38e132c4711284e7e57d2d2a22ee0d77 authored about 1 year ago by DoctorPresto <[email protected]>
move the animsinres block inside the len>0 if statment

github.com/WolvenKit/Cyberpunk-Blender-add-on - e49ec504237b6bac922a0334e67c55d40b5971fd authored about 1 year ago by Simarilius <[email protected]>
fix for the missing parameters error on mesh decal.

github.com/WolvenKit/Cyberpunk-Blender-add-on - f9172030d8cf8127510683593f35b3ac9be2c6d9 authored about 1 year ago by Simarilius <[email protected]>
fix flat chest refitter json

github.com/WolvenKit/Cyberpunk-Blender-add-on - 743014b511b677d3696b981b7f35157a08fd67ac authored about 1 year ago by DoctorPresto <[email protected]>
Merge pull request #52 from DoctorPresto/main

Added an Autorefitter, UVChecker, rig resources and loading, various modding shortcuts, improved...

github.com/WolvenKit/Cyberpunk-Blender-add-on - 396027a894d10b8633e822088209750aeaf3c0f8 authored about 1 year ago by DoctorPresto <[email protected]>
Merge branch 'main' into main

github.com/WolvenKit/Cyberpunk-Blender-add-on - 4606d1a822ff8589c302392abe6ffc486c19b1e0 authored about 1 year ago by DoctorPresto <[email protected]>
remove conflict with jatos fix

github.com/WolvenKit/Cyberpunk-Blender-add-on - ce7a8f78b59211b77526bb443941cafa7ba77c34 authored about 1 year ago by DoctorPresto <[email protected]>
better checks to avoid duplicate refittter generation or assignment

github.com/WolvenKit/Cyberpunk-Blender-add-on - 74c5d93287e9a63c5e6b2bb6a32251ef9f9d3031 authored about 1 year ago by DoctorPresto <[email protected]>
Multilayered SVM Error Fix

- Fixes error when rendering some materials which approach the cycles resource limit.

- Note: T...

github.com/WolvenKit/Cyberpunk-Blender-add-on - b0e8df90406f3aa020d09021b45f564554b888bf authored about 1 year ago by ja-to <[email protected]>
update resource files

github.com/WolvenKit/Cyberpunk-Blender-add-on - a1e6cf9b8d9f033dd0c24b1756eac006a67cbb1d authored about 1 year ago by DoctorPresto <[email protected]>
resolving conflicts with main, readd shotc to authors list

github.com/WolvenKit/Cyberpunk-Blender-add-on - ece3410ccbc36f9b5e9fb7bffc98fbc857b3fd4a authored about 1 year ago by DoctorPresto <[email protected]>
resolve conflicts with main

github.com/WolvenKit/Cyberpunk-Blender-add-on - 006709df9c7d446e346d27bf441fe3fbf026e611 authored about 1 year ago by DoctorPresto <[email protected]>
resolve conflicts with main in entity_import

github.com/WolvenKit/Cyberpunk-Blender-add-on - 715dc6b27505618c5d9750f409aeac4b71da1573 authored about 1 year ago by DoctorPresto <[email protected]>
resolve conflicts with main in sector_import

github.com/WolvenKit/Cyberpunk-Blender-add-on - bb2d37b42d373a054f9f164a34b70bda6db37abe authored about 1 year ago by DoctorPresto <[email protected]>
Fix to the Fix to sector import. Entities should now be properly in collectors without screwing everything else up.

github.com/WolvenKit/Cyberpunk-Blender-add-on - 7d31bc0e4b4bec4d2a5b2a8d4ba0882d983a1746 authored about 1 year ago by Simarilius <[email protected]>
Revert "Fix to the fix on entirys not being grouped in sector import, previous 'fix' totally broke things."

This reverts commit b656926201faf114a8b33047681fd5d022c9cc7c.

github.com/WolvenKit/Cyberpunk-Blender-add-on - dfd5f0da02b5dd58036f54a64e221ab06ccdb3be authored about 1 year ago by Simarilius <[email protected]>
Fix to the fix on entirys not being grouped in sector import, previous 'fix' totally broke things.

github.com/WolvenKit/Cyberpunk-Blender-add-on - b656926201faf114a8b33047681fd5d022c9cc7c authored about 1 year ago by Simarilius <[email protected]>
move export functions to exporters folder

github.com/WolvenKit/Cyberpunk-Blender-add-on - cc206993e42fafb210ccc8bac58034c7278ea58d authored about 1 year ago by DoctorPresto <[email protected]>
moveattribute_import.py to importers folder

github.com/WolvenKit/Cyberpunk-Blender-add-on - 0fe4c2293d8723091ebd5ddf2a57e31697203f0a authored about 1 year ago by DoctorPresto <[email protected]>
move enti import to importers folder

github.com/WolvenKit/Cyberpunk-Blender-add-on - 2bb7308e68340110e25df9824dba409e364616b6 authored about 1 year ago by DoctorPresto <[email protected]>
move sector_import.py to importers folder

github.com/WolvenKit/Cyberpunk-Blender-add-on - 548c8d77da9f87ee8d53e8ab451587dd93a4e8a2 authored about 1 year ago by DoctorPresto <[email protected]>
line 66 fix by sim

github.com/WolvenKit/Cyberpunk-Blender-add-on - 81a187b257d5afa10f58deeb383cae4266d942aa authored about 1 year ago by DoctorPresto <[email protected]>
resolve conflict with main

github.com/WolvenKit/Cyberpunk-Blender-add-on - f4537a13feb446d17e82d7eab64da38f6aff3eed authored about 1 year ago by DoctorPresto <[email protected]>
change math to prestomath

github.com/WolvenKit/Cyberpunk-Blender-add-on - d07bb4927c41b6fc73476986742ab797e9cc44ee authored about 1 year ago by DoctorPresto <[email protected]>
finished panels, auto refitter, refactoring

github.com/WolvenKit/Cyberpunk-Blender-add-on - fbfb56377f72ab60a3b2f2ddb33ad2624b1f2566 authored about 1 year ago by DoctorPresto <[email protected]>
Refactor: Allow shadowsShadowCastingMode fix for every prop

github.com/WolvenKit/WolvenKit - db39b1d096ef0bb5bf54cade35df15c302b091a1 authored about 1 year ago by seberoth <[email protected]>
Merge pull request #53 from shotlastc/main

television_ad shader

github.com/WolvenKit/Cyberpunk-Blender-add-on - abe98ff477e9a84709b4fc13b6b6bf052bf2a670 authored about 1 year ago by DoctorPresto <[email protected]>
Merge branch 'main' of https://github.com/shotlastc/Cyberpunk-Blender-add-on

github.com/WolvenKit/Cyberpunk-Blender-add-on - 30632d3717bf0b70403f971fede0941c62488ea1 authored about 1 year ago by 733TH <[email protected]>
fix: Missing default mesh export args for cli. Fixes #1397

github.com/WolvenKit/WolvenKit - 0750de76b9131cb05d9d12a3451b0461263696cc authored about 1 year ago by seberoth <[email protected]>
feature: Allow replacing textures for embedded files

github.com/WolvenKit/WolvenKit - 2726064800466545a0534c1e15064c6f80e67f57 authored about 1 year ago by seberoth <[email protected]>
fix: Forgot to add reading of worldCompiledEffectInfo.componentNames

github.com/WolvenKit/WolvenKit - be44690eeee2405cf8abeaa9a2cc2f286cc9887b authored about 1 year ago by seberoth <[email protected]>
create new RED4 nuget package

github.com/WolvenKit/WolvenKit - d8786a548675801d0115a7005cd9fe3d20dc660b authored about 1 year ago by rfuzzo <[email protected]>
ci: fix nuget names

github.com/WolvenKit/WolvenKit - ddee7736d87cce98dccfe5724d6f107ecc5c2709 authored about 1 year ago by rfuzzo <[email protected]>
bump versions

- fix nuget ci

github.com/WolvenKit/WolvenKit - a7ce4737ae74b054babe380dd3850081b4ce44cc authored about 1 year ago by rfuzzo <[email protected]>
minor correction, add refitter icon

forgot a comma

github.com/WolvenKit/Cyberpunk-Blender-add-on - 26facc5af971488a7c0a8d0bd95b0e16d917f26e authored about 1 year ago by DoctorPresto <[email protected]>
Merge branch 'main' of https://github.com/DoctorPresto/Cyberpunk-Blender-add-on

github.com/WolvenKit/Cyberpunk-Blender-add-on - 4a8b66877853495c6b65cfda70da3900c25142d3 authored about 1 year ago by DoctorPresto <[email protected]>
add rig loader to mesh tools panel

github.com/WolvenKit/Cyberpunk-Blender-add-on - f2f2d2120686db1afe2c52c11cda728a381d4665 authored about 1 year ago by DoctorPresto <[email protected]>
bump version to 1.4.1

github.com/WolvenKit/Cyberpunk-Blender-add-on - 08b97fbf610f2bb2bfe47834fd87d1041a5060d8 authored about 1 year ago by DoctorPresto <[email protected]>
update rigs

fixed these rigs

github.com/WolvenKit/Cyberpunk-Blender-add-on - 5fa91307b79b03b0d224e5c47dfec604295fca0b authored about 1 year ago by DoctorPresto <[email protected]>
Merge pull request #51 from WolvenKit/SVM_Fix

Svm fix

github.com/WolvenKit/Cyberpunk-Blender-add-on - 56a33661c3c29d4dd549e6c2461f414b9925d4ef authored about 1 year ago by DoctorPresto <[email protected]>
Merge branch 'main' into SVM_Fix

github.com/WolvenKit/Cyberpunk-Blender-add-on - f12ce980cb54027402593f3d601eca99452821a7 authored about 1 year ago by DoctorPresto <[email protected]>
fix registration, add custom icons

github.com/WolvenKit/Cyberpunk-Blender-add-on - 543c107d9e44f0cbe29bb2865d2692a0f85f7428 authored about 1 year ago by DoctorPresto <[email protected]>
new mesh tools panel

added weight transfer, uv checker, group ungrouped verts, remove modtools parent panel

github.com/WolvenKit/Cyberpunk-Blender-add-on - cf752b452ccc26d9c4cffa0d0173ce1d3b07e388 authored about 1 year ago by DoctorPresto <[email protected]>
sync with svm fix branch

github.com/WolvenKit/Cyberpunk-Blender-add-on - 0f4d8f070295544434d2bc8ba06df621e77f0f0c authored about 1 year ago by DoctorPresto <[email protected]>
new anims panel

add buttons to add new actions/delete actions, reset to rest pose, keyframe poses. UI overhaul

github.com/WolvenKit/Cyberpunk-Blender-add-on - 842c3af8c1dedf2ed2750e800607e6c199f2ef6a authored about 1 year ago by DoctorPresto <[email protected]>
update collision generator

new panel ui, add options to generate box, capsule colliders

github.com/WolvenKit/Cyberpunk-Blender-add-on - 91ec7938ea743b200a5e3fe236ccff1b1ad6a7ad authored about 1 year ago by DoctorPresto <[email protected]>
Update sector_import.py

fix the issue with ents getting left at 0,0

github.com/WolvenKit/Cyberpunk-Blender-add-on - b7c424a8ed520dd1e7081195c2043e22ea187191 authored about 1 year ago by Simarilius-uk <[email protected]>
fix: ttf/fnt import

fix: Wrong error while exporting inkatlas

github.com/WolvenKit/WolvenKit - b9ac98abf6dbbe8c99570aec5af28d3c886e3093 authored about 1 year ago by seberoth <[email protected]>
Merge pull request #18 from ilonachan/master

#17 fix: import cstdint

github.com/WolvenKit/wwise-audio-tools - f550eca33d0be0a855a69163433cf6026a921538 authored about 1 year ago by Abheek Dhawan <[email protected]>
fix: import cstdint

github.com/WolvenKit/wwise-audio-tools - 81cf7b817c8798afc94f1c7b5f3049949252e780 authored over 1 year ago by ilonachan <[email protected]>
Conditional redPackage reading/writing for post 2.0 buffers

github.com/WolvenKit/WolvenKit - dbb0d74356ca94677d744f3ee81a67d9ec212882 authored over 1 year ago by seberoth <[email protected]>
fix: AB search action order. Fixes #1392

github.com/WolvenKit/WolvenKit - 6160c76f451bba4344ff75abd09b131f8f58ea96 authored over 1 year ago by seberoth <[email protected]>
fix to decal_gradient_map to prevent variable being used if not defined. tidying skin.py

Removed the 100 scale factor from sector import.

github.com/WolvenKit/Cyberpunk-Blender-add-on - 39443ef241cfdc1a7b7a4f03b5c7b69cd6c8ba0d authored over 1 year ago by Simarilius <[email protected]>
fix: Double compressed inplace buffers

github.com/WolvenKit/WolvenKit - 4bbf9339ba6f376728b761c66c787a1c41fa760c authored over 1 year ago by seberoth <[email protected]>
Merge branch 'main' of https://github.com/WolvenKit/WolvenKit

github.com/WolvenKit/WolvenKit - 43d52650a7dfb5c12ee303186abb005fd3d2c7c3 authored over 1 year ago by seberoth <[email protected]>
fix: animAnimationBufferCompressed custom data

github.com/WolvenKit/WolvenKit - 4df1eb8d6253050ce456c57cc67ba17b5465bcfe authored over 1 year ago by seberoth <[email protected]>
Merge pull request #1391 from WolvenKit/script_fix

Fix the Entity export script (Missing wkit. on a call)

github.com/WolvenKit/WolvenKit - fde27a65155978268818ac8a6fccaeacedeed4f0 authored over 1 year ago by seberoth <[email protected]>
refactor: Improved sector preview loading time

fix: GeometryBuffer reading
fix: NavMesh reading

github.com/WolvenKit/WolvenKit - 8200473db3740b7b45a6edf105e0a178eda3207b authored over 1 year ago by seberoth <[email protected]>
Update Export_Ent.wscript

upped the v no

github.com/WolvenKit/WolvenKit - 2f42be0c52864bd2758904e0820adf6349ce4ead authored over 1 year ago by Simarilius-uk <[email protected]>
Fix the Entity export script (Missing wkit. on a call)

github.com/WolvenKit/WolvenKit - 2abe910529c7a27fa71fea677cb5fdeaa5ab4ba5 authored over 1 year ago by Simarilius <[email protected]>
Merge pull request #1390 from WolvenKit/chunkviewmodel-more-names

partsValues will now show depot path

github.com/WolvenKit/WolvenKit - dd514c87f5bed4d8cf29781275209dbecbc5761b authored over 1 year ago by seberoth <[email protected]>
Updated RedDB layout

github.com/WolvenKit/WolvenKit - 5ad3b8803c7a0a802fe27c608e41c032fe9d3370 authored over 1 year ago by seberoth <[email protected]>
Expose archive source

github.com/WolvenKit/WolvenKit - 49b245b5f22208f0cc760ca4742af76e5d616d2f authored over 1 year ago by seberoth <[email protected]>
fix: Search result order

github.com/WolvenKit/WolvenKit - f06d8a368009cffeb4468e9eab9cccb9399a1a2d authored over 1 year ago by seberoth <[email protected]>
partsValues will now show depot path

github.com/WolvenKit/WolvenKit - 9bc9dac015443177de3b789d9da9c34cae64334f authored over 1 year ago by manavortex <[email protected]>
Updated hook_global

github.com/WolvenKit/WolvenKit - 7e8bb8d56dbffabf32aab2b34b40741f1e5a3e1d authored over 1 year ago by seberoth <[email protected]>
node name display in file viewer (#1385)

* node name display in file viewer

* added secondaryKey for json

* fixed factory.csv nesti...

github.com/WolvenKit/WolvenKit - df2ac99911cdff772a34b5906438e11377c13f06 authored over 1 year ago by manavortex <[email protected]>
add TintScale to skin

allow all appearances to be requested on ent import
cope with invalid normalStrength value in mul...

github.com/WolvenKit/Cyberpunk-Blender-add-on - 23c56e68367375db9eac4e31e7ab48a89c231474 authored over 1 year ago by Simarilius <[email protected]>
Merge branch 'main' of https://github.com/WolvenKit/WolvenKit

github.com/WolvenKit/WolvenKit - af8eff1370dc3f5617a55609cf99e12b186e9a53 authored over 1 year ago by seberoth <[email protected]>
feat: Added wscript hook for cr2w parsing errors

github.com/WolvenKit/WolvenKit - 606b1855d579583da5f1b92dc1d1774a519744d4 authored over 1 year ago by seberoth <[email protected]>
cope with single layer mlsetup.

github.com/WolvenKit/Cyberpunk-Blender-add-on - d3989b5b9636d7bc886eface8e6424a7b24e6245 authored over 1 year ago by Simarilius <[email protected]>
Merge pull request #46 from shotlastc/main

metal_base_det.mt shader

github.com/WolvenKit/Cyberpunk-Blender-add-on - 4810d9c5a6c6f510ec5f42efe073f3c46d6a9770 authored over 1 year ago by Simarilius-uk <[email protected]>
ci: continue on fail for cli nuget

github.com/WolvenKit/WolvenKit - c3c7fa29c7965c97c797043177024bd85dd66654 authored over 1 year ago by Moritz Baron <[email protected]>
Merge pull request #1378 from WolvenKit/file-validation-changes

fixed a file validation error (is warning now)

github.com/WolvenKit/WolvenKit - 4a02fa39f9c239a5389a2ca2556f20377262e6de authored over 1 year ago by manavortex <[email protected]>
refactor: Change serializer for fundamental values. Fixes #1383

github.com/WolvenKit/WolvenKit - 70bc269ee5d6e00aee2858d1e1cf49109803acc3 authored over 1 year ago by seberoth <[email protected]>
debug components may have all kinds of invalid names now

github.com/WolvenKit/WolvenKit - 4c8236847a3f8db849f67dddf8b98b3dbcc4ba0c authored over 1 year ago by manavortex <[email protected]>
refactor: save inventory system

refactor: save stats system

github.com/WolvenKit/WolvenKit - c7835a6b0b763f33ab1a5d16d4c3cc1f56357963 authored over 1 year ago by seberoth <[email protected]>