Release Notes/099/2018.40000 Experimental
< Release Notes | 099
Jump to navigation
Jump to search
Build 2018.42312 - Dec 12, 2018[edit]
Hotfix for 42310 - Note this is a branch build witha few important fixes.
Bug Fixes and Improvements[edit]
- Work around new macOS 10.14.2 bug.
- Texture 3D TOP - Fixed a crash that occurs when using R, RG or RGB pixel formats.
Build 2018.42310 - Nov 29, 2018[edit]
New Features[edit]
- Mirror TOP - New TOP for mirroring part of an image on top of itself. (Thanks Joel!)
- Web Render TOP - Now works using Non-Commercial licences (this is still Windows only, macOS coming soon).
- Substance TOP - Upgraded to most recent Substance Designer engine, now has support for 4k textures.
- Text SOP - Added ability to extrude generated geometry. Windows only this build, next build will have macOS functioning.
- Camera COMP - Added Quad Reprojection support. This allows an arbitrary section of a render, as defined by 4 points from a SOP, to be treated as the projection plane. The contents of the quad are reprojected to fill the final output view as part of the render, resulting in a full resolution render for that sub-region of the original render.
- Search External Python Path Last added to preferences to control the order custom python module paths are searched, either before or after TouchDesigner's builtin modules.
- Geometry Viewer - Homing now works for instanced geometry.
- OP Snippets now has examples for Bullet Solver COMP and Line MAT.
New Palette[edit]
- Palette:moviePlayer - Version 17 improvements
- Contents can adapt to any compoennt size.
- Specify height of each control strip.
- Movie can be behind or above controls.
- Can now output mvspec.tox for later use with a moviePlayer in another process.
- Improved layout and font sizing.
- Palette:kantanMapper - Improved uv mapping for adding rows and columns in grid mode, performance improvements when textures change.
New Python[edit]
- Par.exportSource - Returns the object exporting to this parameter. For example Cell, Channel, or None.
Bug Fixes and Improvements[edit]
- Oculus Rift - Upgrade to Oculus SDK 1.31.0.
- Fixed Custom Operators not working on macOS.
- Fixed a memory leak when parent cooking was disabled that effected Error DAT/MIDI In DAT/MIDI Event DAT/TCP/IP DAT/UDP In DAT/UDP Out DAT/Serial DAT
- Bullet Solver COMP - Added an 'Initialize Sim and Collision Shapes' pulse button.
- Actor COMP - Added 'Auto Initialize' parameter to automatically re-initialize when any child SOPs are changed.
- OSC In CHOP - Fixed unwanted leading "/" in channel names.
- Movie File In TOP - Fixed pre-loading not working correctly.
- Copy SOP - Fixed error that occurs in some cases when trying to stamp.
- Text SOP - Behavior on macOS is more robust now.
- Text TOP - Added support for scalable fonts and mipmap texture fonts on macOS.
- Render TOP - Removed incorrect warning about blending and alpha when using a PBR MAT.
- Fixed TD*Noise() and TDRotate* not working in geometry shaders.
- Fixed oversized 3D viewer axis characters.
- Fixed cursor updating so you no longer have to leave the panel and re-enter for it to update.
- Fixed GPU usage showing far higher usage than actually occuring.
- Fixed saving and reloading of locked SOPs containing groups.
- Fixed Shared Memory and Web Render TOP issue causing them to not work at all.
- Standardizing older parameter pages with sub-pages to not use sub-pages.
- List COMP - Fixed crash in initialize function.
- Geometry COMP - Fixed crash that can occur when turning off Instancing.
- Fixed common crash that occurs when changing SOPs and navigating around networks.
- Fixed opening/closing/duplicating pane crash.
Backwards Compatibility[edit]
- BACKWARDS COMPABITILITY WARNING - GLSL TOP, GLSL MAT - GLSL 1.20 has be deprecated on Windows (never been supported on macOS). Please upgrade GLSL shaders to 3.30 or later for compatibility with future release branches.
- BACKWARDS COMPABITILITY WARNING - $TOUCH_START_COMMAND has been removed.
- BACKWARDS COMPABITILITY WARNING - DATs named /start and /stream/start will not longer execute on file start. Use the Execute DAT instead.
Build 2018.41570 - Nov 14, 2018[edit]
Release Highlights[edit]
Unicode[edit]
- Unicode - TouchDesigner now supports unicode everywhere. This allows the use of characters beyond standard 128 ASCII characters and adds builtin text support for most of the world's languages.
- Use unicode almost anywhere you can type a string
- File names and file paths can now contain unicode characters
- DATs can now accept unicode characters directly
- Text TOP and Text SOP accept unicode characters directly
- Parameters can now contain unicode characters
- Python can use unicode characters where supported
- Some parts of TouchDesigner must still use standard alphanumberic characters, such as Operator names, Channel names, Custom Parameters, Custom Attributes.
Physics[edit]
- Physics - A new group of Dynamics Components now support hard-body physics simulations using Bullet Physics Library.
- Bullet Solver COMP - Acts as the physics simulation solver.
- Actor COMP - Holds geometry that is acted upon by the physics simulation.
- Force COMP - Applies forces to Actor COMPs that specify them.
- Impulse Force COMP - Applies impulse forces to Actor COMPs, which are forces that happen in an instant.
- Constraint COMP - Constrains Actor COMPs together in 3 ways i) Point To Point ii) Hinge iii) Slider.
- Bullet Solver CHOP - Extracts information from a Bullet Solver COMP or Actor COMP as channels that can be manipulated in CHOPs and then fed back into the simulation using the Bullet Solver COMP's 'Feedback CHOP' parameter.
FBX and USD Support[edit]
- FBX COMP - New Component that loads FBX files as a network.
- Allows for non-destructive updating of FBX assets while keeping network customizations.
- No longer converts to intermediate .tog geometry format.
- Support for lights, cameras, groups, merging geometry
- Supports Direct to GPU
- Separate parameter page for embedded animation control
- USD COMP - New Component that adds support for Pixar's USD file formats (.usd .usda .usdc .usdz). USD (Universal Scene Description) is a new interchange format for sharing 3D scenes and their assets between applications.
- Allows for non-destructive updating of USD assets while keeping network customizations.
- Imports scene materials using PBR
- Supports Direct to GPU
- Separate parameter page for embedded animation control
- Other applications/platforms using USD currently include Houdini, Maya, Katana and iOS ARkit.
- Import Select TOP, Import Select CHOP, Import Select SOP - These new operators work inside FBX COMPs and USD COMPs to extract textures, animation channels, or geoemtry meshes from the imported FBX/USD hierarchy into individual OPs.
Custom Operators[edit]
- Custom OPs - Now C++ OPs you create have a new API allowing them to act like regular built-in operators. This includes giving them their own custom names and having them available in the OP Create Dialog.
- C++ DAT - The DAT family finally gets a C++ operator to create DAT Custom OPs as well.
- CPlusPlus OPs and Custom OPs now work with Non-Commercial licenses, they no longer require a Commercial or Pro license.
New Operators[edit]
- Line MAT - New MAT that provides constant shading of lines with 3D depth rolloff and color controls. Controls for line widths, line end points, drawing points, drawing vectors and arrows, and more are included.
- Audio NDI CHOP - New CHOP to receive audio over NDI. New parameter for NDI Out TOP to select audio CHOP source.
- NDI DAT - New DAT to list all NDI sources found, also has callbacks to trigger scripts on events.
- ZED TOP / ZED CHOP / ZED SOP - Adds support for Stereolabs ZED cameras.
- Lookup DAT - New DAT to lookup values between and DAT and lookup table.
- Parameter DAT - New DAT for getting parameter information from any OP. Especially useful for parameters whose values are strings.
- Process COMP - Work in progress, stay tuned for updates.
- Widget COMP - New Panel COMP that will be a base for the upcoming Widget UI system. Work in progress, stay tuned for updates.
New Features[edit]
TOPs & Rendering[edit]
- Movie File In TOP - Added 'num_decode_chunks' channel to Info CHOP to tell how many decode chunks a HAP movie is encoded with.
- Movie File Out TOP - Added 'Stop-Frame Movie' output type.
- Movie File Out TOP - Added support for outputting .gif files.
- Video Device In TOP / Video Device Out TOP - Added support for GPU Direct for Blackmagic cards.
- Video Device In TOP - Added support for AJA Kona HDMI.
- Video Device Out TOP - Added support for using the failsafe on AJA Corvid 24 devices.
- Text TOP - Added parameters to choose between text alignment using font metrics or the bounding box of the current string.
- Render TOP - Added a rendering mode for UV unwrapping.
- Render TOP - Added parameters to only render a few faces for a cube map if desired.
- Render TOP - Added support for Image Output. This gives an extra buffer of arbitrary type/size/format that can be written to using imageStore() in GLSL MATs. The results can be accessed using a Render Select TOP.
- GLSL TOP, GLSL MAT - Added 'Preprocess Directives' DAT parameters. Specifies a DAT that contains code that will be added at the start of all the compiled shaders. This is where #extension directives should go, as well as common #define values to be set for all shader stages.
- GLSL TOP, GLSL MAT - Added TD_VERTEX_SHADER, TD_GEOMETRY_SHADER, TD_PIXEL_SHADER. TD_COMPUTE_SHADER defines.
- Phong MAT, PBR MAT - Added 'Displace Vertices' parameter that will displace vertex positions using a heightmap.
CHOPs & DATs[edit]
- Speed CHOP / Spring CHOP / Slope CHOP - Added 'Per Sample' option, Shuffle CHOP not longer needed!
- SOP to CHOP - Added toggles to SOP to CHOP for Position, Color, Normal and Texture attributes. Attributes in 'Custom' have autonamed channels.
- OSC Out CHOP OSC Out DAT TCP/IP DAT UDP Out DAT - New parameter to support multiple NICs (Network Interface Controllers).
- OSC In CHOP - Added a non-timeslice mode that will only cook when receiving data.
- Pattern CHOP - Added a new type called 'Step' and new 'Step per Cycle' and 'Phase Step per Channel' parameters.
- Timer CHOP - Rewritten for optimization.
- Keyboard In DAT - Tweaked for unicode support. A 'key' is defined as the best-match ASCII keyboard key pressed. While 'character' is the actual unicode character generated.
- OP Find DAT additions.
- Added option to show chosen filter values when combining 'any'.
- Added new 'Incremental Update' option.
- Added new 'Custom' combine option which allows an arbitary expression to combine filters.
- Added new 'wirepath' column which provides a list of connected siblings to that object. Only supported for Object and Panel components.
- Added new option 'Include Wire Hierarchy'.
- Added .csv file format support for CHOPs and DATs.
API & SDK Updates[edit]
- Updated to CUDA 9.2
- Updated to ffmpeg 4.0
- Updated to AJA SDK 14.2.0.9
- Updated ZED SDK to 2.5.1
- Updated to OpenEXR 2.3.0 for Movie File In TOP.
- Updated to Alembic 1.7.9 for Alembic SOP.
- Update FBX to 2019.0 for FBX COMP.
- Added v4.0.0 Orion support to Leap Motion CHOP / Leap Motion TOP.
- Upgraded RealSense TOP / RealSense CHOP Windows API version to 11.0.27.1384 (2016 R3). This removes support for the R200 when using this API, but adds support for Hand Cursor as well as stability improvements.
New Python[edit]
- Color Class - Added new Color class to tdu.
- Prim Class - Prim.direction returns a normalized vector pointing from the centroid of the SOP to the centroid of the primitive.
- SOP Class - Added support for SOP.center.
- Point SOP - me.inputPoint and me.inputPoint2 are now a InputPoint Class instead of a Point Class.
- Wave CHOP - Added support for .chanIndex and .sampleIndex
- DAT Class - Added findCells and findCell python methods to search cells by value.
- DAT Class functions for working with multiple rows/columns at once.
- appendRows() - appends multiple rows to a Table DAT.
- appendCols() - appends multiple columns to a Table DAT.
- deleteRows() - deletes multiple rows in a Table DAT.
- deleteCols() - deletes multiple columns in a Table DAT.
- OpviewerCOMP_Class - opviewerCOMP.isViewable(path) - Tests for potential recursion to find out if an OP is acceptable for viewing.
- UI Class - ui.copyOPs(listOfOPs) ui.pasteOPs(COMP, x=None, y=None)
- Added
tdu.match( pattern, list, caseSensitive=True) -> List
which returns a subset of the input list where each element matches the pattern. Wildcards are supported.
Example:
tdu.match('foo*', ['foo', 'bar']) # return ['foo'] tdu.match('b??', ['foo', 'bar']) # return ['bar']
Improvements and Bug Fixes[edit]
- Render TOP / Render Pass TOP - Re-organize parameters.
- Render TOP - Added some warnings if alpha != 1.0 is detected but blending isn't enabled on the material.
- Movie File In TOP - Improved H.265 decoding performance.
- Movie File In TOP - Fixed crash that can occur when failing to open a .exr file.
- Movie File In TOP - Removed global CPU movie cache feature, it was generally not useful.
- Video Stream Out TOP - Applied hotfix to fix stack overflow vulnerability recently found in live555 library.
- Text TOP - Adjust font spacing and layout to be more Unicode friendly.
- Text TOP - Fixed some vertical font alignment issues on macOS.
- GLSL TOP - Renamed Compute Shader output from sTDComputeOutputs to mTDComputeOutputs. Old name continues to work for backwards compatibility.
- GLSL TOP - Fixed bug where output would not be set to a 3D texture/2D Array if Depth was left as 'Input' but the input didn't have depth (or there wasn't an input).
- DAT to CHOP - Add default value parameter when values not specified in DAT.
- OSC In CHOP - Fixed delayed by one when non-queued and intermittent values sent.
- DMX In CHOP / DMX Out CHOP - Removed restrictions from universes (prev. 0-15) to make it easer to work with external programs that only use a universe number.
- Audio Stream Out CHOP - Fixed issue which caused audio loss after 35 minutes.
- SOP to CHOP / CHOP to SOP - Removed the 'Animated' method fom CHOP to SOP and SOP to CHOP.
- Expression CHOP - Added me.inputVal, me.chanIndex, me.sampleIndex to the Optimized Expression engine.
- Noise CHOP - Added 'Offset' parameter to offset noise.
- Noise SOP - Added 'Offset' parameter to offset noise.
- Point SOP - Added support for many commonly used Python terms to the Optimized Expression engine for this SOP.
- Render Pick DAT - Allow Render Pick DAT to work without a 'select' column.
- OP Find DAT improvements
- Fixed output for non-default-only, when other fields are default
- Fixed 'Combine Filters = Any' logic.
- List COMP improvements and additions.
- Added new attribute rowStretch. Allows for vertically stretchable rows.
- Now updates panel values dragroll/u/v.
- Now supports dropping of parameters, text, channels
- Perform Window now unconstrained if pointing to Panel COMP set to unconstrained.
- Added Optimized Expression support for panelCOMP.panel.<value>.val
- CrashAutoSave.toe is now suffixed with the project's filename.
Backwards Compatibility[edit]
- BACKWARDS COMPATIBILITY WARNING - 'Use Startup File' .toe file preferences need to be reset.
- BACKWARDS COMPAITIBLITY WARNING - Evaluate DAT - The behavior of 'Convert Backslash Characters' has been streamlined, and only affects \\ \t \n and \r sequences. Furthermore, it will not strip quotes as it did previously.
- BACKWARDS COMPATIBILITY ISSUE - Lag CHOP now uses the correct units for acceleration clamping.
- BACKWARDS COMPATIBILITY ISSUE - GLSL TOP has replaced the binding/size parameters on the Atomic Counters page with a uniform name parameter.
Known Issues[edit]
- On macOS, for some languages such as Japanese, unicode character input dialog is not enabled yet. You can copy & paste unicode characters in at this time. Fix in progress.
- TouchPlayer may not be able to load movies from a unicode path.