userLayladcancel
reposboxcancel

4,015 Commits over 1,461 Days - 0.11cph!

4 Months Ago
Hotspot rect assets can be loaded from kv3 and json Add Pixmap.FromTexture Remake rect editor in C# open rect assets with it https://files.facepunch.com/layla/1b2811b1/sbox-dev_v1vsYYyeyh.png
4 Months Ago
Fix undo system not setting next action for snapshot on redo, causing undo to be incorrect after a redo and new snapshot
4 Months Ago
Fix edge connect not recomputing texcoords
4 Months Ago
Recompute origin of new mesh for extracted mesh faces
4 Months Ago
ctrl+i inverts selection for vertices, edges and faces
4 Months Ago
Fix edge extrude not updating uvs of connecting face
4 Months Ago
Update avatar scene to fix outdated scene meshes
4 Months Ago
Allow selected mesh faces to be extracted and put into a new mesh
4 Months Ago
Make rotate undoable
4 Months Ago
Add rotate and treat as one to mesh face texturing
4 Months Ago
Add justify texturing to mesh faces https://files.facepunch.com/layla/1b2111b1/sbox-dev_Nf5FGYFcJH.mp4
4 Months Ago
Add fit texturing to mesh faces https://files.facepunch.com/layla/1b2111b1/sbox-dev_4I6Ptq6CgB.mp4
4 Months Ago
Fix NRE's when polygon mesh face has no material set
4 Months Ago
WrapTextureToSelection with shift-alt-rmb https://files.facepunch.com/layla/1b2011b1/sbox-dev_MA50eCo78d.mp4
4 Months Ago
Don't html encode comments
4 Months Ago
Add this function back, someone was using it
4 Months Ago
Rework polygon mesh to have texture coords the same as hammer, coords can be computed by params and params can be computed by coords. This allows texture wrapping to be identical to hammer. https://files.facepunch.com/layla/1b1911b1/sbox-dev_eGxR8MTpVC.mp4
4 Months Ago
Remove model check in CMeshSystem::ChangeModel, this function needs to run even if it's the same model for model reloads
4 Months Ago
Add MusicPlayer.TargetMixer
4 Months Ago
Mesh Editor: Alt+Right actually wraps the uvs now https://files.facepunch.com/layla/1b1711b1/sbox-dev_xWZDd66awF.mp4
4 Months Ago
Typo
4 Months Ago
Mesh Editor: Alt right click another to apply selected face material to another face
4 Months Ago
Add map drag drop for easier map setup https://files.facepunch.com/layla/1b1611b1/sbox-dev_AFyG42ycDa.mp4
4 Months Ago
Allocate initial texture data for textures created with no data provided so they don't use uninitialized data
4 Months Ago
Disable rendering of scene object before deleting it, usually good practice because delete is a frame behind
4 Months Ago
Add MeshComponent.HideInGame, usually for clips or triggers
4 Months Ago
EnumControlWidget supports multi edit https://files.facepunch.com/layla/1b1511b1/sbox-dev_eZLBW8jHHL.mp4
4 Months Ago
Changing primitive type of mesh now works with multiple selection
4 Months Ago
Support multiple scene mesh export to vmdl https://files.facepunch.com/layla/1b1511b1/sbox-dev_KtN4e3locJ.png
4 Months Ago
Support cloud map drag drop into property https://files.facepunch.com/layla/1b1411b1/sbox-dev_fB6S2Aduks.mp4
4 Months Ago
Clear map when clearing map property Fix copying from map asset paths
4 Months Ago
Support maps in ResourceStringControlWidget (local and cloud)
4 Months Ago
Map instance uses vmap resource type for map name to be able to select map with asset browser
4 Months Ago
Add cylinder colliders to wheel01 breakpieces, was causing assert on compile in debug
4 Months Ago
Fix scene mesh export not remapping face indices
4 Months Ago
Mark citizen IK bones as hidden so gameobjects aren't created for them
4 Months Ago
Bone gizmos https://files.facepunch.com/layla/1b1211b1/sbox-dev_JyFl9Jtw4A.mp4
4 Months Ago
Shadergraph: Add world space to tangent space to TransformNormal node
4 Months Ago
Add Mesh.UvDensity, needs to be calculated for texture streaming Calculate uv density for scene meshes
4 Months Ago
Shadergraph: Add tint color to render options https://files.facepunch.com/layla/1b1011b1/sbox-dev_ELn53pVfKS.png
4 Months Ago
Shadergraph: Add Tint node to grab the tint of the sceneobject
5 Months Ago
Shadergraph: Named branch nodes are attributes
5 Months Ago
Fix loading old polygon mesh when texture origin wasn't per face
5 Months Ago
Fix face texture origin not loading
5 Months Ago
Add group headers to face inspector https://files.facepunch.com/layla/1b0411b1/sbox-dev_Ve40zCM84l.mp4
5 Months Ago
Texture uv scale buttons
5 Months Ago
Rework planar mapping so each face has their own texture transform Add face align (grid, face, view) Add face uv shift (based on grid spacing)
5 Months Ago
Fix polygon mesh texture offset not serializing
5 Months Ago
Fix shadergraph node drag drop, drag data needs to be full class name now
5 Months Ago
Fix trying to access null asset metadata, because of 0bc9a60 Fix asset publish widget not properly checking if source file doesn't exist, fixes inspector not working for cloud assets