Skip to content

Commit cd2305e

Browse files
author
Babylon.js Platform
committed
Version update 8.46.2
1 parent 735af15 commit cd2305e

File tree

43 files changed

+247
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+247
-185
lines changed

.build/changelog.json

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"fromTag": "8.46.0",
2+
"fromTag": "8.46.1",
33
"changelog": {
44
"8.46.1": [
55
{
@@ -32,6 +32,66 @@
3232
]
3333
}
3434
],
35+
"8.46.2": [
36+
{
37+
"pr": "17689",
38+
"title": "SSR fix",
39+
"description": null,
40+
"author": {
41+
"name": "VicenteCartas",
42+
"url": "https://github.com/VicenteCartas"
43+
},
44+
"files": [
45+
"packages/dev/lottiePlayer/src/blobWorkerWrapper.ts"
46+
],
47+
"tags": []
48+
},
49+
{
50+
"pr": "17685",
51+
"title": "Inspector v2: Node Material input properties",
52+
"description": "This PR adds support for `InputBock`s in the properties of a `NodeMaterial`.\r\n- Updated `List` to pass through the original (before sorting) index of the item being removed or rendered. This makes it much easier to manage updates to the source list (unsorted).\r\n- Plumbed through the index passing in the various gradient list components.\r\n- Added various property lines for a NodeMaterial's InputBlocks as well as GradientBlocks (similar to inspector v1).\r\n\r\n<img width=\"341\" height=\"479\" alt=\"image\" src=\"https://github.com/user-attachments/assets/4099f1e5-d8cf-4820-ad23-f54b03e35c48\" />\r\n\r\n<img width=\"334\" height=\"139\" alt=\"image\" src=\"https://github.com/user-attachments/assets/a0b61d65-c382-4e6a-ae77-4d3b334eb337\" />\r\n",
53+
"author": {
54+
"name": "ryantrem",
55+
"url": "https://github.com/ryantrem"
56+
},
57+
"files": [
58+
"packages/dev/inspector-v2/src/components/properties/materials/nodeMaterialProperties.tsx",
59+
"packages/dev/inspector-v2/src/misc/arrayUtils.ts",
60+
"packages/dev/inspector-v2/src/services/panes/properties/materialPropertiesService.tsx",
61+
"packages/dev/inspector-v2/test/app/index.tsx",
62+
"packages/dev/sharedUiComponents/src/fluent/hoc/gradientList.tsx",
63+
"packages/dev/sharedUiComponents/src/fluent/primitives/list.tsx"
64+
],
65+
"tags": [
66+
"inspector"
67+
]
68+
},
69+
{
70+
"pr": "17687",
71+
"title": "RenderingPipeline properties",
72+
"description": "Add missing properties for all of the RenderingPipelines \r\n<img width=\"214\" height=\"733\" alt=\"image\" src=\"https://github.com/user-attachments/assets/22342d42-c902-4e60-a27c-e62093b15083\" /><img width=\"218\" height=\"464\" alt=\"image\" src=\"https://github.com/user-attachments/assets/a2c8dda6-a133-41c9-aa9c-00d7d443d041\" /><img width=\"217\" height=\"707\" alt=\"image\" src=\"https://github.com/user-attachments/assets/9672f42d-3c29-42a7-bc09-d76c0755467f\" />\r\n",
73+
"author": {
74+
"name": "georginahalpern",
75+
"url": "https://github.com/georginahalpern"
76+
},
77+
"files": [
78+
"packages/dev/inspector-v2/src/components/properties/postProcesses/postProcessProperties.tsx",
79+
"packages/dev/inspector-v2/src/components/properties/renderingPipelines/defaultRenderingPipelineProperties.tsx",
80+
"packages/dev/inspector-v2/src/components/properties/renderingPipelines/iblShadowsRenderPipelineProperties.tsx",
81+
"packages/dev/inspector-v2/src/components/properties/renderingPipelines/lensRenderingPipelineProperties.tsx",
82+
"packages/dev/inspector-v2/src/components/properties/renderingPipelines/postProcessRenderPipelineProperties.tsx",
83+
"packages/dev/inspector-v2/src/components/properties/renderingPipelines/ssao2RenderingPipelineProperties.tsx",
84+
"packages/dev/inspector-v2/src/components/properties/renderingPipelines/ssaoRenderingPipelineProperties.tsx",
85+
"packages/dev/inspector-v2/src/components/properties/renderingPipelines/ssrRenderingPipelineProperties.tsx",
86+
"packages/dev/inspector-v2/src/extensions/quickCreate/renderingPipelines.tsx",
87+
"packages/dev/inspector-v2/src/services/panes/properties/renderingPipelinePropertiesService.tsx"
88+
],
89+
"tags": [
90+
"inspector",
91+
"tools"
92+
]
93+
}
94+
],
3595
"8.46.0": [
3696
{
3797
"pr": "17684",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 8.46.2
4+
35
## 8.46.1
46

57
### Core

0 commit comments

Comments
 (0)