Nestorboy
|
0263604079
|
Used proper naming conventions
• Renamed TexelToLocalMatrix function to texelToLocalMatrix.
• Renamed truncateOffset parameter to truncate_offset.
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
e935ab9b51
|
Avoid modifying original uv in texelToLocalMatrix
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
d3e993c98f
|
Fixed warnings about old matrix multiply usage
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
836f401e3e
|
Disabled brush outline matrixAutoUpdate in Canvas
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
f0fe63ccb3
|
Reverted truncation fix in UVToLocal
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
fa7febd9ec
|
Used custom matrix for the brush preview instead
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
44775da015
|
Set matrix position in TexelToLocalMatrix
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
2d4d5b70b4
|
Added function to compute Texel To Local matrix
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
93e6e70eff
|
Check if truncateOffset is defined instead
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
be3e19acae
|
Performed truncation in UVToLocal to fix 3D brush position
|
2024-11-17 01:14:48 +01:00 |
|
Nestorboy
|
08a4b912fd
|
Used lowerCamelCase for shader functions
|
2024-11-17 00:27:48 +01:00 |
|
Nestorboy
|
405d815814
|
Removed unused brush_img variable
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
d87f72682d
|
Turned brush outline width into a uniform
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
939a8de94f
|
Added alpha discard to brush outline shader
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
b745e55aa0
|
Lowered brush outline material alphaTest
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
02052f4e24
|
Replaced brush outline material with ShaderMaterial
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
c1b9c435b6
|
Rewrote the brush square outline logic
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
7f16972723
|
Rewrote the brush circle outline logic
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
eb4b93de81
|
Modified brush shader to use a uniform SDF outline
|
2024-11-16 23:50:24 +01:00 |
|
Nestorboy
|
207ec2a907
|
Stopped modifying brush quad UVs
|
2024-11-16 23:50:24 +01:00 |
|
JannisX11
|
5ba97d0d97
|
Fix dialog form result issue
|
2024-11-16 23:46:15 +01:00 |
|
JannisX11
|
913beacde1
|
Fix #2555 pasted selection layer appears outside of canvas
|
2024-11-16 17:51:28 +01:00 |
|
JannisX11
|
8bb2501ca2
|
Fix issues with cluster select mode
|
2024-11-16 17:28:41 +01:00 |
|
JannisX11
|
c6e383dbd5
|
Edit selected texture in pbr material
Fix pbr material issues
|
2024-11-16 00:20:20 +01:00 |
|
JannisX11
|
10a6f1186e
|
Implement texture_set files + setting plain color & mer
|
2024-11-09 21:01:12 +01:00 |
|
JannisX11
|
860ecb3e28
|
Update about page details
Update font-awesome
|
2024-11-09 00:45:39 +01:00 |
|
JannisX11
|
684a184b0b
|
Vertex snap: rotation mode #665
Vertex snap option to ignore axis
Fix form label sizing
Remove unused lang strings
|
2024-11-09 00:20:18 +01:00 |
|
JannisX11
|
8ac0d63a07
|
Fix layers not working when editing texture with layers in new tab
|
2024-11-02 22:42:08 +01:00 |
|
JannisX11
|
b84a22b368
|
Merge branch 'patch'
|
2024-11-02 21:48:53 +01:00 |
|
JannisX11
|
622376e043
|
Fix #2513 null vertex keys import error
|
2024-11-02 21:31:19 +01:00 |
|
JannisX11
|
4afa43778f
|
Fix plugin details pages not scrolling correctly
|
2024-11-02 15:32:14 +01:00 |
|
JannisX11
|
7710e2b394
|
Fix #2537 Flipbook editor frame selection issue
|
2024-10-31 22:47:10 +01:00 |
|
JannisX11
|
2ed0e2d03e
|
Fix #2536 Ground display bugs out after switching to fox display
|
2024-10-31 15:01:01 +01:00 |
|
JannisX11
|
5cf07933ab
|
Add support for java zombie skin model
Closes #2535
|
2024-10-31 14:49:44 +01:00 |
|
JannisX11
|
46fd9364a0
|
Make Reset Layout show hidden sidebars
Move Reset Layout from the developer submenu directly to help
|
2024-10-31 14:22:24 +01:00 |
|
JannisX11
|
59e76ed060
|
Fix bedrock display reference option not available on mobile
Fix incorrect mobile icon for the "Timeline" bar menu
|
2024-10-31 14:18:32 +01:00 |
|
JannisX11
|
1a94f30f69
|
Fix multiple loop cuts not working on single edges
|
2024-10-31 14:04:20 +01:00 |
|
Nestorboy
|
b90ce281dc
|
Fixed warnings about old matrix multiply usage
|
2024-10-30 23:02:47 +01:00 |
|
Nestorboy
|
0c986ef118
|
Merge branch 'next' into 3d-brush-matrix
|
2024-10-28 02:08:08 +01:00 |
|
Nestorboy
|
9fc56135c2
|
Merge branch 'JannisX11:next' into next
|
2024-10-28 02:07:27 +01:00 |
|
Nestorboy
|
bbee84262a
|
Disabled brush outline matrixAutoUpdate in Canvas
|
2024-10-28 01:24:02 +01:00 |
|
Nestorboy
|
ac4accea1e
|
Reverted truncation fix in UVToLocal
|
2024-10-28 01:19:26 +01:00 |
|
Nestorboy
|
5a6dbb50b2
|
Used custom matrix for the brush preview instead
|
2024-10-28 01:14:10 +01:00 |
|
Nestorboy
|
942fe885d8
|
Set matrix position in TexelToLocalMatrix
|
2024-10-28 00:55:52 +01:00 |
|
Nestorboy
|
1fd9581f82
|
Added function to compute Texel To Local matrix
|
2024-10-28 00:39:53 +01:00 |
|
JannisX11
|
2c5d6f97c2
|
Warning message for broken advanced screenshots
|
2024-10-27 21:36:19 +01:00 |
|
JannisX11
|
ece0ffc5f0
|
Option to sync GIF turntable speed to animation length
|
2024-10-27 21:17:01 +01:00 |
|
JannisX11
|
65c3db996c
|
Convert element property toggles to toggles
Closes #952
|
2024-10-27 20:55:37 +01:00 |
|
JannisX11
|
384f95e9a5
|
Menu option to edit animations and controllers externally
Closes #1899
|
2024-10-27 19:32:07 +01:00 |
|
JannisX11
|
033cdca61a
|
Fix #2515 Selection tool's "same color" interesect operation behaves like add to selection
|
2024-10-27 18:47:04 +01:00 |
|