SceneComposer Usability Improvements
Easy Mode Generator
A configuration file will allow the user to set values that will overwrite the default value from the ApplicationConfig file when SceneComposer starts. This file can be generated by using the "SceneComposerConfigurator.exe".
In this way, it can be set which object properties are to be presented in SceneComposer's property grid, "Preferences", and all existing dynamic properties (Polarion CGI1-15841, CGI-15842 & CGI-16101).
The configuration applies to all static object properties. The user can rule for dynamic properties like widgets, behaviours, controls. The configuration of widgets, behaviours and controls cannot be extracted/generated automatically.
The configuration values which can be set are:
- Initial value;
- Restrict visibility (True/False);
- ForeceReadOnly (True/False).
- See also:
-
- Easy Mode Generator in SceneComposer User Manual
Language Dependent Fonts
Until now, the fonts could be configured based exclusively on unicode ranges. Since this version on, it will be possible to configure the fonts on the basis of language. So, the configuration is extended in such a way that the font selection can be also conditioned by language ISO codes (the standardized nomenclature used to classify languages).
The text style entries are grouped by culture (multiple). Every text style has - similar to "Entries" - a "Culture" list and every culture from this list has its own "Entries" list. In this way all the text style entries are grouped - as mentioned above - by culture (Polarion CGI1-15719).
- See also:
-
- Text Style in SceneComposer User Manual
SceneComposer Icon in Windows Taskbar
Like any other application, SceneComposer has the ability to be pinned/unpinned to Windows taskbar (Mantis 5950).
- See also:
-
- Starting SceneComposer in SceneComposer User Manual
Autosave Improvements
- See also:
-
- Enable Save Snapshot in SceneComposer User Manual
Transitions
The previously added feature of scene transition editor was completely re-done (Polarion CGI1-15898, CGI1-15858, CGI1-15885, CGI1-16195 etc.). Since now on two different panels are available to set and use transitions:
- "Rules Editor": it allows the definition of transitions on a per scene basis and test these transitions directly in SceneComposer's display preview. The designer can use the editor to set the transitions to ("Destination") or from a scene ("Source") just by selecting or by dragging and dropping effects onto the scene list.
- "Transition Execution": supposing that the scenes are prepared to be used in a transition, the user has to choose which kind of transition will be assigned to the "Activate" and "Deactivate" state of the scene. The former concept indicates what will happen when the transition will be working from a scene to that scene or when will be working on a scene alone, and the latter indicates what will happen when the transition will be working from that scene to another one or when will be working on a scene alone. This operation can be done in a secondary panel named "Transition Execution".
In addition to cut, fade, slide and scale transitions - or combinations of these - a new build-in transition type was added: Animation. By using it is possible to trigger animations or group animations within transitions.
- See also:
-
- Transitions in SceneComposer User Manual
Control Node Animations
SceneComposer 3.3.1 displays local animations (Control node animations) and plays them, but does not offer any possibility of including them in Animation Groups (Polarion CGI1-15885). Since this version on, the "Local animations" are renamed "Control animations". The command by add animations into an animation group has been split in two distinct and self-explanatory commands (available in the context menu):
- "Add this Animation to Animation Group(s)" and
- "Add Animations to this Animation Group".
- After a control animation is added, it behaves as any animation node. It inherits Delay and Startup properties (startup is available only in certain circumstances).
- AnimationGroup panel has been changed. Instead of displaying the name of nodes (Which is very irrelevant to the user) it now displays the full name of the animations and short version of the control animations.
- Categories for a normal animation (inside an animation group) are reorganized: a) Delay and Startup are moved to a separate category called "Animation", which is displayed after "General"; b) A new readonly property is available, "Animation" which displays the name of the node animation
- See also:
-
- Animation Groups in SceneComposer User Manual
Animation Property Setter
A new animation property was implemented for:
- Camera2D ViewPort (values: Left, Top, Width, Height)
- Camera2D ScissorRectangle (values: Left, Top, Width, Height)
- Camera3D ViewPort (values: Left, Top, Width, Height)
- Camera3D ScissorRectangle (values: Left, Top, Width, Height)
- CanvasRenderable Rectangle (values: Left, Top, Width, Height)
- Node2D Layout Margin (values: Left, Top, Right, Bottom)
- Node2D Bounding Rectangle (values: Left, Top, Width, Height)
When selecting from the context menu "Add Animated Property" on any of the mentioned items, the new property - ViewPort, ScissorRectangle, and SetVertexRactangle - will appear on the drop down box. After selecting it and pressing "OK", an entry will be added in the Animation Values (Animation Design mode) and two key frames will be automatically created (Polarion: CGI1-15990, CGI1-15991 & CGI1-15992).
- See also:
-
- Create an Animation on a Specific Node in SceneComposer User Manual
Renaming Clones and Nodes
When cloning (or pasting a node) the name of the new node will automatically check if there is already a number at the end of the name. If there is a number this should be increased automatically.
For instance, if an existing "Node_1" (or "Node1") is cloned the name of the clone will be "Node_2" (or "Node2") and not "Node_1_1" (or "Node1_1").
The duplication of the item names is incremented based on the numeric suffix with our without an "_" separator (Mantis 7603).
- See also:
-
- Clone, Delete, Rename Scene Nodes in SceneComposer User Manual
Behavior Indicator
An overlay icon was added for nodes containing one or more behavior elements. In this way it is easier to find those nodes which use behaviours (Mantis 8007).
Shifting Animations Keyframes
A checkbox - "Snap when shifting animation keyframes" - was added to allow the setting of the snap shifting animation keyframes to increment of 5. The checkbox is available in "Preferences" panel, section "Animations" (Mantis 7410).
- See also:
-
- Animation Options in SceneComposer User Manual
Export Dependency List
- See also:
-
- Usage and Dependencies in SceneComposer User Manual
Live Data Preview - Courier Extension
SceneComposer was extended to allow an advanced usage of Courier plugin (Polarion CGI1-15850, CGI1-15849). More detailed, it offers different functions and improvements:
- SDK functions to dynamically change widget and control properties;
- SDK helper function to provide databinding properties based on the custom metainfo specification;
- SDK functions to enable/disable live data integration.
The user, when working with Courier, can define the data items and link them to widget/control properties via data binding.
- Note:
- In ScenceComposer the data binding properties are parametrized as default values.
Uniform Buffer Object Support
OpenGL ES3.0 introduces Uniform Buffer Objects (UBOs). To adress this issue in SceneComposer two changes have been done (Polarion CGI1-15481):
- Parse the shader to recognize uniform block layouts to correctly determine array size used for instancing;
- Determine if built-in Material, Light, and Camera uniforms are used in blocks and set the bitfield flag in the Shader object accordingly.
Minor Improvements
- Saved Settings: Since now on, some specific settings are saved on a restart of SceneComposer - scale, translate, rotate, preview camera, editor camera scope, enable active rendering, enable updating for all widgets in all scenes (Mantis 8355).
- Widget Update Stored: The settings for live rendering and Widget Update are also stored accross SceneComposer lifetieme (Mantis 8313).
- Change to Editable: The option "Change to Editable" from the context menu is available even though the user selects more scripts (Mantis 8392).
- Item Definition: When a new render target is created, a preselected "Render Target Template" is already set for each platform (Mantis 7245).
- Colored Problems: Three distinct colors have been defined for problems: red for "Error", yellow for "Warning" and white for "Information". Red color will take precedence over the yellow and white (Mantis 7614).
- Asset ID: To improve the usability of SC, the Asset Id can be switched between Hex and Decimal representation based on a configuration flag in the Properties' panel (File > Preferences > Properties Panel) (Mantis 8599).
- Error Friendly Displayed: When the restore operation failed, the error is user friendly displayed (Mantis 8543).
- Render Statistics: New render statistics have been added under the "2D" section: "Blits", "Blits Culled", and "Clears" (Mantis 8333).