@@ -29,12 +29,15 @@ Unreleased
2929* ``MoveItPlanner ``: ``inverse_kinematics `` takes now instance of ``Configuration `` and ``robot ``
3030* Property :class: `compas_fab.robots.Robot.artist ` does not try to scale robot
3131 geometry if links and/or joints are not defined.
32- * In :class: `` compas_fab.robots.constraints.JointConstraint` `, added ``tolerance_above `` and
32+ * In :class: `compas_fab.robots.constraints.JointConstraint `, added ``tolerance_above `` and
3333 ``tolerance_below `` for allowing asymmetrical constraints.
34- * In :class: `` compas_fab.robots.Robot` `, changed the ``constraints_from_configuration ``
34+ * In :class: `compas_fab.robots.Robot `, changed the ``constraints_from_configuration ``
3535 function with ``tolerances_above `` and ``tolerances_below ``.
3636* :meth: `compas_fab.robots.CollisionMesh.scale ` now takes a scale factor
3737 instead of a :class: `compas.geometry.Scale ` instance as an argument.
38+ * :meth: `compas_fab.robots.CollisionMesh.scale ` now uses constructor
39+ :meth: `compas.geometry.Scale.from_factors ` to create transformation. This is to
40+ adapt to a breaking change introduced in compas 0.16.
3841
3942**Removed **
4043
@@ -72,7 +75,7 @@ Unreleased
7275* Added ``attach_tool ``, ``detach_tool ``, ``draw_attached_tool ``, ``from_tool0_to_attached_tool `` and ``from_attached_tool_to_tool0 `` to ``Robot ``
7376* Added ``attach_tool `` and ``detach_tool `` to ``Artist ``
7477* Added ``add_attached_tool `` and ``remove_attached_tool `` to ``PlanningScene ``
75- * Added redraw/clear layer support to ` RobotArtist ` for Rhino
78+ * Added redraw/clear layer support to :class: ` ~compas_fab.rhino. RobotArtist ` for Rhino
7679* Added material/color support for DAE files on ROS file loader
7780
7881**Changed **
@@ -82,7 +85,7 @@ Unreleased
8285**Fixed **
8386
8487* Fixed mutable init parameters of ``Configuration ``, ``JointTrajectoryPoint ``, ``JointTrajectory `` and ``Robot.basic ``.
85- * Fixed interface of ` RobotArtist ` for Blender
88+ * Fixed interface of :class: ` ~compas_fab.blender. RobotArtist ` for Blender
8689* Fixed DAE parsing of meshes with multiple triangle sets
8790
88910.9.0
@@ -210,7 +213,7 @@ Unreleased
210213
211214**Deprecated **
212215
213- * The aliases for ``Frame `` and ``Transformation `` will be removed, in the future, import directly from `compas ` core.
216+ * The aliases for ``Frame `` and ``Transformation `` will be removed, in the future, import directly from `` compas ` ` core.
214217
2152180.4.0
216219----------
0 commit comments