Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is it possible / feature requests
#2
Quote:- Is it possible to assign individual splines different colors in the editor?
 
 Not builtin, but it's easy to implement (originally it was in, but I removed it due UI complexity). Perhaps I should add it again. Here's how to do it:

Add a Color field to CurvySpline (and to it's editor class to get it displayed in the Inspector) and use it in CurvySplineSegment.doGizmos() => done
Quote:- Is it possible to select a spline (not CP) in the scene view 
 
No and it will be complicated UI-wise as the spline doesn't show anything in the scene view. I'll think about it how it can be done (perhaps you have an idea?). As a workaround, you can add a custom toolbar button to the CP toolbar that selects the parent (spline). See here how to do that (it's basically copy&paste and a few lines of code). Let me know if you need assistance with that.
Reply


Messages In This Thread

Possibly Related Threads…
Thread Author Replies Views Last Post
  Feature Request-move UI elements in SceneView spawnstorm 5 20 09-17-2022, 12:37 PM
Last Post: _Aka_
  Idea for caps? (feature suggestion) hawken 1 3,076 03-23-2018, 11:34 AM
Last Post: _Aka_
  Feature request: SplineController.Position as inspector property syscrusher 4 7,974 01-19-2018, 06:00 AM
Last Post: syscrusher
  MeshBuilder Feature roadmap PassivePicasso 2 6,332 11-14-2013, 03:55 PM
Last Post: PassivePicasso

Forum Jump: