Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
541 contributions in the last year
Contribution activity
October 2020
Created a pull request in godotengine/godot that received 3 comments
Removed unused method Geometry3D.get_uv84_normal_bit
This method and get_uv84_normal_bit_neighbors seems unused even by the engine. I'm not sure whether it's reserved for the future so it's up to @reduz…
- Fix custom property editor to correctly show Basis
- Removed underscore from GraphEdit begin/end_node_move signals
- Changes 'always show grid' hotkey to prevent conflict with 'pan mode'
- Fix visual shader node expression undo/redo for set_size and expression
- Fix copy/paste/duplicate for particle mode in visual shaders
- Refactor delete nodes functions in visual shader editor
- Fix autocompletion for emit_particle in shader editor
- Adds Metallic to spatial light input of visual shaders
- Places preview visual shader button to the left
- [3.2] Fix undo for moving multiple visual shader nodes
- Added visual shader node to easy gather data from a CurveTexture
- Fix typo in VisualShaderNodeSample3D::generate_code
- Fix default parameter in Texture visual shader nodes for sky/particles modes
- Fix VisualShaderNode::set_output_port_connected
- Updates size of float constant in visual shader if empty is selected
- Add an option to select a predifined constant in visual shader editor
Created an issue in godotengine/godot that received 1 comment
Duplicating seems broken for VisualShaderNodeCustom
Godot version:
3556bc4
OS/device including version:
Win10
Issue description:
duplicate() function seems broken for VisualShaderNodeCustom in curren…