forked from sabresaurus/SabreCSG
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge master changes #2
Merged
Merged
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
… Capsule # Conflicts: # Scripts/Brushes/PrimitiveBrush.cs # Scripts/UI/SabreCSGResources.cs
Feature addition in reference to #82 + Added a group to CSGModelInspector "Common Fixes" + Added a toggle + enum to change ReflectionProbeUsage for the entire CSGModel
…y rebuild, so I decided to remove it and just have this enum as the default way to manage it. Generic code cleanup of CSGBuildSettings and MeshGroupManager (sorry, I know that makes it hard to read, it was an accident!).
Reflection Probes Usage build settings
…raditional game object where only a parent could be disabled yet the children are enabled.
Disabled CSG Models will no longer enable their MeshGroup during play. Fixes #131.
+ Add HollowBoxBrush + Add HollowBoxBrushInspector Simple compound brush for generating a hollow cube/box with wall thickness.
Fix for CS0252 "Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'type' " in Toolbar.cs on .NET backend 4.5 Equivalent on unity 2017 and above.
The 2D Shape Editor can now extrude segments.
Fix for warning CS0252 on 4.x .net backend (unity 2018) in Toolbar.cs
Introducing new primitive type: Capsule!
…ise, allowing for more floating point errors and causing less false positives).
… was still able to create.
… runtime CSG game build compile errors.
Faster and more accurate material searches for VMF and T3D.
2DSE: Fixed inverted extrude direction on flipped projects.
… SubtractiveCorruptions
Subtractive brush stability update against corruptions
- Removed unused usings. - Removed redundant code - Removed scale setting feature. Possible addition to compound brush later. * Fixed brush not being manually scalable. * Made checking brush size easier. Now can simply use IsBrushXYZTooSmall to check the size of the brush.
New compound brush! Hollow Box.
Fixed HollowBoxBrush compilation errors.
Optimize Geometry has been demoted and is now off by default.
Fixed HollowBoxBrush inspector compilation errors.
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.
No description provided.