Bevel Custom Profiles Project To Do List #68330

Closed
opened 2019-08-06 18:38:45 +02:00 by Hans Goudey · 5 comments
Member

Bevel Custom Profiles Project To Do List

Task to coordinate finishing the custom profiles GSoC project and to keep track of features that should be added later on.

Short Term

These correspond to items marked with "HANS-TODO" in the code, a search for which can be found here .

  • {icon circle color=red} Harden normals functionality - There can be sharp edges within the profile which should have custom split normals.
  • {icon circle color=red} Documentation - One of the deliverables for the end of GSoC
  • {icon circle color=red} Profile orientation bug - Just another bug where a single edge chain has the profile flipped on each side
  • {icon circle color=red} Cutoff VMesh method bug - The cross product of the adjacent plane normals doesn't always give the correct direction for the cutoff face.
  • {icon circle color=yellow} Presets - Build the library of default presets
  • {icon circle color=yellow} VMesh center vertex bug - The center mesh vert is placed at an off location with some segment values, which seems to be associated with the rest of that ring being shifted or connected slightly incorrectly to its neighbors.
{F7651779}
  • {icon circle color=yellow} "Ballooning" with small profiles - The initial vertex mesh created before the subdivision may be skewing the results.
{F7651786}
  • {icon circle color=green} Example face for cutoff VMesh center - Very small thing, but it will allow me to clean up the cutoff method function
  • {icon circle color=green} Final modifier and tool UI updates - I'd like to try some rearranging and smaller changes to make the UI smaller and better looking

Long Term

These improvements would be great, but I don't think they're vital for the initial completion of the project, instead I would focus on them for a later Blender release.

  • {icon circle color=red} Profile widget symmetry mode - A mode for drawing the control points that reverses your edits in real time.
  • {icon circle color=yellow} Cutoff intersection method improvement - When there are three beveled edges with a bottom face connecting two of them, the sharp miter method doesn't interact correctly with the cutoff. In this case the profile planes should actually be positioned differently, probably more like they are with the arc or patch miter methods but without the grid fill
  • {icon circle color=yellow} Profile widget mirror curve object mode - This would sync the changes to the profile widget with a curve object and include saving and loading profiles from curves. This would also make integration with the asset manager possible.
  • {icon circle color=yellow} Boolean vertex mesh method - This is a large project that would affect the whole bevel tool, but it's an important part of the custom profile toolset that would improve the results a lot.
  • {icon circle color=yellow} D6470 Custom bezier handle control - Allow the user to manually choose where the handles are positioned and to have a separate handle type for each side of a control point.
  • {icon circle color=green} Updated widget interaction - Enabling keymap use, adding better selection methods like select all, path select and maybe box select, moving view with middle, better interaction with more than one control point selected.
  • {icon circle color=green} Icons for profile presets - Should be generated automatically
  • {icon circle color=green} Steps preset - A generator for a dynamic number of steps
  • {icon circle color=green} Even length sampling option - Arguably not very important but could be nice
# Bevel Custom Profiles Project To Do List Task to coordinate finishing the custom profiles GSoC project and to keep track of features that should be added later on. ### Short Term These correspond to items marked with "HANS-TODO" in the code, a search for which can be found **[here ](https://developer.blender.org/diffusion/B/browse/soc-2019-bevel-profiles/?grep=HANS-TODO)**. - [ ] {icon circle color=red} **Harden normals functionality** - *There can be sharp edges within the profile which should have custom split normals.* - [x] {icon circle color=red} **Documentation** - *One of the deliverables for the end of GSoC* - [x] {icon circle color=red} **Profile orientation bug** - *Just another bug where a single edge chain has the profile flipped on each side* - [x] {icon circle color=red} **Cutoff VMesh method bug** - *The cross product of the adjacent plane normals doesn't always give the correct direction for the cutoff face.* - [x] {icon circle color=yellow} **Presets** - *Build the library of default presets* - [ ] {icon circle color=yellow} **VMesh center vertex bug** - *The center mesh vert is placed at an off location with some segment values, which seems to be associated with the rest of that ring being shifted or connected slightly incorrectly to its neighbors.* ``` {F7651779} ``` - [x] {icon circle color=yellow} **"Ballooning" with small profiles** - *The initial vertex mesh created before the subdivision may be skewing the results.* ``` {F7651786} ``` - [ ] {icon circle color=green} **Example face for cutoff VMesh center** - *Very small thing, but it will allow me to clean up the cutoff method function* - [x] {icon circle color=green} **Final modifier and tool UI updates** - *I'd like to try some rearranging and smaller changes to make the UI smaller and better looking* ### Long Term These improvements would be great, but I don't think they're vital for the initial completion of the project, instead I would focus on them for a later Blender release. - [ ] {icon circle color=red} **Profile widget symmetry mode** - *A mode for drawing the control points that reverses your edits in real time.* - [ ] {icon circle color=yellow} **Cutoff intersection method improvement** - *When there are three beveled edges with a bottom face connecting two of them, the sharp miter method doesn't interact correctly with the cutoff. In this case the profile planes should actually be positioned differently, probably more like they are with the arc or patch miter methods but without the grid fill* - [ ] {icon circle color=yellow} **Profile widget mirror curve object mode** - *This would sync the changes to the profile widget with a curve object and include saving and loading profiles from curves. This would also make integration with the asset manager possible.* - [ ] {icon circle color=yellow} **Boolean vertex mesh method** - *This is a large project that would affect the whole bevel tool, but it's an important part of the custom profile toolset that would improve the results a lot.* - [x] {icon circle color=yellow} [D6470](https://archive.blender.org/developer/D6470) **Custom bezier handle control** - *Allow the user to manually choose where the handles are positioned and to have a separate handle type for each side of a control point.* - [ ] {icon circle color=green} **Updated widget interaction** - *Enabling keymap use, adding better selection methods like select all, path select and maybe box select, moving view with middle, better interaction with more than one control point selected.* - [ ] {icon circle color=green} **Icons for profile presets** - *Should be generated automatically* - [x] {icon circle color=green} **Steps preset** - *A generator for a dynamic number of steps* - [x] {icon circle color=green} **Even length sampling option** - *Arguably not very important but could be nice*
Hans Goudey self-assigned this 2019-08-06 18:38:45 +02:00
Author
Member
Added subscribers: @HooglyBoogly, @Jaydead, @dark999, @MeshVoid, @Dspazio, @FredericoMartins, @DuarteRamos, @yursiv, @YuryZiankouvki, @JacRossiter, @Lambdadelta, @MarcClintDion, @BartekMoniewski, @kakachiex2, @VukGardasevic, @michaelknubben, @MadMinstrel, @cedriclepiller

Added subscriber: @T.R.O.Nunes

Added subscriber: @T.R.O.Nunes

Removed subscriber: @MadMinstrel

Removed subscriber: @MadMinstrel

Added subscriber: @lemenicier_julien

Added subscriber: @lemenicier_julien
Philipp Oeser removed the
Interest
Modeling
label 2023-02-09 15:29:41 +01:00
Author
Member

See #98674

See #98674
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2023-02-09 22:47:15 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#68330
No description provided.