-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preset system #168
Open
NMC-TBone
wants to merge
9
commits into
StjerneIdioten:develop
Choose a base branch
from
NMC-TBone:preset-system
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Preset system #168
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Settings to export mirrors with mirrorShader.xml applied in the shader: Base Color (RGB): 0 0 0 Metallic: 1 Roughness: 1 Specular: 1
When there is no path set for the any emissiveTexture it will write the emissiveColor to i3d file if value is not 0, 0, 0, 1. Also works with ShaderNodeRGB node connected.
Adds attribute for Nav Mesh Mask, used for building the nav mesh in Giants Editor
Preset system with lots of predefined presets to choose from, if you want a custom preset you can create one directly inside blender. Set custom values for the properties you want in your custom preset, click on the + symbol and write a good name for your custom preset. (Custom presets can be found across all your blender projects)
I am not entirely sold on this feature being a persistent drop-down menu with a selected value in the UI, since changing any of the parameters technically makes that drop-down wrong in stating that you are on a given preset. Would it be possible to do something more similar to how Blender itself utilises and shows the presets? An example can be seen in Output Properties --> Format |
PR to keep up to date with new attributes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Preset system for properties based on discussion #109
Includes same predefiend presets as Giants Maya & Blender exporter, in addition you can also create your own presets.
The custom presets will be stored in C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\presets\i3dio