2017-10-01 10:23:23 +02:00
|
|
|
Rendering:
|
|
|
|
* Secondary rays
|
|
|
|
* Shadows
|
|
|
|
|
|
|
|
Post-processing:
|
|
|
|
* Chromatic aberration
|
|
|
|
* Lens dirt
|
|
|
|
|
2017-11-15 09:52:07 +01:00
|
|
|
Scripting:
|
|
|
|
* Eliminate functions that are not called / prevent them from causing
|
|
|
|
type errors
|
|
|
|
* Spill values in the FPU stack runs out
|
|
|
|
* More checks in the execution engine
|
|
|
|
* Re-execute init if shaders are changed
|
|
|
|
(better yet, only execute the parts that are actually needed)
|
|
|
|
* Overrides
|
2017-11-19 23:47:26 +01:00
|
|
|
* Check for overrides on the same inputs when setting things up
|
2017-11-15 09:52:07 +01:00
|
|
|
* Aliases
|
|
|
|
* Display errors in UI
|
|
|
|
* Optimizers:
|
|
|
|
* Constant folding
|
|
|
|
* Detect variables that are actually constants
|
|
|
|
* Dead code elimination
|
|
|
|
* Sampler re-use
|
|
|
|
* (Output only) Support for fixed size
|
|
|
|
* (Output only) Texture / framebuffer re-use
|
2017-10-05 12:58:05 +02:00
|
|
|
|
2017-11-15 09:52:07 +01:00
|
|
|
Sync / inputs:
|
2017-11-22 09:25:31 +01:00
|
|
|
* Widget for displaying single inputs
|
|
|
|
* Widget for displaying overrides
|
|
|
|
* Structure for undoing actions
|
|
|
|
* Curve file external updates
|
|
|
|
* Segment creation
|
|
|
|
* Segment deletion
|
|
|
|
* Segment type change
|
|
|
|
* Value changes
|
|
|
|
* Duration changes
|
|
|
|
* Point insertion
|
|
|
|
* Compaction
|
|
|
|
* Local changes vs file update
|
|
|
|
* Editing single values
|
|
|
|
* Resizing segments
|
|
|
|
* Resizing segment sections
|
|
|
|
* Changing segment types
|
|
|
|
* "Moving" points (duration / value changes)
|
|
|
|
* Compacting curve data
|
|
|
|
-> merge segments
|
|
|
|
-> remove points that serve no purpose
|
|
|
|
* Saving data
|
2017-11-15 09:52:07 +01:00
|
|
|
|
|
|
|
Misc:
|
2017-10-05 12:58:05 +02:00
|
|
|
* General overhaul (e.g. use tabs)
|
2017-11-19 22:59:41 +01:00
|
|
|
* Color grading controls:
|
|
|
|
* White balance control in components tab
|
|
|
|
* Don't reset when hitting value or saturation 0
|
2017-11-20 14:32:53 +01:00
|
|
|
* Camera
|
|
|
|
* Control for up vector - check if something more appropriate exists?
|
|
|
|
* Vector controls are too sensitive
|