<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
  <title>Nové verze BricsCAD (Windows)</title>
  <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;site=420</link>
  <description></description>
  <item>
    <title>Verze 13.2.4</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=1076&amp;site=420</link>
    <description>	&lt;h2&gt;Nové&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;První nativní 64bitová verze
			&lt;ul&gt;
				&lt;li&gt;Od vydání V13.2 je instalace BricsCAD dostupná v 32bitové (x86) a 64bitové (x64) verzi.&lt;/li&gt;
				&lt;li&gt;Na počítačích s 64bitovým operačním systémem lze nainstalovat 
				obě verze BricsCADu (x86 a x64), nezávisle na sobě. I když se 
				tyto instalace chovají jako samostatné aplikace, nedoporučuje se 
				spouštět 32bitové i 64bitové sezení BricsCAD současně, protože 
				to může vést k neočekávanému chování COM API.&lt;/li&gt;
				&lt;li&gt;Ve verzi pro x64 jsme přešli k použití instalačního balíku .msi. 
				Pro x86 instalátor začneme používat .msi od verze V14.&lt;/li&gt;
				&lt;li&gt;Jazyková verze programu byla přidána do názvu instalační 
				složky, nyní je tedy název výchozí instalační složky např. C:\Program Files\Bricsys\BricsCAD V13 
				cs_CZ\. Nyní mohou být současně nainstalovány různé jazykové 
				verze a budou se chovat jako nezávislé, nesouvisející aplikace. 
				Tato změna se zatím týká jen verze x64, která používá msi 
				instalátor. Pro verze x86 bude tato změna aplikována až pro 
				instalátor .msi, tedy od verze V14.&lt;/li&gt;
				&lt;li&gt;Verze x64 nepodporuje VBA (integrovaný Visual Basic for Applications), 
				ale podporuje COM API, které umožní psát programy ve Visual Basicu 
				a používat je v BricsCAD x64.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Přidána podpora formátu DWG 2013 (AC27).&lt;/li&gt;
		&lt;li&gt;2D VAZBY: Příkaz -PARAMETRY (_-PARAMETERS) umožňuje vytvářet, 
		editovat a prohlížet uživatelem definované parametry, které mohou být 
		použity ve výrazech společně s parametry 2d vazeb kót.&lt;/li&gt;
		&lt;li&gt;CLIPBOARDFORMAT: výchozí formát pro přenos dat pomocí schránky 
		Windows je nyní DWG 2013 a je možné ho změnit pomocí proměnné CLIPBOARDFORMAT.&lt;/li&gt;
		&lt;li&gt;PŘÍMÉ MODELOVÁNÍ:
			&lt;ul&gt;
				&lt;li&gt;SR32001, SR37118 - DMEXTRUDE: přidána volba nastavení 
				hranice vysunutí k ploše nebo 3D tělesu.&lt;/li&gt;
				&lt;li&gt;DRAGMODEHIDE: systémová proměnná, která řídí, zda bude 
				výchozí entita skryta v průběhu vykonávání dynamického příkazu.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;HIDEXREFSCALES: systémová proměnná, která řídí zobrazování měřítek 
		obsažených v externích referencích. Proměnnou
			HIDEXREFSCALES lze také nastavit přepínačem 'Skrýt měřítka referencí' 
		obsaženým v dialogu pro editaci seznamu měřítek (příkaz UPRSEZNMER).&lt;/li&gt;
		&lt;li&gt;SAVEFORMAT: výchozí formát výkresu je nyní nastaven na DWG 2013. 
		Toto nastavení lze změnit pomocí systémové proměnné SAVEFORMAT.&lt;/li&gt;
		&lt;li&gt;THUMBSIZE: systémová proměnná, která řídí velikost obrázku náhledu 
		výkresu uloženého v souboru dwg.&lt;/li&gt;
		&lt;li&gt;SR29719, SR31812, SR32536, SR38620, SR38488 - Měřítko tloušťky čáry: 
		do dialogu pro nastavení tisku přidán přepínač 'Měřítko tloušťky čáry'.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Zdokonalení&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;ASSEMBLY DESIGN: BMSHOW, BMHIDE, BMVSTYLE command prompts were improved to match standard prompts with options.&lt;/li&gt;
		&lt;li&gt;CHAPOO LOGIN DIALOG:
			&lt;ul&gt;
				&lt;li&gt;When opening the dialog, the focus is now set on the username.&lt;/li&gt;
				&lt;li&gt;The dialog now stays on screen, until the login succeeds or 'Cancel' is clicked.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;CONSTRAINTBAR: pre-selection of entities (pickfirst) is now supported for the CONSTRAINTBAR command.&lt;/li&gt;
		&lt;li&gt;CRASH REPORTS: when the current working directory is not writable, a possible crash_report.txt is now saved in the user's home directory (e.g. C:\Users\[Name] on Windows 7).&lt;/li&gt;
		&lt;li&gt;DIRECT MODELING: the behaviour of models with tangent cylindrical and planar faces was made more reliable.&lt;/li&gt;
		&lt;li&gt;DRAWING EXPLORER - PATHS: the path-type of Xrefs, Images and PDF files can now easily be converted from/to &lt;b&gt;relative&lt;/b&gt;, &lt;b&gt;absolute&lt;/b&gt; or &lt;b&gt;none&lt;/b&gt;.
		&lt;li&gt;DRAWING PROPERTIES DIALOG: the Drawing Properties dialog recognized only file versions between R13 and R21. Now it recognizes versions between R7 and R27.&lt;/li&gt;
		&lt;li&gt;PLATFORM: added the PLATFORM system variable, which contains "(x86)" for the 32 bit version, and "(x64)" for the 64 bit version of BricsCAD, to provide assistance for developers.&lt;/li&gt;
		&lt;li&gt;PRECISION: the VIEWRES system variable now also affects the calculation of arc approximation precision (used for rendering and PDF export).&lt;/li&gt;
		&lt;li&gt;SELECTION: nested 2d-entities and polyline edges can now be selected.&lt;/li&gt;
		&lt;li&gt;SHEET SETS:
			&lt;ul&gt;
				&lt;li&gt;removed a redundant 'Save changes?' dialog that appeared when closing a SheetSet.&lt;/li&gt;
				&lt;li&gt;when opening a read-only sheetset file, a message is displayed to warn that changes will not be saved.&lt;/li&gt;
				&lt;li&gt;when trying to save a read-only sheetset file, an error message appears on the commandline explaining what went wrong.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;li&gt;SPLINES: added the following options to the splines properties panel:
			&lt;ul&gt;
				&lt;li&gt;Knot parameterization&lt;/li&gt;
				&lt;li&gt;CV frame&lt;/li&gt;
				&lt;li&gt;Periodic&lt;/li&gt;
				&lt;li&gt;Method&lt;/li&gt;
				&lt;li&gt;the 'Closed' property is no longer read-only, and can be used to open/close a spline.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;VISUAL STYLES and RENDERING:
			&lt;ul&gt;
				&lt;li&gt;3dWireframe and 3D Hidden visual styles have been replaced with resp. Wireframe and Hidden.&lt;/li&gt;
				&lt;li&gt;added support for Occluded Edges to the visual styles.&lt;/li&gt;
				&lt;li&gt;the Render command now allows to render to a dedicated window, the 'Permanent' rendered mode has been removed (setting this mode was equivalent to activating the High Quality visual
					style).&lt;/li&gt;
				&lt;li&gt;the 'High Quality' visual style is no longer interpreted as a special style, that is, using a style with that name no longer triggers calculation of reflections and casted shadows.&lt;/li&gt;
				&lt;li&gt;responsiveness during zooming, panning and other view manipulations, while using Modeling or Realistic visual style, has been strongly improved by deferring detailed lighting calculation
					till the view manipulation is completed.&lt;/li&gt;
				&lt;li&gt;view manipulation when working in perspective mode has been completely reworked, providing much more intuitive and easy view control.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR32440 - BLOCKS: added a block description field in the Reference Edit dialog and List command.&lt;/li&gt;
		&lt;li&gt;SR38335 - USER INPUT PROCESSING: when entering a value in a dynamic dimension, and then pressing Tab, the dimension input field is now immediately displayed with a red background to reflect
			the fact that the value is locked, without having to move the mouse.&lt;/li&gt;
		&lt;li&gt;SR39365 - VBA: the program now searches for the "default.dvb" file in support paths as well, rather than expecting it to be in the BricsCAD installation folder only.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Opravy&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;ASSEMBLY DESIGN:
			&lt;ul&gt;
				&lt;li&gt;BMDISSOLVE, BMFORM, BMUPDATE: assembly 3D constraints (e.g. fixation) were not correctly maintained on some models.&lt;/li&gt;
				&lt;li&gt;BMINSERT: the command did not give a correct message upon an attempt to insert an invalid file.&lt;/li&gt;
				&lt;li&gt;BMINSERT, BMFORM: the assembly icon incorrectly appeared for the root component in the Mechanical Browser upon cancelling the command.&lt;/li&gt;
				&lt;li&gt;eTransmit crashed on assembly models.&lt;/li&gt;
				&lt;li&gt;.scr files were not processed when dragged from Windows Explorer into a mechanical drawing.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;CHAPOO: when uploading a file with dependencies, it was possible to choose a folder with insufficient access rights, resulting in links not being created.&lt;/li&gt;
		&lt;li&gt;DIRECT MODELING:
			&lt;ul&gt;
				&lt;li&gt;DMROTATE, DMREVOLVE: faces and edges of solids nested in blocks were not highlighted upon axis selection.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;GRIP: there was an instability in the GRIP command when a gripped entity was erased by 3rd-party application code during the GRIP command processing.&lt;/li&gt;
		&lt;li&gt;LAYER FILTER:
			&lt;ul&gt;
				&lt;li&gt;Xrefs weren't automatically updated in the Layer Filter combo when a new Xref was added.&lt;/li&gt;
				&lt;li&gt;after unselecting 'Show layer usage' in the Drawing Explorer, the filter remained.&lt;/li&gt;
				&lt;li&gt;Layer Filter previews did not get updated properly.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;PICKFIRST: REFEDIT and DDEDIT now take PICKFIRST into account, and use a preselected entity when PICKFIRST is set to 1.&lt;/li&gt;
		&lt;li&gt;STATUSBAR: flickering effects and artefacts of statusbar items have been eliminated.&lt;/li&gt;
		&lt;li&gt;SR19705 - DISPLAY: the 'Display plot styles' property was ignored in Model layout.&lt;/li&gt;
		&lt;li&gt;SR20911 - PLOT STYLE: the thickness of the UCS icon and the layout page frame were dependent on the plot style settings.&lt;/li&gt;
		&lt;li&gt;SR28866 - DIMENSIONS: when a dimension text was moved outside the extension lines, it was displayed under the drawing line, instead of above the line.&lt;/li&gt;
		&lt;li&gt;SR30896 - DISPLAY: temporary graphics like rubberband, selection window, input distance graphics and similar are now correctly shown with DRAGMODE set to 0.&lt;/li&gt;
		&lt;li&gt;SR35401 - XREF: the Xref commandline did not allow to create Xrefs without including the path to their file names.&lt;/li&gt;
		&lt;li&gt;SR35570 - REFEDIT: inserting an OLE object during a REFEDIT session caused a crash.&lt;/li&gt;
		&lt;li&gt;SR36249 - DIMALIGNED: a wrong dimension start/end point got selected when selecting a line, an arc or a linear/circular edge of an acis entity during the DIMALIGNED command.&lt;/li&gt;
		&lt;li&gt;SR36405 - CONVERTCTB: the CONVERTCTB command created an outputfile in the startup directory when no path was given. Now the outputfile is saved in the plotestylepath instead.&lt;/li&gt;
		&lt;li&gt;SR37422 - DIMENSION TEXT: when moving an angular dimension text by grip-editing, the dimension arc got moved even when DIMTMOVE was set to 1 or 2.&lt;/li&gt;
		&lt;li&gt;SR37705 - SOLPROF: using the SOLPROF command led to a crash when unloading the ACIS libs during BricsCAD shutdown.&lt;/li&gt;
		&lt;li&gt;SR37824 - ATTSYNC: the ATTSYNC command worked improperly for block references with constant attributes.&lt;/li&gt;
		&lt;li&gt;SR38016 - DISPLAY: polylines with an ending arc that had a width = 0 were displayed incorrectly.&lt;/li&gt;
		&lt;li&gt;SR38082 - SETTINGS: opening the 'Entity Snap Settings' menu via Shift + Right Click canceled the current command (creating entities, inserting blocks, ...).
		&lt;li&gt;SR38118 - RENDER: 2D solids were not displayed as filled in 3D Wireframe mode.&lt;/li&gt;
		&lt;li&gt;SR38126 - ADT: Architectural Desktop entities contained in Xref files were not displayed.&lt;/li&gt;
		&lt;li&gt;SR38358 - POLAR ARRAY: the parameters of a polar array in the ARRAY dialog were calculated incorrectly when ANGBASE was set to 90.&lt;/li&gt;
		&lt;li&gt;SR38588 - MEASURE: the MEASURE command did not work properly for entities with large coördinates.&lt;/li&gt;
		&lt;li&gt;SR38610, SR38743 - PROXIES: improved the exception message displayed when trying to use Proxy entities/objects, that do not allow copying, in a Wblock operation.&lt;/li&gt;
		&lt;li&gt;SR38744 - ROTATE: the ROTATE command produced incorrect results when ANGBASE was not set to 0 and ANGDIR was set to ON.&lt;/li&gt;
		&lt;li&gt;SR38751 - PDMODE: the PDMODE field in the Settings Dialog did not get updated correctly.&lt;/li&gt;
		&lt;li&gt;SR38787 - FONTS: due to an encoding issue, some characters of big fonts were displayed incorrectly.&lt;/li&gt;
		&lt;li&gt;SR38839 - ICON: the Lock/Unlock icon in the Layer combo box of the Entity Properties panel was not updated after changing a layer property.&lt;/li&gt;
		&lt;li&gt;SR38858 - USER INPUT PROCESSING: when entering a distance on the keyboard while a tracking line is active, pressing Enter no longer removes the tracking line. Another distance can be
			entered without having to move the mouse.&lt;/li&gt;
		&lt;li&gt;SR38992 - LAYER EXPLORER:
			&lt;ul&gt;
				&lt;li&gt;restoring the previous selection when reopening the Explorer did no longer work.&lt;/li&gt;
				&lt;li&gt;when switching back and forth to another explorer category, the selection was lost and the view was scrolled to the top.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR39012 - QUAD: when 'Exclude Xrefs' was set to ON in the Previewfilter, hovering over an xref and clicking undesirably launched a quad command.&lt;/li&gt;
		&lt;li&gt;SR39019 - TABLES: table cells could not be selected upon decreasing the table scale.&lt;/li&gt;
		&lt;li&gt;SR39020 - COPY: a crash could occur when switching to another layout while entities were being dragged, and POLAR mode was on.&lt;/li&gt;
		&lt;li&gt;SR39062 - PICKAUTO/PICKFIRST:
			&lt;ul&gt;
				&lt;li&gt;PICKAUTO is now also respected when no command is active (before, it was only respected during commands).&lt;/li&gt;
				&lt;li&gt;if PICKFIRST is 0 and GRIPS is 0, no entity selection is available, so there won't be a pickbox.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR39065 - HATCH: BricsCAD crashed loading a hatch with a corrupted 2d spline in the hatch's boundary loop.&lt;/li&gt;
		&lt;li&gt;SR39082 - LOCALIZATION: some frequently occurring error messages were not translated.&lt;/li&gt;
		&lt;li&gt;SR39155 - HATCH/BHATCH/BOUNDARY: there was a problem to hatch entities that were not in the current UCS plane.&lt;/li&gt;
		&lt;li&gt;SR39170 - REFEDIT: when an anonymous block was double-clicked, or selected while executing the REFEDIT command, the 'Reference Edit' dialog box showed a dummy text. Now REFEDIT and DDEDIT
			no longer allow selection of anonymous blocks.&lt;/li&gt;
		&lt;li&gt;SR39193 - ARRAY PREVIEW: the preview in the ARRAY dialog was not correct if the POLAR option was selected and the Z axis of the current UCS was not parallel to the Z axis of the WCS.&lt;/li&gt;
		&lt;li&gt;SR39195 - CONSTRAINTS: selecting or editing a horizontal constraint dimension of an exploded block caused BricsCAD to crash.&lt;/li&gt;
		&lt;li&gt;SR39248, SR39560 - PRINT: the 'Hide paperspace entities' print setting is ignored now.&lt;/li&gt;
		&lt;li&gt;SR39251 - DISPLAY: some silhouette lines were missing when a drawing was rendered in hidden shademode.&lt;/li&gt;
		&lt;li&gt;SR39257 - ASSOCIATIVE DIMENSIONS: associative dimensions referring to entities contained in Xrefs didn't update properly when switching to model space.&lt;/li&gt;
		&lt;li&gt;SR39259 - PASTE: 'Paste as Block' now behaves similar to the 'Paste' command.&lt;/li&gt;
		&lt;li&gt;SR39286 - LEADER: a new leader e-snapped to any entity in paper-space viewports was corrupt and other leaders appended after it were corrupt as well.&lt;/li&gt;
		&lt;li&gt;SR39294 - FROZEN/OFF LAYERS: When an entity was moved to an "off" or "frozen" layer, the warning message was no longer displayed, and the entity was not removed from selection.&lt;/li&gt;
		&lt;li&gt;SR39316 - ANNOTATIONS: corrupt annotation data in drawings that were saved in BricsCAD caused a crash when opening the drawing in AutoCAD.&lt;/li&gt;
		&lt;li&gt;SR39335 - TABLES: it was impossible to override text height in tables in some specific scenarios.&lt;/li&gt;
		&lt;li&gt;SR39366 - PRINT: lines were incorrectly printed thinner without plot style than with a plot style, both having the same lineweight.&lt;/li&gt;
		&lt;li&gt;SR39414 - FIELDS: sheetset fields did not take the layout into account (e.g. sheet1=layout1, sheet2=layout2: sheet fields on layout2 were incorrect). Also: sheet fields must be placed in a
			paperspace layout (a sheet always points to a layout) so sheet fields placed in modelspace are not evaluated.&lt;/li&gt;
		&lt;li&gt;SR39435 - MNU: in MNU files, a '+' sign can now be used for commands/helpstrings spanning multiple lines.&lt;/li&gt;
		&lt;li&gt;SR39475 - DISPLAY: the display did not get refreshed after running an undo/back to mark command.&lt;/li&gt;
		&lt;li&gt;SR39572 - MULTILEADERS: multileaders could not be exploded.&lt;/li&gt;
		&lt;li&gt;SR39573 - VOLUME: improved the accuracy for calculating the volume of cylinders and cones. Added a setting masspropaccuracy for controlling the tradeoff between precision and performance. &lt;/li&gt;
		&lt;li&gt;SR39576 - WMF OUTPUT: WMFOUT produced an empty output for rendered modes.&lt;/li&gt;
		&lt;li&gt;SR39598 - LINEWEIGHT: the lineweight specified by LWDEFAULT was not applied to entities with ByBlock lineweight.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;SR38605 - LISP/SDS/BRX : fixes a problem with (entmod) / sds_entmod() / acdbEntMod() and groupcode DXF 60, to set a Region or 3dSolid entity visible or invisible, when DXF 60 groupdocde was
			at the end of the data list.&lt;/li&gt;
		&lt;li&gt;SR38865, SR38857 - DCL: radio buttons and toggles treat any 'value' in (set_tile key value), which is not numerically 0, as "1" (this means ON or TRUE), like "2" or "-1".&lt;/li&gt;
		&lt;li&gt;SR38887 - LISP/SDS/DCL: functions vector_image() and fill_image()
			&lt;ul&gt;
				&lt;li&gt;if the length of a vector was 0, nothing was drawn&lt;/li&gt;
				&lt;li&gt;if the area to fill was 1 pixel in width/length, also nothing was drawn&lt;/li&gt;
			&lt;/ul&gt; Both have been fixed to draw at least 1 pixel.
		&lt;/li&gt;
		&lt;li&gt;SR39063 - INSERTOBJ: using (initdia 1) now allows to force a dialog version of INSERTOBJ, when running from application code.&lt;/li&gt;
		&lt;li&gt;SR39089 - LISP: when argument strings for the (vl-string-translate) function contain 0 characters, they now get correctly processed as any other character.&lt;/li&gt;
		&lt;li&gt;SR39222 - LISP/SDS/BRX : using the COM method "Delete()" to erase BlockTableRecords (BLOCK definition) sometimes failed with an error "Object is referenced".&lt;/li&gt;
		&lt;li&gt;SR39339 - BRX: added the possibility to retrieve BricsCAD built-in commands via AcEdCommandStack and AcEdCommand.&lt;/li&gt;
		&lt;li&gt;SR39342 - LISP: when Lisp code (directly or indirectly) opened and closed drawing(s) during BricsCAD startup, via on_start.lsp (or related Lisp startup files), a Lisp crash could happen,
			caused by improper GarbageCollection. Regression since V13.1.16.&lt;/li&gt;
		&lt;li&gt;SR39365 - LISP/VBA: when VBA code executed ::SendCommand() statements during document initialization (on_start.lsp, on_doc_load.lsp, .mnl files etc.), triggered by multiple drawings dropped
			simultaneously onto BricsCAD, only the last opened (dropped) drawing received all the ::SendCommand() statements.&lt;/li&gt;
		&lt;li&gt;SR39426 - LISP: when using COM access to clipboard via MSHTML ("htmlfile" and "ClipBoardData" interface) on 64 bit Windows, a crash occurred.&lt;/li&gt;
		&lt;li&gt;SR39438 - LISP/COM: fixed a numerical precision problem in COM ::IntersectWith() function, which could cause (vla-intersectWith) to fail.&lt;/li&gt;
		&lt;li&gt;SR39556 - LISP: fixes a problem with (vlax-get-property), (vlax-put-property) and (vlax-invoke-method) functions - when the property resp. method name was specified as a string, this was
			converted to uppercase internally, which could result in unexpected side-effects.&lt;/li&gt;
		&lt;li&gt;SR39619 - LISP: fixes a crash in (vlr-acdb-reactor) when thousands of entities were modified (caused by a GarbageCollection issue, which is fixed).&lt;/li&gt;
		&lt;li&gt;SR39737 - LISP: fixes a problem with loading persistent Lisp (vlr-object-reactor) object reactors from a drawing - if multiple persistent object reactors were present, several drawing
			entities could get wrong reactors attached.&lt;/li&gt;
	&lt;/ul&gt;
</description>
    <pubDate>Wed, 22 May 2013 07:55:27 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.22</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=1061&amp;site=420</link>
    <description>	&lt;h2&gt;Zdokonalení&lt;/h2&gt;
        &lt;ul&gt;
            &lt;li&gt;CHAPOO: Added several improvements and new features to the chapoo integration, including:
            &lt;ul&gt;
            &lt;li&gt;dependent files (xrefs, fonts,..) are automatically uploaded with the parent drawing to Chapoo&lt;/li&gt;
            &lt;li&gt;these dependent files are linked to the parent drawing in Chapoo&lt;/li&gt;
            &lt;li&gt;when downloading the parent drawing, the dependent files are automatically downloaded as well&lt;/li&gt;
            &lt;li&gt;Chapoo Premium support: browse projects and folders&lt;/li&gt;
            &lt;/ul&gt;
            &lt;/li&gt;
        &lt;/ul&gt;
    &lt;h2&gt;Opravy&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;SR33188, SR36361 - MENU: when the Window menu was first removed and then added again with menucmd, the drawing window list section was not added again.&lt;/li&gt;
		&lt;li&gt;SR37212, SR37465, SR38466, SR38835, SR38939 - AEC/ADT OBJECTS:
			&lt;ul&gt;
				&lt;li&gt;fixed instabilities and crashes when loading drawings containing many AEC/ADT objects.&lt;/li&gt;
				&lt;li&gt;added support for AutoCAD 2013 AEC/ADT objects.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR37521 - MLINE: implemented the commandline justification and style options.&lt;/li&gt;
		&lt;li&gt;SR38025 - CHAMFER/FILLET: chamfer/fillet was not applied at the desired location, when using it on two entities that were not lying in the XY-plane of the current UCS.&lt;/li&gt;
		&lt;li&gt;SR38111 - PAPERSHEET: when PAPERUPDATE was off, changing the active printer did not update paper margins.&lt;/li&gt;
        &lt;li&gt;SR38335 - USER INPUT PROCESSING: When entering a value in a dynamic dimension, and then pressing tab, the dimension input field is now immediately displayed with a red background to reflect
			the fact that the value is locked, without having to move the mouse.&lt;/li&gt;
		&lt;li&gt;SR38471 - FONTS: there were compatibility issues with LAS files containing Chinese fonts.&lt;/li&gt;
		&lt;li&gt;SR38756 - EXTEND: the extend command did no longer work for nested entities in blocks.&lt;/li&gt;
		&lt;li&gt;SR38858 - USER INPUT PROCESSING: 
        When entering a distance on the keyboard while a tracking line is active, pressing enter does no longer remove the tracking line. Another distance can be
			entered without having to move the mouse.&lt;/li&gt;
		&lt;li&gt;SR38968 - HANGUP: 
            &lt;ul&gt;
                &lt;li&gt;PASTECLIP of a string starting with spaces caused an endless loop of PASTECLIP operations.&lt;/li&gt;
                &lt;li&gt;when doubleclicking GRID/SNAP on the statusbar, the command names ended up on the clipboard.&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/li&gt;
		&lt;li&gt;SR38977 - LAYER: improved the warning message shown when creating a new layer that doesn't match the current layer filter.
		&lt;li&gt;SR39049 - WBLOCK: using the WBLOCK command, .dwg was undesirably appended to the filename, if the existing dwg file, had a .DWG extension (or similar spelling) other than .dwg.&lt;/li&gt;
        &lt;li&gt;SR39055 - DISPLAY: a background mask was added to prevent displaying of overlapping text when editing table cells.&lt;/li&gt;
        &lt;li&gt;SR39058 - TOOLPALLETES: there was a problem undoing commands that have been interrupted with the ESC key.&lt;/li&gt; 
        &lt;li&gt;SR39078 - CSV EXPORT SETTINGS: The settings of BricsCAD can be exported to a CSV file (Comma Separated Value).  BricsCAD did not process quotes in any way when exporting settings to CSV.  As a result default CSV importing did not work in MS Office or LibreOffice.  From now on, if a special character is encountered, the entire field will be quoted and qoutes will be escaped by doubling them.&lt;/li&gt;
        &lt;li&gt;SR39082 - LOCALIZATION: messages being displayed in the FILLET/CHAMFER commands user interface were not translated.&lt;/li&gt;
        &lt;li&gt;SR39154 - LOCALIZATION: the 'Next' button in the startup dialog had 2 different labels in translated versions.&lt;/li&gt;
    &lt;/ul&gt;
	&lt;h2&gt;Applications&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;SR37909 - LISP/SDS/BRX : fixes a problem using (entmake) resp. sds_entmake()/acdbEntMake() when creating INSERT objects - the handling of DXF codes 70, 71, 44, 45 was not
			AutoCAD-compatible, so thus sometimes MINSERT objects, that are not explodable, were created.&lt;/li&gt;
		&lt;li&gt;SR38874 - LISP: fixes a problem with (getvar "varname") for non-existing "varname" - under intensive workload, (getvar) could return erratic values instead of NIL.&lt;/li&gt;
		&lt;li&gt;SR39057 - LISP: fixes a problem with (vlax-ldata-put/get) functions - real/double values written as LData were sometimes read as integers.&lt;/li&gt;
	&lt;/ul&gt;</description>
    <pubDate>Tue, 19 Mar 2013 14:17:31 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.20</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=1050&amp;site=420</link>
    <description>	&lt;h2&gt;Zdokonalení&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;TISK: soubory nastavení tisku (pc3) a stylu tisku (ctb, stb) lze 
		nyní, kromě cest uložených v proměnných PlotCfgPath a PlotStylePath, 
		také vyhledávat v aktuální složce výkresu (nastaveno systémovou 
		proměnnou DWGPREFIX).&lt;/li&gt;
		&lt;li&gt;VYŘADIT (_PURGE): navýšena kompatibilita příkazu.&lt;/li&gt;
		&lt;li&gt;RVYBRAT (_QSELECT): přidán příkaz RVYBRAT, který otevře panel 
		vlastností v režimu 'rychle vybrat'.&lt;/li&gt;
		&lt;li&gt;ZAROVNÁNÍ USS: nyní lze nastavit zarovnání USS také podle 
		odstavcového textu.&lt;/li&gt;
		&lt;li&gt;SR35221, SR38563 - KOPIEVLAST (_MATCHPROP): zdokonaleno kopírování 
		vlastností šrafů v případě nenalezení definice výchozího šrafovacího 
		vzoru.&lt;/li&gt;
		&lt;li&gt;SR38481 - KOPIEVLAST: do příkazu přidána možnost kopírování 
		vlastností výřezu.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Opravy&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;FIND: values of \p and \F mtext formatting codes were not omitted during text search.&lt;/li&gt;
		&lt;li&gt;HATCH: a generated hatch object ignored the ELEVATION system variable.&lt;/li&gt;
		&lt;li&gt;SR35354 - PRINT: the dimensions of the paper background display were undesirably truncated, e.g. for Letter format, 215 x 279 mm was used instead of 215.9 x 279.4 mm.&lt;/li&gt;
		&lt;li&gt;SR36473 - PROPERTY PANEL: when selecting a normal block, after having selected a custom block, the normal block type did not get displayed correctly in the Property Panel type combobox.&lt;/li&gt;
		&lt;li&gt;SR36568 - PROPERTIES BAR: entities on 'off' layers are no longer removed from the selection set after one of their properties is changed.&lt;/li&gt;
		&lt;li&gt;SR36568 - QUICK SELECT: entities on 'frozen' layers are ignored for quick select. (They can no longer be included in the selection set, and thus can no longer be edited.)&lt;/li&gt;
		&lt;li&gt;SR36885 - FILLET: using FILLET on a C-shaped polyline produced an incorrect result.&lt;/li&gt;
		&lt;li&gt;SR37227 - TEXT DISPLAY: the length of double-byte characters contained in proxy entities was wrong.&lt;/li&gt;
		&lt;li&gt;SR37477 - HATCH DIALOG: when using surveyor units, the angles displayed in the Angle selection combo was incorrect.&lt;/li&gt;
		&lt;li&gt;SR38222 - TOOLPALETTES: there was a failure to insert a block or hatch, when the layer or linetype property of the toolpalette item was already present in the drawing with a different case.&lt;/li&gt;
        &lt;li&gt;SR38540 - PUBLISH: changes made since the last time a drawing had been saved, or changes made in new drawings, were not taken into account when publishing.
		&lt;li&gt;SR38686 - COMPATIBILITY: AutoCAD failed to open some drawings that were saved as dwg 2004 in BricsCAD V13.&lt;/li&gt;
		&lt;li&gt;SR38692 - FONT: there was an incorrect MBCS-to-Unicode conversion in old drawings with an inconsistent DWGCODEPAGE.&lt;/li&gt;
		&lt;li&gt;SR38745 - MTEXT: mtext objects that have invalid right-to-left or bottom-to-top flow directions could not be edited. 
		  Now they can be edited, and the flow direction is fixed after the edit.&lt;/li&gt;
		&lt;li&gt;SR38782, SR38867, SR38877, SR38898 - QLEADER:
			&lt;ul&gt;
				&lt;li&gt;when copying a leader with it's corresponding mtext, the association was not copied along.&lt;/li&gt;
				&lt;li&gt;copying an mtext, that was detached from a leader, caused BricsCAD to crash.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR38842 - SPELL: mtext formatting code values except \F, \f, \A and \a were considered as normal text contents and thus suggested for replacement.&lt;/li&gt;
		&lt;li&gt;SR38825 - HANGUP: display of filled polygons with lineweight caused a GDI resource leak, which resulted in BricsCAD hanging when running out of GDI resources.&lt;/li&gt;
		&lt;li&gt;SR38869 - DISPLAY: depending on the zoom status, entities with non-default lineweight could be displayed using the wrong color, and lines could disappear when selected.&lt;/li&gt;
		&lt;li&gt;SR38880 - MLINE: added scale options for the MLINE command. It now uses the CMLSCALE system variable as defined in the settings.&lt;/li&gt;
		&lt;li&gt;SR38924 - AREA COMMAND: when an entity with 0 area was picked (i.e. colinear, closed polyline), the included area was correctly printed as "0.0", but the systemvariable AREA was not set
			(and kept the previous value).&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;LISP : improved the (setvar) function. If the given system variable does not exist, an error is triggered and Lisp execution stops. This provides feedback to developers about incorrect code
			(instead of being silently tolerated).&lt;/li&gt;
		&lt;li&gt;SR37792 - BRX: AcDbHostApplicationServices::setWorkingDatabase behavior was not correct when the working database was set differently from the current document's database.&lt;/li&gt;
		&lt;li&gt;SR26525 - BRX: implemented the function AcDbEntity::dragStatus.&lt;/li&gt;
		&lt;li&gt;SR31255 - COM: the zoom area in the COM method "zoomCenter" was incorrectly calculated, resulting in a wrong display.&lt;/li&gt;
		&lt;li&gt;SR34121 - LISP: a problem existed with the scope of same-named local variables, used by different functions, with the variables being local functions themselves. 
		  Under these conditions, a	previous function definition was not correctly restored, when a called function returned to the caller (such Lisp code design is mainly used by OpenDCL).&lt;/li&gt;
		&lt;li&gt;SR35303 - BRX: implemented the function AcEdCommandStack::popGroupToTop(const ACHAR*).&lt;/li&gt;
		&lt;li&gt;SR37316, SR38290, SR38527 - BRX: since TD3.06, a crash occurred in OdGsBaseModel::addNode().&lt;/li&gt;
		&lt;li&gt;SR38565 - BRX: IDynamicProperty::IsPropertyEnabled is no longer called with NULL as second argument.&lt;/li&gt;
		&lt;li&gt;SR38812 - LISP: in rare cases, if large drawings were opened by BricsCAD commandline (i.e. doubleclick in Windows Explorer, or Drag &amp; Drop of dwg file to BricsCAD desktop icon), the LISP
			engine failed to initialise due to insufficient memory.&lt;/li&gt;
		&lt;li&gt;SR38940 - LISP/COM: corrected the put/get "Rotation" property for MText objects: the rotation angle is always treated as relative to the current CoordinateSystem.&lt;/li&gt;
		&lt;li&gt;SR38933 - LISP: added support for storing Lisp symbols with (vlax-ldata-put/get).&lt;/li&gt;
		&lt;li&gt;SR38940 - COM: corrected the "addMText" method and put/get "Rotation" property for MText objects:
			&lt;ul&gt;
				&lt;li&gt;MText is always created with a 0 degree rotation relative to the current UserCoordinateSystem.&lt;/li&gt;
				&lt;li&gt;the get/put rotation angle is also relative to the current UserCoordinateSystem.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;</description>
    <pubDate>Tue, 05 Mar 2013 10:09:59 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.18</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=1040&amp;site=420</link>
    <description>	&lt;h2&gt;Nové&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;PANEL VLASTNOSTÍ: nyní jsou zobrazovány jednotlivé hodnoty délek, 
		ploch a objemových charakteristik násobně vybraných entit, namísto 
		předchozího zobrazení 'Různé'.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Zdokonalení&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;PANELVAZEB: nyní mohou být entity vybrány také před spuštěním 
		příkazu PANELVAZEB.&lt;/li&gt;
		&lt;li&gt;PDFEXPORT: zvětšeno výchozí rozlišení obrázků pro export do pdf z 72 dpi 
		na 300 dpi.&lt;/li&gt;
		&lt;li&gt;DRAG &amp; DROP: po akci Drag &amp; Drop (táhnout a pustit) do okna BricsCADu 
		se BricsCAD nyní stane aktivním, takže další vstupy z klávesnice a 
		pomocí myši je aktivní v BricsCADu. 
		  Toto přizpůsobení potlačuje nutnost dalšího kliknutí do okna s BricsCADem.&lt;/li&gt;
		&lt;li&gt;SR36628, SR37190, SR38063 - DIALOG TISKU: nyní lze nastavit styl a 
		velikost písma pro záhlaví a zápatí.&lt;/li&gt;
		&lt;li&gt;SR36960, SR38255 - proměnná POLARANG: z důvodů vyšší kompatibility, 
		není již proměnná POLARANG nadále omezena pouze na 0-90 stupňů. Mějte na 
		paměti, že hodnoty zadané pomocí LISP/SDS/BRX jsou v radiánech, zatímco 
		hodnoty z příkazové řádky jsou ve stupních.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Opravy&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;ALIGN: temporary lines were not removed after the ALIGN command was finished.&lt;/li&gt;
		&lt;li&gt;TABLES: it was not possible to delete the top row of a table.&lt;/li&gt;
		&lt;li&gt;SR35629 - PEDIT: didn't copy xdata from a input object to a polyline if PLINETYPE &gt; 0.&lt;/li&gt;
		&lt;li&gt;SR36300 - CHAMFER: didn't work properly for lines when distance A and distance B were 0.0 and TRIM was ON.&lt;/li&gt;
		&lt;li&gt;SR36553 - PROPERTIES BAR: iterating over vertices by pressing the Next/Previous arrow buttons did no longer work. 
		    Entering vertex numbers was fixed as well, the sequence of figures had been inverted, e.g. when typing 21, 12 was displayed in the field (regressions since V12.2)&lt;/li&gt;
		&lt;li&gt;SR36583 - SECTION PLANES: the SECTIONPLANETOBLOCK command ignored the content of block references.&lt;/li&gt;
		&lt;li&gt;SR36832 - MIRROR: while the dynamics displayed for mirrored MINSERT objects were correct, they ended up at an incorrect location after the operation was confirmed.&lt;/li&gt;
		&lt;li&gt;SR37223 - OFFSET: corrected the OFFSET command, so it supports to use preselected entities (pickfirst).&lt;/li&gt;
		&lt;li&gt;SR37236 - PRINTING: viewports with "Rendered" shadeplot are now printed using the High Quality visual style.&lt;/li&gt;
		&lt;li&gt;SR37285, SR38134 - MEMORY USAGE: avoided big memory usage by ACIS facet cache, which could exhaust memory and finally lead to crashes.&lt;/li&gt;
		&lt;li&gt;SR37339 - PDF EXPORT: for some RGBA raster images, transparent areas were shown as black.&lt;/li&gt;
		&lt;li&gt;SR37866 - DISPLAY: an "Invalid Index" message appeared and a crash occurred while displaying a solid hatch contained in a user-provided drawing.&lt;/li&gt;
		&lt;li&gt;SR38088 - PRINTING: a proxy entity displaying a leader arrow got displayed and printed with a different line width.&lt;/li&gt;
		&lt;li&gt;SR38095 - ORTHO/POLAR: pressing F8 (Ortho) failed to disable Polar mode, while pressing F10 (Polar) failed to disable ortho mode.&lt;/li&gt;
		&lt;li&gt;SR38196 - QLEADER: the DIMLDRBLK User Arrow undesirably was reset after the first apply.&lt;/li&gt;
		&lt;li&gt;SR38229 - DRAWING EXPLORER, DIMENSIONS: negative values are no longer accepted for:
			&lt;ul&gt;
				&lt;li&gt;DIMDLE (Dim line ext)&lt;/li&gt;
				&lt;li&gt;DIMASZ (Arrow size)&lt;/li&gt;
				&lt;li&gt;DIMDLI (Dim baseline spacing)&lt;/li&gt;
				&lt;li&gt;DIMEXE (Ext line ext)&lt;/li&gt;
				&lt;li&gt;DIMEXO (Ext line offset)&lt;/li&gt;
				&lt;li&gt;DIMSCALE (Dim scale overall)&lt;/li&gt;
				&lt;li&gt;DIMRND (Dim round)&lt;/li&gt;
			&lt;/ul&gt; For DIMJOGANG, angles smaller than 5 or greater than 90 are no longer accepted. Accepting these values caused instability and could lead to a crash.
		&lt;/li&gt;
		&lt;li&gt;SR38248 - FILELOAD: fixed loading of a malformed dxf file.&lt;/li&gt;
		&lt;li&gt;SR38256 - PRINTING: objects disappeared when printing if all following conditions were true:
			&lt;ul&gt;
				&lt;li&gt;printing from paperspace, with landscape orientation.&lt;/li&gt;
				&lt;li&gt;the viewport is rendered (e.g. Modeling, Realistic, Hiqh Quality, etc. visual styles).&lt;/li&gt;
				&lt;li&gt;the viewport uses perspective mode.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR38262 - CUI: DDEDIT and EATTEDIT didn't correctly select an Attribute/XRef when the commands were called with a customized double-click action.&lt;/li&gt;
		&lt;li&gt;SR38264 - DRAWING EXPLORER, LAYERS: in model space, when you clicked an icon in the 'New VP' column, an error message appeared: 'This property can only be set if Tilemode is off'. 
		   Now it is possible to change the 'New VP' field in model space as well.&lt;/li&gt;
		&lt;li&gt;SR38286 - REFEDIT: a crash occurred when displaying a block reference after ref-editing an insert with nested inserts.&lt;/li&gt;
		&lt;li&gt;SR38311 - PROGRAM INITIALIZATION: the APPDATA setting on some windows terminal server configurations could not be found. BricsCAD now searches in
			Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\&lt;b&gt;User&lt;/b&gt; Shell Folders instead of Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders.&lt;/li&gt;
		&lt;li&gt;SR38315 - POLAR ARRAY: there was a precision issue when picking/entering the center/base point for a polar array: instead of using all digits entered,
		values were rounded according to the LUPREC precision value.&lt;/li&gt;
		&lt;li&gt;SR38330 - PRINT: geometry was incorrectly clipped when using non-rectangular viewport boundaries.&lt;/li&gt;
		&lt;li&gt;SR38336 - FILELOAD: fixed a crash that occurred when loading drawings containing ACIS entities with SAT data strings longer than 256 bytes.&lt;/li&gt;
		&lt;li&gt;SR38362 - TRIM: did not work for non-associative hatches.&lt;/li&gt;
		&lt;li&gt;SR38363 - BACKGROUND: removing a background image by activating a view without a background in the View Explorer didn't work. 
		   Note: this only affects rendered mode; background images are	not suppported in non-rendered modes.&lt;/li&gt;
		&lt;li&gt;SR38379 - SHEETSETS: it was not possible to create a new sheetset using an existing one, when the DefaultNewSheetTemplate setting was empty.&lt;/li&gt;
		&lt;li&gt;SR38393, SR38444 - PRINTING: under- and overlines of text were printed incorrectly (regression since introduction of TTFASTEXT setting in V13).&lt;/li&gt;
		&lt;li&gt;SR38394 - SNAP: entity snap "INSERTION" for attribute (ATTRIB) and attribute definition (ATTDEF) objects did not work properly.&lt;/li&gt;
		&lt;li&gt;SR38428 - ATTRIBUTES: invisible attributes of MINSERT blocks were mistakenly displayed as a visible attribute (with ATTMODE=1). Regression introduced in V13.1.15.&lt;/li&gt;
		&lt;li&gt;SR38451 - CONCURRENT SESSIONS: there was a problem opening drawings by double-clicking them when several BricsCAD instances were running.&lt;/li&gt;
		&lt;li&gt;SR38530 - FONTS: added missing characters to the isocp.shx font to match the industry's standard set of symbols.&lt;/li&gt;
		&lt;li&gt;SR38556 - COPY/PASTE: a crash occurred when copy/pasting contents of a drawing containing a corrupt rigid constraint definition.&lt;/li&gt;
		&lt;li&gt;SR38570 - ISOLINES, ATTMODE: after changing these system variables, a regeneration was missing.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Applications&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;SR19981 - LISP/SDS/BRX: the DXF 73 groupcode for ATTRIB objects was missing, now it is contained in (entget) resp. adbEntGet() result lists.&lt;/li&gt;
		&lt;li&gt;SR36051, SR38543 - DCL: added BricsCAD-only dcl attributes bcad_width, bcad_height. When specified, they are used instead of width, height. 
		   This allows small cosmetic BricsCAD-only	deviations.
		&lt;li&gt;SR36422 - BRX: when AcStatusBarItem::SetToolTipText() was called before AcApStatusBar::&gt;Add(pItem) a memory access violation occurred. 
		  Same for derived classes AcTrayItem + AcPane.&lt;/li&gt;
		&lt;li&gt;SR37404 - LISP: the render fix included in V13.1.15 had been reverted in V13.1.16, and has now been reimplemented.&lt;/li&gt;
		&lt;li&gt;SR38028 - LISP: the Lisp file(s) loaded by (vl-load-all) were not loaded into already opened drawings, when those were activated.&lt;/li&gt;
		&lt;li&gt;SR38073 - LISP: significant performance improvements for (vlax-ldata-get) and (vlax-ldata-put) functions, especially with large and/or more complex data.&lt;/li&gt;
		&lt;li&gt;SR38205 - LISP: command DDVPOINT, when invoked by application code, like (command "_ddvpoint"), now always opens the dialog and no longer uses the commandline version. The
			commandline version is to be called with (command "_vpoint).&lt;/li&gt;
		&lt;li&gt;SR38385 - LISP:
			&lt;ul&gt;
				&lt;li&gt;when loading a drawing containing persistent reactors, if an associated entity was erased, the Lisp reactor callback function could sometimes refer to a wrong object
					instead of the erased one.&lt;/li&gt;
				&lt;li&gt;performance improvements for (vlax-ename-&gt;vla-object) by around 30%.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR38391 - LISP: command ATTEDIT now properly works when invoked by application code, like (command "attedit") or by a script - in this case, the entity selection uses a single pass only.&lt;/li&gt;
		&lt;li&gt;SR38407 - LISP: if the execution of (command) fails, the "ERRNO" system variable now indicates the error with additional values:
			&lt;ul&gt;
				&lt;li&gt;-1: an unspecific exception happened&lt;/li&gt;
				&lt;li&gt;-2: an unspecific error happened&lt;/li&gt;
				&lt;li&gt;-3: (command) sequence was cancelled&lt;/li&gt;
				&lt;li&gt;-10: other unspecific error&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR38439 - LISP: (setvar) could cause a memory access violation, when it was called recursively (nested), i.e. from reactors.&lt;/li&gt;
		&lt;li&gt;SR38439 - LISP/COM: added a check at BricsCAD startup to verify correctness of BricsCAD's COM interface - if broken, an alert message is shown with how to solve it.&lt;/li&gt;
		&lt;li&gt;SR38441 - LISP: added functions (align), (mirror3d) and (rotate3d).&lt;/li&gt;
		&lt;li&gt;SR38593 - LISP: when (vlr-object-reactor) was used to add a reactor to an object, the object could immediately receive events, 
		  while it should only get events starting from the next modification cycle.&lt;/li&gt;
		&lt;li&gt;SR38605 - LISP/SDS/BRX : using (entmod), sds_entmod() or acdbEntMod() and groupcode DXF 60 to control the visibility of a Region or 
		  3dSolid failed, because the DXF 60 groupcode was added at the end of the data list.&lt;/li&gt;
	&lt;/ul&gt;</description>
    <pubDate>Tue, 19 Feb 2013 08:50:57 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.16</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=1005&amp;site=420</link>
    <description>	&lt;h2&gt;Zdokonalení&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;FIND: the Ctrl-F keyboard shortcut has been reassigned to trigger FIND instead of formerly -OSNAP _T . The F3 function key remains available to trigger -OSNAP _T .&lt;/li&gt;
		&lt;li&gt;-LAYER: added the option 'stAte', for creating, editing, renaming, restoring, deleting, importing and exporting layer states.&lt;/li&gt;
		&lt;li&gt;PLINE, 3DPOLY: these commands now show a non-segmented polyline entity without artefacts. The memory usage has been reduced as well.&lt;/li&gt;
		&lt;li&gt;RENDER: responsiveness while working in High Quality shade mode has been improved by temporarily reducing the display quality during operations.&lt;/li&gt;
		&lt;li&gt;SR37325 - SPLINES: the performance of DIVIDE and MEASURE commands for splines has been improved by a factor 30.&lt;/li&gt;
		&lt;li&gt;SR37862 - CUI: the number of allowed client context menu entries has been increased to 23000.&lt;/li&gt;
		&lt;li&gt;SR38015 - SPLINES: the performance for offsetting splines has been improved by a factor 10.&lt;/li&gt;
	&lt;/ul&gt;
	
	&lt;h2&gt;Opravy&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;BMHIDE, BMSHOW, BMVSTYLE: edges and faces were present in the selection Tab-cycle in spite of the fact that commands are applicable only for entire components&lt;/li&gt;
		&lt;li&gt;LAYER FILTER: the filters for Xrefs and Viewport Overrides were not listed in the Layer Filter combo control.&lt;/li&gt;
    &lt;li&gt;LOCALIZATION: True/False values for the Visible property were not translated in the Mechanical Browser (now replaced with Yes/No).&lt;/li&gt; 
		&lt;li&gt;VISUAL STYLE EXPLORER: predefined visual styles were no longer marked with a different color.&lt;/li&gt;
		&lt;li&gt;VISUAL STYLE EXPLORER: in translated versions, the current item marker was not shown when the 'Current' column of a predefined Visual Style was clicked.&lt;/li&gt;
		&lt;li&gt;REFEDIT: when a block with constraints was REFEDITed, followed by a discard of changes, a subsequent attempt to REFEDIT and discard the changes failed.&lt;/li&gt; 
		&lt;li&gt;SR31497 - COPY/PASTE: when copy/pasting blocks between drawings, the INSUNITS variable was correctly applied when setting the Unitfactor of the pasted block, 
		  but the Scale value of the pasted block was undesirably manipulated so it neutralized the effect of the Unitfactor value. 
		The same problem occurred when inserting blocks from the Block Explorer dialog in case the Align option was used.&lt;/li&gt;
		&lt;li&gt;SR35091 - DISPLAY: TEXT and INSERT entities that were moved, disappeared after moving, in case the original location was out of view when they were placed at the new location.&lt;/li&gt;
		&lt;li&gt;SR37451 - VIEWS: the command '-view' 'window' incorrectly asked for a Viewport to select, instead of asking for the name of the view.&lt;/li&gt;
		&lt;li&gt;SR37452 - SNAP: grip point snapped to other grip points during grip-editing, sometimes had different coordinates.
    &lt;li&gt;SR37459 - LOCALIZATION: translated prompt menu strings of BMBOM/BMINSERT commands were ignored in some localized BricsCAD versions.&lt;/li&gt;
		&lt;li&gt;SR37531, SR37855 - DIALOG: the Open/Save file dialog could be off-screen. (follow-up to improve previous fix)&lt;/li&gt;
		&lt;li&gt;SR37853 - SPLINES: the length of a spline that had negative knots was displayed as zero.&lt;/li&gt;
		&lt;li&gt;SR37910 - OLE: copying/pasting from Open Office Calc to BricsCAD added a point instead of a viewable OLE object.&lt;/li&gt;
		&lt;li&gt;SR37938 - XREF: when a nested Xref with the same name as a block was added in the same drawing, only the path to the Xref was displayed. 
		   This is not longer possible, and will prompt an	error message.&lt;/li&gt;
		&lt;li&gt;SR38080 - FILLET: failed for user-provided example.&lt;/li&gt;
		&lt;li&gt;SR38112 - BLOCKS: both the Drawing Explorer and the BLOCK command accepted block names (and other symbol table names) that included a double quote character ("). 
		  Such names should not be accepted, as they will cause problems later on. 
			Also, the list of prohibited characters shown in error messages, was not the same for each message, and not always correct.&lt;/li&gt;
		&lt;li&gt;SR38127, SR38128, SR38131 - MBUTTONPAN: panning did not work when MBUTTONPAN==1 and CTRLMOUSE==0.&lt;/li&gt;
		&lt;li&gt;SR38149 - CONSTRAINTS: executing a command on a drawing that contained corrupted constraints caused BricsCAD to crash.&lt;/li&gt;
		&lt;li&gt;SR38165 - RENDER: in some cases the render background was missing from the rendered result.&lt;/li&gt;
		&lt;li&gt;SR38186 - PRINTING: failed when all the viewports in paper space were off (regression introduced in 13.1.15)&lt;/li&gt;
		&lt;li&gt;SR38262 - DOUBLE CLICK ACTION: when double-clicking an attribute, instead of being selected in the editor, the first item in the attribute list was selected.(regression introduced in 13.1.15)&lt;/li&gt;
	&lt;/ul&gt;
	
	&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;LISP: new VLE functions
			&lt;ul&gt;
				&lt;li&gt;(vle-dictobjname dictename dictitem) returns the entity name of 'itemname' in dictionary 'dictename', if present, or NIL.&lt;/li&gt;
				&lt;li&gt;(vle-dictsearch dictename dictitem) returns T if dictionary 'dictename' contains 'itemname', or NIL.&lt;/li&gt;
				&lt;li&gt;(vle-tblsearch tblname tblitem) returns T if table 'tblnamename' contains 'tblitem', or NIL.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;LISP, SDS, BRX: fixed ssget ":N" functionality for both wireframe and shaded modes to select entities in nested solids, which was not happening earlier. 
		So now, solids and block references (leaving out edges &amp; faces) will get selected.
		&lt;li&gt;SR38073 - LISP: improved the performance when saving (vlax-ldata) objects.&lt;/li&gt;
		&lt;li&gt;SR38195 - LISP: a crash occurred when calling ENTMAKE in a user-provided join routine written in lisp.&lt;/li&gt;
	&lt;/ul&gt;
</description>
    <pubDate>Tue, 15 Jan 2013 08:42:47 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.15</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=989&amp;site=420</link>
    <description>	&lt;h2&gt;Zdokonalení&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;ASSEMBLY DESIGN:
			&lt;ul&gt;
				&lt;li&gt;BMVSTYLE: extended the set of available visual styles in the command prompt.&lt;/li&gt;
				&lt;li&gt;BMXCONVERT: upon conversion of xsolid standard parts to blocks, instead of creating the block content using its original layer, it is now placed on layer 0, which is better integrated
					with the built-in dwg behavior that allows block content placed on layer 0 to assume the properties of the layer on which the block is inserted.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;CHAPOO:
			&lt;ul&gt;
				&lt;li&gt;added the 'ChapooLogVerbose' preference.&lt;/li&gt;
				&lt;li&gt;after login from Drawing Explorer, instead of hiding the Chapoo button, its label is replaced with 'Chapoo Logoff'.&lt;/li&gt;
				&lt;li&gt;removed an unnecessary warning dialog ("No drawings in account").&lt;/li&gt;
				&lt;li&gt;removed an error message that was shown in some cases when the Chapoo folder was empty.&lt;/li&gt;
				&lt;li&gt;on upload, check if the drawing has dependencies, if so, they can be uploaded with the drawing, and a DocumentLink will be created on Chapoo.&lt;/li&gt;
				&lt;li&gt;added ChapooUploadDependencies preference to decide what to do with dependencies.&lt;/li&gt;
				&lt;li&gt;DRAWING EXPLORER: check if the drawing has DocumentLinks, if so, they can be downloaded with the drawing (they will be placed in the same folder as the drawing).&lt;/li&gt;
				&lt;li&gt;DRAWING EXPLORER: no connection with the Chapoo server is made until the Folders tab is selected.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;DIRECT MODELING: the delay, that occurs when using dmPushPull on a 2D contour that is near a complex solid, has been reduced.&lt;/li&gt;
		&lt;li&gt;MECHANICAL: added the bmVStyle command to the 'Mechanical Visualization' toolbar and menu.&lt;/li&gt;
		&lt;li&gt;MECHANICAL BROWSER:
			&lt;ul&gt;
				&lt;li&gt;components visual styles are now available from the context menu and properties.&lt;/li&gt;
				&lt;li&gt;improved the performance of the tree update.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR15387, SR36391:
			&lt;ul&gt;
				&lt;li&gt;DRAWING EXPLORER - DIMSTYLES:
					&lt;ul&gt;
						&lt;li&gt;added help text tooltips.&lt;/li&gt;
						&lt;li&gt;added DIMTSZ, DIMBLK, DIMSAH, DIMTVP settings (removed special processing of DIMBLK1 and DIMBLK2)&lt;/li&gt;
					&lt;/ul&gt;
				&lt;/li&gt;
				&lt;li&gt;PROPERTIES PANEL: added DIMTSZ (Tick Size) for linear and angular dimensions.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR35536 - DRAWING EXPLORER: now restores sort column and sort mode (ascending/descending) each time it is reopened (but not between sessions).&lt;/li&gt;
		&lt;li&gt;SR36977 - SNAPPING: during grip editing of line and polyline entities, additional tangent and perpendicular snaps to other entities are available now.&lt;/li&gt;
		&lt;li&gt;SR37381 - LAYER: improved the performance for deleting layer filters.&lt;/li&gt;
		&lt;li&gt;SR37773 - DRAWING EXPLORER: added the EXPFOLDERS command to open the Drawing Explorer on the Folders tab.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Opravy&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;ASSEMBLY DESIGN:
			&lt;ul&gt;
				&lt;li&gt;drawings containing a bill of materials table were not correctly opened in BricsCAD Classic.&lt;/li&gt;
				&lt;li&gt;BMDISSOLVE: assembly 3D constraints were not always correctly maintained by the command.&lt;/li&gt;
				&lt;li&gt;BMFORM, BMDISSOLVE: selection by window was not supported.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;CHAPOO:
			&lt;ul&gt;
				&lt;li&gt;there was a problem connecting with my.chapoo.com&lt;/li&gt;
				&lt;li&gt;connection failed when 'ChapooServer' preference was not terminated with trailing slash character.&lt;/li&gt;
				&lt;li&gt;files of which the name contained non-ascii characters could not be displayed or uploaded.&lt;/li&gt;
				&lt;li&gt;SR37918: 'New Folder' on Chapoo account didn't work.&lt;/li&gt;
				&lt;li&gt;SR37919: files of which the name contained spaces could not be uploaded.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;DRAGSNAP: the command was not available.&lt;/li&gt;
		&lt;li&gt;DUAL MONITORS: when using an external display, dockable dialogs like the Properties Bar, Command Line window and Toolpalettes could be off-screen after switching from 'Extend these
			displays' to 'Show desktop only on 1', or after the external display had been disconnected. Now, when BricsCAD starts up, and a dockable dialog's position is off-screen, the dialog is moved to a
			default position. (So 'lost' dialogs can be retrieved by restarting BricsCAD).&lt;/li&gt;
		&lt;li&gt;FONT: parts of the text in the polar array dialog were invisible when not using a small font.&lt;/li&gt;
		&lt;li&gt;MECHANICAL BROWSER: the assembly tree was not always updated after modifying the model.&lt;/li&gt;
		&lt;li&gt;SR33273, SR37714 - DISPLAY: some entities with non-zero elevation were not displayed on models containing entities with huge, improper coordinates.&lt;/li&gt;
		&lt;li&gt;SR35114 - DRAWING EXPLORER: on Windows XP the folders and files in the Folders tree were not sorted alphabetically.&lt;/li&gt;
		&lt;li&gt;SR36065 - MTEXT: part of an MText bounding box was not filled with the background mask.&lt;/li&gt;
		&lt;li&gt;SR36818 - LAYER FILTERS: drawings containing invalid layer filter definitions triggered an exception and caused a crash. The code was made more robust to gracefully handle this type of
			drawing corruption&lt;/li&gt;
		&lt;li&gt;SR37009, SR37531, SR37855 - DIALOG: the Open/Save file dialog could be off-screen.&lt;/li&gt;
		&lt;li&gt;SR37404 - RENDER: running the render command from within a paperspace viewport is now supported.&lt;/li&gt;
		&lt;li&gt;SR37539 - DUAL MONITORS: when using dual monitors, after moving the Drawing explorer to the second screen, closing and reopening it, it was displayed on the first screen.&lt;/li&gt;
		&lt;li&gt;SR37562 - BLOCKS: annotation blocks that had the flag "Match orientation to layout" were displayed in the wrong position.&lt;/li&gt;
		&lt;li&gt;SR37727 - XREF:
			&lt;ul&gt;
				&lt;li&gt;removing an xref A, that had a nested xref B, caused an unload of xref B, even if B was referenced directly in the same parent drawing.&lt;/li&gt;
				&lt;li&gt;using the '-XREF' 'Path' command option, a relative path was not recognized.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR37727,SR37807 - DRAWING EXPLORER: an xref belonging to paper space was not displayed in the xref list till actually switching to paper space.&lt;/li&gt;
		&lt;li&gt;SR37814 - SHORTCUTS: it was not possible to assign shortcuts to Ctrl+MiddleMouseButton.&lt;/li&gt;
		&lt;li&gt;SR37859 - PROPERTIES PANEL: the open/closed status of a property list was not remembered.&lt;/li&gt;
		&lt;li&gt;SR37883 - CUI:
			&lt;ul&gt;
				&lt;li&gt;doubleclick action for ATTBLOCKREF is now recognized as an action for blocks with attributes.&lt;/li&gt;
				&lt;li&gt;doubleclick action for ATTDYNBLOCKREF was removed from CUI.&lt;/li&gt;
				&lt;li&gt;for normal blocks, BLOCKREF is used instead of INSERT (doubleclick actions and entity context menus).&lt;/li&gt;
				&lt;li&gt;for blocks and xrefs, DDEDIT is used instead of REFEDIT.&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;SR37970 - HELP: clicking 'help' when customizing toolpalettes didn't do anything.&lt;/li&gt;
		&lt;li&gt;SR37983 - DRAWING EXPLORER, FOLDERS: when 'Blocks' is selected in the tree, the block info shown in the Block Explorer should not be editable: 'Rename' is now disabled in menu and context
			menu, and editing with F2 is disabled as well.&lt;/li&gt;
		&lt;li&gt;SR37949: a custom command that uses (command pause) or '\' in the menu macro, could not be interrupted by launching another command or trying to quit the application. It could only be
			stopped by pressing the Escape key.&lt;/li&gt;
		&lt;li&gt;SR37965 - LEADER/QLEADER: there was a delay when creating leaders in large dwg.&lt;/li&gt;
		&lt;li&gt;SR37976, SR37111 - SHX FONTS: after applying a fix for SR37111 in V13.1.10, .SHX files using the 'shape' specifier in their header, were no longer accepted as fonts. The filtering system
			has been adjusted to be less strict.&lt;/li&gt;
    &lt;li&gt;SR38004 - OPEN: a drawing containing a proxy of AeccDbAssocAction could not be loaded due to an exception in the 2d constraints glyph manager.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
	&lt;ul&gt;
		&lt;li&gt;BRX: re-enabled the BRX function AcDbObject::cancel().&lt;/li&gt;
		&lt;li&gt;SR25254 - BRX: AcEdUIContext: icons in context menus are supported now.&lt;/li&gt;
		&lt;li&gt;SR34077 - BRX: negative GS Markers can now be used in acedSSNameEx.&lt;/li&gt;
		&lt;li&gt;SR37404 - LISP: after running (command "-render" "viewport") the render output no longer disappears immediately, it remains visible till an action triggers a display update.&lt;/li&gt;
		&lt;li&gt;SR37922 - LISP : using (read-char) on a binary file could fail after reading 0x0A character, if not followed by 0x0D character.&lt;/li&gt;
		&lt;li&gt;SR38010 - LISP : using "Lisp Optimiser" - (progn item) with a single item could cause a load failure, if the 'item' was an atom, not an expression or list.&lt;/li&gt;
	&lt;/ul&gt;
</description>
    <pubDate>Thu, 27 Dec 2012 14:47:30 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.12</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=972&amp;site=420</link>
    <description>&lt;h2&gt;Nové&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;MODELOVÁNÍ SESTAV: Strojírenské součásti lze nyní vkládat do aktuálního 
	výkresu metodou táhnout a pustit z průzkumníka Windows.&lt;/li&gt;
    &lt;li&gt;ZOBRAZENÍ: implementováno zobrazení gradientu pro rendering.&lt;/li&gt;
&lt;/ul&gt;  

&lt;h2&gt;Zdokonalení&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;SADY LISTŮ:
        &lt;ul&gt;
            &lt;li&gt;příkaz PŘEČÍSLOVAT: automatické přečíslování všech listů v sadě 
			listů.&lt;/li&gt;
            &lt;li&gt;příkaz PUBLIKOVAT: pokud je proměnná BACKGROUNDPLOT &gt; 1, jsou 
			sady listů publikovány na pozadí.&lt;/li&gt;
            &lt;li&gt;sady listů jsou nyní ukládány automaticky bez interakce 
			uživatele.&lt;/li&gt;
            &lt;li&gt;dialog 'Nová Sada listů&amp;#39; nyní umožňuje vytvoření prázdné sady 
			listů.&lt;/li&gt;
            &lt;li&gt;v průzkumníku sad listů přidána podpora přesouvání listů a sad 
			listů metodou táhnout a pustit.&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;příkaz UPRSEZNMER (_SCALELISTEDIT):
        &lt;ul&gt;
            &lt;li&gt;SR34371: vylepšeno chování volby 'obnovit'.&lt;/li&gt;
            &lt;li&gt;SR35607: přidán příkaz -UPRSEZNMER pro zadání v příkazové řádce.&lt;/li&gt;
            &lt;li&gt;SR35608: přidána podpora vícenásobného výběru měřítek v seznamu.&lt;/li&gt;
            &lt;li&gt;použitím volby 'Storno' v rámci procesu 'Přidat' a 'Odstranit', 
			dojde k navrácení na hlavní nabídku a ne k ukončení příkazu.&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;ZOBRAZENÍ: zobrazení je nyní aktualizováno okamžitě při změně stylu 
	zobrazení v průzkumníku výkresu a režim regenerace je zapnut.&lt;/li&gt;
    &lt;li&gt;NÁPOVĚDA: přidáno tlačítko nápovědy pro dialog Publikovat.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;DRAGSNAP: DRAGSNAP was not available because the definition of the variable was not 
        added respecting alphabetical order.&lt;/li&gt;
    &lt;li&gt;LAYOUT: using the LAYOUT command to create a layout copy with an already existing name 
        is now rejected, instead of creating a new layout with an unintended name.&lt;/li&gt;
    &lt;li&gt;MATCHPROP: for user-defined hatches, the hatch angle was no longer matched.&lt;/li&gt;
		&lt;li&gt;SHEETSETS: properties ProjectPhase, Number and Milestone could not be stored/restored. Fixed problem when saving AutoCAD sample sheetset file.&lt;/li&gt;
		&lt;li&gt;SR31032 - MIRROR: right-justified text was undesirably shifted upward when mirrored vertically.&lt;/li&gt;
    &lt;li&gt;SR32868, SR35199 - OLE: OLE objects did not refresh properly.&lt;/li&gt;
    &lt;li&gt;SR36891 - DRAWING EXPLORER, LAYER: "New VP" column is now shown when 'Model' tab is active. 
        Before, it was shown only when a paper space layout was active.&lt;/li&gt;
		&lt;li&gt;SR37021 - DRAWING EXPLORER, XREFS: when the saved path of an XRef was changed by editing the 
        text manually, without using the Browse button, and the XRef was not found after the edit,
        it disappeared from the XRef Explorer.&lt;/li&gt;
    &lt;li&gt;SR37138 - TOOLPALETTES: there was an issue with dynamic blocks created via toolpalettes, and with the insertion point for these blocks.&lt;/li&gt;
    &lt;li&gt;SR37138 - TOOLPALETTES: there was an issue with squashed images when tools have custom images.&lt;/li&gt;
    &lt;li&gt;SR37326 - MODELING: a crash occurred when rendering ACIS entities with wrong numeric data.&lt;/li&gt;
		&lt;li&gt;SR37384 - MODELING: a 3d-solid in a user-provided drawing could not be displayed.&lt;/li&gt;
    &lt;li&gt;SR37404 - PRINTING: when a viewport was selected before printing/preview, it could be printed with an incorrect device which caused wrong output.&lt;/li&gt;
    &lt;li&gt;SR37512 - REFEDIT: an error occured while generating the REFEDIT preview.&lt;/li&gt;
    &lt;li&gt;SR37523 - EXPLODE: Xdata of polylines (both AcDbPolylines or AcDb2dPolylines) were not copied 
    			to the entities created by the EXPLODE command.&lt;/li&gt;
    &lt;li&gt;SR37552 - WIPEOUT: made usage of 'on' and 'off' in wipeout/frames conform to other commands (like the IMAGEFRAME command),
        so now the 'off' shortcut can be used.&lt;/li&gt;
    &lt;li&gt;SR37554 - MENU: some commands that are not available with a Pro license, were selectable from the menu.&lt;/li&gt;
    &lt;li&gt;SR37588 - SELECTION: some polylines could only be selected when working in multi-threaded mode.&lt;/li&gt;
    &lt;li&gt;SR37609 - DRAWING EXPLORER, LAYER: the XRefs in the 'Filters' tree were not sorted.
        Aditionally, when a new XRef is attached in grid view, the XRef list is sorted.&lt;/li&gt;
    &lt;li&gt;SR37626 - ARRAYDLG: after entering a value in the "number of items" field, and then pressing the TAB key,
        the TAB value was added to the input, instead of the field losing its focus.&lt;/li&gt;
    &lt;li&gt;SR37684 - SPELLCHECK: changed the url for spellcheck dictionary downloads.&lt;/li&gt;
    &lt;li&gt;SR37653 - BLOCKS: redefinition failed for blocks with draworder.&lt;/li&gt;
    &lt;li&gt;SR37665 - LOCALIZATION: the Sheetset message was not translateable.&lt;/li&gt;
    &lt;li&gt;SR37672 - SHEETSETS: after closing and reopening the Drawing Explorer, sometimes the wrong tab was selected
        or the property-grid presentation was incorrect.&lt;/li&gt;
    &lt;li&gt;SR37756 - LOCALIZATION: the CONVERTPSTYLES dialog title was not translateable.&lt;/li&gt;
    &lt;li&gt;SR37781 - SHEETSETS: when a drawing containing sheetset fields was opened, 
        and the sheetset file was not found, the contents of the sheetset fields were reset to "----".&lt;/li&gt;
    &lt;li&gt;SR37787, SR37800 - CHAPOO:
        &lt;ul&gt;
            &lt;li&gt;there were issues connecting with my.chapoo.com&lt;/li&gt;
            &lt;li&gt;added a 'ChapooLogVerbose' preference.&lt;/li&gt;
            &lt;li&gt;displaying/uploading files with non-ascii filenames did not work properly.&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/li&gt;
&lt;/ul&gt;				

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;LISP: the performance of the (layoutlist) function has been improved by factor &gt;= 8.&lt;/li&gt;
    &lt;li&gt;LISP: (setvar "HPNAME" ...) has been improved to better support user-type hatchpattern names.&lt;/li&gt;
    &lt;li&gt;LISP: increased available recursion depth to 20000.&lt;/li&gt;
    &lt;li&gt;LISP - (vlr-docmanager-reactor): when a drawing was made the current drawing, the 
    "documentToBeActivated" was missing, before the "documentBecameCurrent" event was sent.&lt;/li&gt;
    &lt;li&gt;LISP/DCL: when a Lisp error happened, while a DCL dialog was created, but not yet started 
    (i.e. between (new_dialog) and (start_dialog) function calls), the Lisp error was detected and 
    stopped Lisp execution - but the dialog was visible, yet orphaned (no handler active).
    As a result, the DCL dialog remained on screen, and could not be closed.&lt;/li&gt;
    &lt;li&gt;LISP/COM: added IAcadDocument::get/put_ActiveMaterial() property access.&lt;/li&gt;
    &lt;li&gt;OUTPUT: when text, printed to the commandline, contained a \r\n sequence, the text before \r was not printed.&lt;/li&gt;
    &lt;li&gt;SR33127 - VBA: when calling AcadToolbar.Left and AcadToolbar.Top, the returned position value for the Docked Toolbars was always 0.&lt;/li&gt;
		&lt;li&gt;SR35685, SR35574 - .NET: added support for StartOpenCloseTransaction.&lt;/li&gt;
    &lt;li&gt;SR37156 - SNAP: snapping did not work correctly on custom objects derived from AcDbBlockReference.&lt;/li&gt;
		&lt;li&gt;SR37207 - .NET: improved DrawableOverrule API implementation for block references. Added support for those cases when geometry is processed before block content and attributes.&lt;/li&gt;
		&lt;li&gt;SR37314, DCL: A dcl file containing a non breaking space character could not be parsed.  
        Added the non breaking space character (hex code "\xa0") as an allowed whitespace character to our dcl parser.&lt;/li&gt;
    &lt;li&gt;SR37651 - LISP/SDS/BRX : setvar("HPNAME", ".") now clears the HPNAME value, instead of returning an error.&lt;/li&gt;
    &lt;li&gt;SR37717 - WIPEOUT: command WIPEOUT now always creates the ACAD_WIPEOUT_VARS (WIPEOUTVARIABLES) dictionary to provide better compatibility.&lt;/li&gt;
    &lt;li&gt;SR37743 - SDS/LISP: AUDIT reported an error after using (entmod) resp. sds_entmod() with an anonymous BlockTableRecord.&lt;/li&gt;
    &lt;li&gt;SR37747 - LISP/SDS/BRX : (vl-vbaload) resp. sds_vbaload() return status did not properly
        provide the result, it was always T resp. RTNORM.&lt;/li&gt;
&lt;/ul&gt;			</description>
    <pubDate>Wed, 05 Dec 2012 09:37:18 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.11</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=958&amp;site=420</link>
    <description>				&lt;h2&gt;Nové&lt;/h2&gt;
        &lt;ul&gt;    
						&lt;li&gt;SR22177, SR35774 - MATCHPROP : added a &amp;#39;Match Properties&amp;#39; settings dialog, allowing to select which properties should be copied.&lt;/li&gt;
				&lt;/ul&gt;
				
				&lt;h2&gt;Zdokonalení&lt;/h2&gt;
        &lt;ul&gt;
            &lt;li&gt;SHEET SETS:
            &lt;ul&gt;
                &lt;li&gt;New Sheet dialog:
                &lt;ul&gt;
                    &lt;li&gt;added browse buttons for folder path and layout template.&lt;/li&gt;
                    &lt;li&gt;new number is entered automatically, based on current number of sheets and using the new
                    &amp;#39;SheetNumberLeadingZeroes&amp;#39; preference&lt;/li&gt;
                    &lt;li&gt;import from existing drawings: new sheets are automatically numbered, the sheet title can now be the
                    drawing name, layout name or both.&lt;/li&gt;
                    &lt;li&gt;when creating new sheets, custom sheet properties are now copied into the new sheet(s).&lt;/li&gt;
                &lt;/ul&gt;&lt;/li&gt;
                &lt;li&gt;Edit Custom properties: adding, editing and removing sheetset and sheet custom properties.&lt;/li&gt;
                &lt;li&gt;when a sheet is opened, paths are now being resolved (dst: NewSheetLocation, DefDwtLayout; dwg:
                AcSheetSetData).&lt;/li&gt;
                &lt;li&gt;a sheet can now be associated with another layout, when it is opened and the drawing is not found.&lt;/li&gt;
                &lt;li&gt;when creating a new subset, the parent subset&amp;#39;s properties are now copied into the new subset.&lt;/li&gt;
                &lt;li&gt;Sheetset fields sometimes failed to update correctly.&lt;/li&gt;
                &lt;li&gt;when changing a property in a subset that contains nested subsets, the user is asked if he wants to apply the
                same change to the nested subsets.&lt;/li&gt;
                &lt;li&gt;Explorer: removed &amp;quot;Prompt for Template&amp;quot; property from sheetset/subset property view.&lt;/li&gt;
                &lt;li&gt;Explorer: added "New Subset" to the sheet context menu for inserting a new subset between existing sheets.&lt;/li&gt;
                &lt;li&gt;added automatic backup of DST files upon opening, controlled by the &amp;#39;SheetSetAutoBackup&amp;#39; preference.&lt;/li&gt;
                &lt;li&gt;added sheetset XML import/export.&lt;/li&gt;
            &lt;/ul&gt;&lt;/li&gt;
            &lt;li&gt;COMPATIBILITY: ACIS data more recent than version 7.0 cannot be handled by AutoCAD.
                In order to allow drawings to be opened by AutoCAD, BricsCAD now converts ACIS data created by higher ACIS versions down to version 7.0.&lt;/li&gt;
            &lt;li&gt;HELP: added help buttons to Array, BlockAttributeManager, QLeaderSettings, NewSheetSet, NewSheet.&lt;/li&gt;
            &lt;li&gt;MESSAGES: following warning messages can now be suppressed by checking a 'Don't show this again' checkbox:
                &lt;ul&gt;
                    &lt;li&gt;message when moving entities to a frozen or turned Off layer.&lt;/li&gt;
                    &lt;li&gt;message when saving to a previous version that doesn't support some entities.&lt;/li&gt;
                &lt;/ul&gt;
                The 'WarningMessages' preference is used to store whether these messages should be shown or not.
                The 'SuppressDataLoss' preference that was used before for suppressing the 
                message when saving to a previous version that doesn't support some entities has been removed.&lt;/li&gt;
            &lt;li&gt;PRINT: 
						    &lt;ul&gt;
								&lt;li&gt;for layouts containing viewports that have different display modes, only the rendered viewports now are printed as raster images, 
						   	wireframe viewports are printed as vector graphics, a.o. resulting in reduced print data size.&lt;/li&gt;
  							&lt;li&gt;raster image printing switched to using transparency method 'mask' by default, as this suits most 'physical' printers.
  							For PDF printer drivers, extra overrides have been added in the ImagePrinting.xml configuration file.&lt;/li&gt;
						&lt;/ul&gt;&lt;/li&gt;
            &lt;li&gt;SELECTION: selection commands now need to explicitly set a ":N" option in order to be able to select nested entities.&lt;/li&gt;            
            &lt;li&gt;SR36419 - 3DCONTEXT: when there is no hardware rendering, the warning message will now appear before switching to
            3D, instead of afterwards.&lt;/li&gt;
						&lt;li&gt;SR36799 - DCL: the file &amp;#39;ERROR.log&amp;#39; to which DCL errors are written, is no longer stored in the BricsCAD
            installation folder but in LOCALROOTFOLDER, e.g. %USERPROFILE%\AppData\Local\Bricsys\BricsCAD\V13\en_US, because the
            BricsCAD user may not have write access in the installation folder.&lt;/li&gt;
            &lt;li&gt;SR37306 - CUSTOMIZE DIALOG: when modifying the &amp;#39;Help&amp;#39;, &amp;#39;Command&amp;#39; or &amp;#39;Image&amp;#39; property of a
            menu item, toolbar button, keyboard shortcut, mouse button or double-click action, a warning message now appears that
            in fact the tool definition itself is being modified.&lt;/li&gt;        
						&lt;/ul&gt;
        &lt;h2&gt;Opravy&lt;/h2&gt;
        &lt;ul&gt;
            &lt;li&gt;AUTOCOMPLETE: redefined commands were shown twice in the autocomplete panel.&lt;/li&gt;            
            &lt;li&gt;DRAWING EXPLORER: the property grid presentation was not updated after modifications in the tree.&lt;/li&gt;
            &lt;li&gt;MOVE: using the MOVE command with no entities selected caused a crash.&lt;/li&gt;
            &lt;li&gt;PROPERTIES: an angle constraint value is now displayed correctly in properties.&lt;/li&gt;
            &lt;li&gt;SR29126 - DIMLFAC: DIMLFAC of an associative dimension in paper space did not get updated correctly.&lt;/li&gt;
            &lt;li&gt;SR33450, STARTUP DIALOG: In the startup dialog, dwg files that are not in the template path could be listed in the
            list of template files. Restricted the template file search to the template path and its subdirectories only.&lt;/li&gt;
            &lt;li&gt;SR34685 - SELECT: corrected an issue where multiple selection returned an error code when the user canceled the
            operation.&lt;/li&gt;

            &lt;li&gt;SR37111 - FONTS: the MText editor crashed while initializing some user-provided .shx fonts.&lt;/li&gt;
            &lt;li&gt;SR37122, SR37310, SR37354 - PRECISION: when the unit precision was greater than 0, the angle to fill or the angle between
            changed from 360° to 359°, which triggered a miss calculation of array parameters.&lt;/li&gt;
            &lt;li&gt;SR37161 - PROXIES: the text of a user-provided proxy entity undesirably changed if the proxy was transformed, cloned or wblock/inserted.&lt;/li&gt;
            &lt;li&gt;SR37194 - DCL: if no Cancel component was defined in a dcl dialog, the Close button in the title bar and the Escape
            key behaved in the same way as the Ok button. From now on the Close button and the Escape key will be disabled if the
            dcl dialog has no Cancel component.&lt;/li&gt;
            &lt;li&gt;SR37204 - PDF: an error occured when displaying a PDF in 3DCONTEXT.&lt;/li&gt;
						&lt;li&gt;SR37232, SR37254 - SETTINGS: when the 'Up' arrow in the Folder List dialog (Settings-&gt;SRCHPATH-&gt;Browse button) was clicked immediately after a new folder path 
						was added by clicking the [...] (browse) button, instead of swapping the new folder with the one above, 
						the folder above was overwritten by the new folder (which then appeared twice). &lt;/li&gt;           
            &lt;li&gt;SR37239 - QLEADER: when the &amp;#39;reuse current&amp;#39; option was active, the bottom line was always underlined for
            all subsequent annotations, regardless of the &amp;#39;Attachment Location&amp;#39; state.&lt;/li&gt;
            &lt;li&gt;SR37262 - REFEDIT: after REFCLOSE, the current layer was not changed back to the layer that was current before REFEDIT was started.&lt;/li&gt;
            &lt;li&gt;SR37275 - AUTOCOMPLETE: the value in the AutoComplete\Delay Time context menu was displayed in current drawing
            units, instead of decimal units.&lt;/li&gt;

            &lt;li&gt;SR37333 - DISPLAY: meshes containing invisible edges were not properly displayed. Regression since V13.1.5&lt;/li&gt;
            &lt;li&gt;SR37349 - AUTOCOMPLETE:
            &lt;ul&gt;
                &lt;li&gt;clicked an alias in the autocomplete list failed to start the corresponding command.&lt;/li&gt;
                &lt;li&gt;the autocomplete list was not shown if only one appropriate command was found.&lt;/li&gt;
            &lt;/ul&gt;&lt;/li&gt;
            &lt;li&gt;SR37350 - MENU: the menu shortcuts stopped working after using MENULOAD without a dialog.&lt;/li&gt;
            &lt;li&gt;SR37360 - LAYER: when the Layer Explorer opened for the first time, the layers were incorrectly sorted.&lt;/li&gt;   
            &lt;li&gt;SR37221, SR37416, 37527 - LOCALIZATION: fixed several translation issues.&lt;/li&gt;            
            &lt;li&gt;SR37435 - FROM: using the FROM point input command modifier when no dragging is involved caused a crash.&lt;/li&gt;
            &lt;li&gt;SR37554 - MENU: some commands that are not available with a Classic license, were selectable from the menu.&lt;/li&gt;
            &lt;li&gt;SR37556 - USER PROFILE MANAGER: there was an error when trying to load V13 user profiles from the registry.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
        &lt;ul&gt;
            &lt;li&gt;SR34077 - BRX: negative GSmarkers &amp;lt; -1 of custom entities were not preserved.&lt;/li&gt;
						&lt;li&gt;SR35517 - BRX, COM Object Property Manager: different visibility of same dynamic property with multiple entities selected was depending on order of selection.&lt;/li&gt;
            &lt;li&gt;SR35553 - BRX: the argument of the wrappers put function of AcPePropertyEditorColor is now colorIndex and not colorValue and colorMethod.&lt;/li&gt;
            &lt;li&gt;SR36829 - LISP,SDS,BRX - SSGET: when PICKSTYLE was 1 or 3, group entities resp. hatch boundary entities were
            selected, even when located on a frozen layer.&lt;/li&gt;
            &lt;li&gt;SR37334, SR37446 - LISP : when a drawing was saved, strings stored by (vlax-ldata-xxx) were encoded incorrectly, 
                which caused invalid (vlax-ldata) strings, when the drawing was opened again.&lt;/li&gt;
            &lt;li&gt;SR37370, SR37423 - LISP: in very big Lisp applications, the memory management got corrupted, resulting in very
            strange issues. Introduced in V13.1.8.&lt;/li&gt;
            &lt;li&gt;SR37403 - LISP (read-char file):  if a text file contained a 0x1A value (&amp;#39;EOF&amp;#39;
            character), it was not possible to read any character following after this &amp;#39;EOF&amp;#39;.&lt;/li&gt;
            &lt;li&gt;SR37411 - LISP,SDS,BRX: during a "saveComplete" EditorReactor event, DWGPREFIX did not return the correct path of the file just saved.&lt;/li&gt;
            &lt;li&gt;SR37615 - LISP: added (vle-getgeomextents ename|selectionset|list-of-enames)
            function to retrieve the bounding box for given entity or set/list of entities.
            Emulation for older BricsCAD and other CAD systems is provided by vle-extension.lsp.&lt;/li&gt;
        &lt;/ul&gt;
</description>
    <pubDate>Thu, 22 Nov 2012 09:51:06 UTC</pubDate>
  </item>
  <item>
    <title>Verze 13.1.8</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=944&amp;site=420</link>
    <description>&lt;h2&gt;Důležité poznámky&lt;/h2&gt;
  &lt;ul&gt;
	&lt;li&gt;
		V13 není binárně kompatibilní s verzí V12. Vývojové prostředí API bylo 
		změněno a V13 je sestavena v MSVC2010 namísto MSVC2005.&lt;br&gt;
		Většina aplikací a nástrojů třetích stran, kromě skriptů a aplikací 
		napsaných v Lispu, budou muset být pro provozování nad BricsCAD V13 
		znovu zkompilovány.&lt;br&gt;
		U uživatelů pracujících pod Windows XP je důležité mít nainstalovánu 
		aktualizaci Service Pack 3 nebo vyšší.
	&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Nové&lt;/h2&gt;
    &lt;ul&gt;
        &lt;li&gt;DRAGSNAP: systémová proměnná, která nastavuje chování režimu 
		uchopení u tažených entit.
				 DRAGSNAP řídí, zda jsou tažené entity zobrazovány v aktuální 
		pozici kurzoru nebo ve zvoleném bodě uchopení.&lt;br&gt;
				 Při DRAGSNAP = 0 jsou tažené entity zobrazovány v aktuální 
		pozici kurzoru, toto je výchozí nastavení.&lt;br&gt;
				 Při DRAGSNAP = 1 jsou tažené entity zobrazovány ve zvoleném 
		bodě uchopení.&lt;br&gt;
				 Příklad: je nastaven režim uchopení koncový bod a kreslíte 
		kružnici. Při pohybu kurzoru v blízkosti úsečky se zobrazí značka režimu 
		uchopení v koncovém bodě. Pokud bude proměnná DRAGSNAP = 0, bude 
		dynamický náhled kružnice vykreslován s poloměrem daným aktuální pozicí 
		kurzoru. 
				 Při DRAGSNAP = 1, bude dynamický náhled kružnice vykreslován s 
		poloměrem daným režimem uchopení koncový bod.&lt;/li&gt;
    	&lt;li&gt;STROJÍRENSKÉ MODELOVÁNÍ SESTAV - (pouze ve verzi Platinum):&lt;/li&gt;
		&lt;ul&gt;
			&lt;li&gt;Používá soubory .dwg organizované v hierarchické struktuře 
			strojírenských součástí pro vymodelování komplexních sestav.
            Ukázkové projekty najdete ve složce \Samples\Mechanical.&lt;/li&gt;
			&lt;li&gt;Standardní díly X-Hardware (šrouby, matky, ložiska, ...) lze 
			použít jako strojírenské součásti.&lt;/li&gt;
			&lt;li&gt;PANEL STROJÍRENSKÉ SESTAVY: přehledný strom součástí.&lt;/li&gt;
			&lt;li&gt;KUSOVNÍK: tabulkový výpis strojírenských součástí použitých ve 
			výkrese.&lt;/li&gt;
			&lt;li&gt;VAZBY SOUČÁSTÍ: použití 3D vazeb mezi plochami a hranami 
			odlišných strojírenských součástí.&lt;/li&gt;
			&lt;li&gt;KINEMATICKÁ ANALÝZA: za použití příkazů DmMove a DmRotate můžete 
			řešit kinematické problémy v reálném čase.&lt;/li&gt;
			&lt;li&gt;Přehled příkazů pro modelování sestav:
			&lt;ul&gt;
				&lt;li&gt;BmBrowser: přepíná viditelnost panelu strojírenské sestavy&lt;/li&gt;
				&lt;li&gt;BmUpdate: aktualizuje hierarchii strojírenských součástí v 
				aktuálním výkrese&lt;/li&gt;
				&lt;li&gt;BmNew: vytvoří novou strojírenskou součást jako nový výkres&lt;/li&gt;
				&lt;li&gt;BmInsert: vkládá existující strojírenskou součást do 
				aktuálního výkresu&lt;/li&gt;
				&lt;li&gt;BmForm: vytvoří novou strojírenskou součást a vloží ji do 
				aktuálního výkresu&lt;/li&gt;
				&lt;li&gt;BmDissolve: rozloží strojírenskou součást vloženou do 
				aktuálního výkresu&lt;/li&gt;
				&lt;li&gt;BmMech: převede aktuální výkres na strojírenskou součást&lt;/li&gt;
				&lt;li&gt;BmUnmech: převede aktuální strojírenskou součást na normální 
				výkres&lt;/li&gt;
				&lt;li&gt;BmHardware: vloží standardní díl strojírenskou součást&lt;/li&gt;
				&lt;li&gt;BmHide: skryje strojírenskou součást vloženou v aktuálním 
				výkrese&lt;/li&gt;
				&lt;li&gt;BmShow: zobrazí skrytou strojírenskou součást&lt;/li&gt;
				&lt;li&gt;BmBom: vloží kusovník do aktuálního výkresu&lt;/li&gt;
				&lt;li&gt;BmRemove: odstraní vložení strojírenské součásti z 
				aktuálního výkresu&lt;/li&gt;
				&lt;li&gt;BmXConvert: převede všechny X-tělesa obsažené v aktuálním 
				výkrese na strojírenské součásti&lt;/li&gt;
			&lt;/ul&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;2D VAZBY: pro definici 2D vazeb kót lze nyní použít výrazy. Příkaz 
		SMAZNEPOUZPROM (_CLEANUNUSEDVARIABLES) vyčistí nepoužité proměnné ve 
		výrazech vazeb a u vazeb nepřipojených ke kótám.&lt;/li&gt;
		&lt;li&gt;3D VAZBY:
		&lt;ul&gt;
			&lt;li&gt;Vazby mohou být nyní vytvořeny mezi sub-entitami referencí bloků.&lt;/li&gt;
			&lt;li&gt;Vazby jsou nyní zachovány i při použití příkazů KOPIE/KOPSCHRÁNKA/VSCHRÁNKA/BLOK/VLOŽIT/ROZLOŽIT/ULOŽBLOK.&lt;/li&gt;
			&lt;li&gt;DMANGLE3D: pro 3D vazbu úhlu lze nyní zvolit osu (automaticky 
			nebo manuálně), umožňující zadat parametr úhlu větší než 180 stupňů.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;Dialog POLE: rozšířené možnosti zadávání příkazu pole.&lt;/li&gt;
		&lt;li&gt;ATRIBUTY:
  		&lt;ul&gt;
			&lt;li&gt;ATRPREDEF: příkaz pro předefinování atributů existujících bloků.&lt;/li&gt;
			&lt;li&gt;ATRSYNCHR: příkaz pro synchronizování atributů vložených bloků, 
			u kterých byly definice atributů změněny.&lt;/li&gt;
			&lt;li&gt;BATRMAN: správce definic existujících atributů bloků.&lt;/li&gt;
			&lt;li&gt;Do vlastností atributů byly přidány volby &lt;i&gt;Uzamknout pozici&lt;/i&gt; a
			&lt;i&gt;Více řádků&lt;/i&gt;.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;AUTODOKONČIT: automatické dokončování příkazů v příkazové řádce.&lt;/li&gt;
		&lt;li&gt;Prostředí pro sdílení souborů na internetu CHAPOO bylo integrováno do BricsCAD. CHAPOO umožňuje odesílat, sdílet, 
		prohlížet a připomínkovat výkresy a dokumenty.
		&lt;ul&gt;
			&lt;li&gt;Příkazy: CHAPOOOTEVRIT, CHAPOOUCET, CHAPOOPRIHLASIT, 
			CHAPOOODHLASIT, CHAPOOVYCHOZI.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;KÓTYPŘIPOJIT: příkaz pro vytvoření asociativních kót u existujících 
		entit ve výkrese s odstaněnou asociativitou.&lt;/li&gt;
		&lt;li&gt;PŘÍMÉ MODELOVÁNÍ:
		&lt;ul&gt;
			&lt;li&gt;DMMOVE/DMROTATE příkazy lze nyní aplikovat na reference bloků.&lt;/li&gt;
			&lt;li&gt;DMREVOLVE/DMEXTRUDE: lze nyní aplikovat na plochy nebo tělesa.&lt;/li&gt;
			&lt;li&gt;DMROTATE/DMREVOLVE: válce a další axiální entity lze nyní 
			použít, jako osu rotace.&lt;/li&gt;
			&lt;li&gt;DMSELECTEDGES: příkaz pro rychlejší výběr hran u 3D těles u 
			nástroje Quad.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;DOCKPRIORITY:
        	&lt;ul&gt;
				&lt;li&gt;systémová proměnná pro nastavení priority ukotvení 
				dokovatelných panelů v aplikačním okně BricsCAD.&lt;/li&gt;
				&lt;li&gt;Priorita ukotvení byla dříve dána a nebylo ji možné měnit: 
				Nahoře &gt; Dole &gt; Vlevo &gt; Vpravo.&lt;br&gt;Nyní je ji možné nastavit 
				uživatelsky a výchozí nastavení bylo změněno na Nahoře &gt; Vlevo &gt; 
				Vpravo &gt; Dole.&lt;br&gt;Například, když budete mít ukotven panel 
				vlastností vpravo a příkazovou řádku ukotvenu dole,
           			nebude již příkazová řádka přes celé okno, ale její šířka 
				bude končit u panelu vlastností.
				&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;DYNAMICKÝ USS: dynamické nastavení (zarovnání) USS podle ploch 3D 
		tělesa, při nájezdu kurzorem na tyto plochy v průběhu vykonávání příkazů.
		&lt;ul&gt;
			&lt;li&gt;Systémová proměnná UCSDETECT zapíná/vypíná použití dynamického USS.&lt;/li&gt;
			&lt;li&gt;Pro přepnutí použití dynamického USS můžete také použít funkční 
			klávesu F6 nebo kliknout na volbu DUSS ve stavovém řádku.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;SKRÝT: příkaz SKRÝT lze použít i na objekty vložené do výkresovém prostoru. 
		Příkaz aktivujete v dialogu Nastavení tisku volbou 'Příkaz Skrýt na 
		objekty výkresového prostoru'.&lt;/li&gt;
		&lt;li&gt;MČÁRA: příkaz pro vytvoření multičáry. Podporuje režimy uchopení a 
		editaci uzlů.&lt;/li&gt;
		&lt;li&gt;MČSTYL: příkaz pro vytváření a editaci stylů multičar. Styly 
		multičar najdete v průzkumníku výkresu.&lt;/li&gt;
		&lt;li&gt;PARALELIZACE: umožněna multi-threadová regenerace zobrazení při 
		použití více jádrových procesorů.
		Pro nastavení multi-threadingu byly přidány systémové proměnné MTFLAGS a MAXTHREADS.&lt;/li&gt;
		&lt;li&gt;TISK:
  		&lt;ul&gt;
			&lt;li&gt;STÍNOVANÝ TISK: vlastnost výřezů v modelovém a výkresovém 
			prostoru. Tato vlastnost je aplikována během tisku, přepisuje styl 
			zobrazení ve výřezu.&lt;/li&gt;
			&lt;li&gt;Nyní je umožněn tisk rozvržení  obsahující více výřezů s 
			použitím odlišných stylů zobrazení.&lt;/li&gt;
			&lt;li&gt;DISPPAPERMARGINS: systémová proměnná pro nastavení zobrazení 
			tisknutelné plochy.&lt;/li&gt;
			&lt;li&gt;SR28726, SR29997, SR33003, SR33335, SR33890 a jiné - TISK: implementována 
			podpora možnosti vylepšení tisku transparentních obrázků.
  	  		Když se objeví u některých typů tiskáren problém během tisku transparentních 
			obrázků, lze za použití konfiguračního souboru ImagePrinting.xml ve 
			složce konfigurace tiskárny vylepšit tisk přepsáním výchozího 
			nastavení tiskárny. Příslušný soubor obsahuje popis použití.
			&lt;/li&gt;
			&lt;li&gt;SR34409 - TISK: u stylů tisku přidána podpora tisku a náhledu 
			zakončení a spojení segmentů křivky.&lt;/li&gt;
			&lt;li&gt;Fonty TrueType mohou být tištěny jako text, ne jako vektor, což 
			umožňuje vyhledávání textu v souborech PDF a také snižuje velikost 
			výstupního souboru.
		Toto chování je řízeno nastavením "Truetype Text" v souboru PC3. Pokud 
			není použit žádný soubor PC3, tak systémovou proměnnou TTFASTEXT.&lt;br&gt;
			Pokud je proměnná TEXTFILL = 0 (vyplnění), text je vždy tištěn 
			vektorově.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;PUBLIKOVÁNÍ:
		&lt;ul&gt;
			&lt;li&gt;BACKGROUNDPLOT: systémová proměnná nastavuje, zda jsou dokumenty publikovány 
			v aktuálním sezení BricsCAD nebo na pozadí, což umožňuje 
			pokračovat v práci i v průběhu tisku.&lt;/li&gt;
			&lt;li&gt;&lt;b&gt;/pl&lt;/b&gt; parametr pro spuštění programu BricsCAD. Byl přidán pro nastavení 
			tisku na pozadí (bez zobrazení hlavního okna programu) pro publikování 
			obsahu souborů DSD.
  		&lt;br&gt;
			Formát je '/pl [[cesta]název[.ext]]'. Pokud není zadán 'název', program 
			se ukončí. Pokud není zadána přípona, je do názvu souboru 
			automaticky přidáno".dsd".
  			Vyhledávání souborů je prováděno podle možností oper. systému. Pokud 
			je soubor DSD nalezen, publikování je provedeno podle souboru DSD a 
			po provedení se program ukončí.
  			Pokud je BricsCAD spuštěn s parametrem '/pl', ignoruje se nastavení SingletonMode, 
			které umožňuje spuštění více instancí.&lt;/li&gt;
			&lt;li&gt;Nyní lze importovat nastavení tisku z jiných výkresů.&lt;/li&gt;
			&lt;li&gt;SR35875: přidány tlačítka pro 'Přesunout Listy Nahoru/Dolu' a 
			'Otočit pořadí listů'.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;RODKAZ: byl přidán příkaz pro vložení rychlého odkazu.&lt;/li&gt;
		&lt;li&gt;SADY LISTŮ:
		&lt;ul&gt;
			&lt;ul&gt;
				&lt;li&gt;možnost více zobrazení listu&lt;/li&gt;
				&lt;li&gt;možnost více listů v sadě listů&lt;/li&gt;
				&lt;li&gt;publikování/eTransmit sady listů v jednom&lt;/li&gt;
			&lt;/ul&gt;
			&lt;li&gt;Příkazy: SADALISTŮ, NOVÁSADALISTŮ, OTEVŘÍTSADULISTŮ.&lt;/li&gt;
			&lt;li&gt;Systémové proměnné: SSFOUND, SSLOCATE, SSMSTATE. &lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;PALETY NÁSTROJŮ:
    	&lt;ul&gt;
			&lt;li&gt;Přidána podpora importu souborů .xtp.&lt;/li&gt;
			&lt;li&gt;Přizpůsobitelné ikony nástrojů.&lt;/li&gt;
			&lt;li&gt;Příkaz NPALETYZAVRIT zavírá panel palet nástrojů.&lt;/li&gt;
			&lt;li&gt;Systémová proměnná TPSTATE indikuje stav, kdy je panel palet 
			nástrojů otevřen nebo zavřen.&lt;/li&gt;
			&lt;li&gt;Velikost nástrojů je automaticky přizpůsobována podle textového 
			obsahu.&lt;/li&gt;
			&lt;li&gt;Nápověda nástroje je zobrazena v případě, že se celý název 
			nevejde do oblasti záložky.&lt;/li&gt;
			&lt;li&gt;Nápověda nástroje a popis u každého nástroje.&lt;/li&gt;
			&lt;li&gt;Do nabídky byly přidány volby Nová paleta a Odstranit paletu.&lt;/li&gt;
			&lt;li&gt;Vložení bloků do místa uvolnění tlačítka myši.&lt;/li&gt;
			&lt;li&gt;Možnost vložení rozložených bloků.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;VÝSUVNÉ PANELY NÁSTROJŮ: byly přidány přizpůsobitelné výsuvné panely 
		nástrojů pro filtry vrstev, stav vrstev a styly kót. U všech těchto 
		panelů lze změnit jejich šířku.&lt;/li&gt;
		&lt;li&gt;VÝŘEZY:
  		&lt;ul&gt;
			&lt;li&gt;Příkaz MPNASTAV&lt;ul&gt;
				&lt;li&gt;Rozvržení Model: nastavení typu jednotek, měřítka a 
				velikosti papíru.&lt;/li&gt;
				&lt;li&gt;Pojmenovaná rozvržení: vytváření, zarovnání a měřítko 
				vybraných výřezů v rozvržení.&lt;/li&gt;
			&lt;/ul&gt;&lt;/li&gt;
			&lt;li&gt;ALIGNSPACE: příkaz pro nastavení úhlu výřezu, faktoru zvětšení a 
			posunutí, založené na srovnávacích bodech určených v modelovém a 
			výkresovém prostoru.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;NAVIGACE PROCHÁZENÍ (u perspektivního zobrazení):
		&lt;ul&gt;
			&lt;li&gt;Alt + Levé tlačítko myši:  'procházení' dopředu/dozadu a do 
			stran, používá nový příkaz RTWALK.&lt;/li&gt;
			&lt;li&gt;Alt + Prostřední tlačítko myši: posun nahoru/dolu a do stran, 
			používá nový příkaz RTUPDOWN.&lt;/li&gt;
			&lt;li&gt;Ctrl + Prostřední tlačítko myši: rozhlížení se okolo, používá 
			nový příkaz RTLOOK.
				Shift + Pravé tlačítko myši nyní spouští nabídku uchopení.
			&lt;/li&gt;
			&lt;li&gt;Ctrl + klávesa Home: nastavuje směr pohledu na horizontální.&lt;/li&gt;
			&lt;li&gt;Alt + klávesa Home: přesová cíl do středu scény/výkresu.&lt;/li&gt;
			&lt;li&gt;Alt + klávesy Plus/Minus na numerické klávesnici: 
			zvýšení/snížení rychlosti posunu, hodnota se ukládá do systémové 
			proměnné faktoru rychlosti procházení RtWalkSpeedFactor.&lt;/li&gt;
			&lt;li&gt;Ctrl + klávesy Plus/Minus na numerické klávesnici: 
			zvýšení/snížení rychlosti otáčení, hodnota se ukládá do systémové 
			proměnné faktoru rychlosti otáčení RtRotationSpeedFactor.&lt;/li&gt;
		&lt;/ul&gt;&lt;/li&gt;
		&lt;li&gt;PRACOVNISADA: příkaz pro práci s pojmenovanými skupinami výkresů.&lt;/li&gt;
		&lt;li&gt;SR35484 - SuppressDataLossWarning: nová proměnná umožňující potlačit 
		dialog s upozorněním na ztrátu dat při ukládání výkresu do staršího 
		formátu DWG, který nepodporuje některé typy entit.&lt;/li&gt;
		&lt;li&gt;Upgrade renderovacího jádra RedSdk na verzi 3.1.0.4.&lt;/li&gt;
		&lt;li&gt;Upgrade knihoven Open Design Teigha na verzi 3.6.&lt;/li&gt;
    &lt;/ul&gt;


&lt;h2&gt;Zdokonalení&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;  ASSEMBLY MODELING:
  &lt;ul&gt;
      &lt;li&gt;MECHANICAL BROWSER: in 'Group by entity' mode, constraints now are attached to corresponding component insert nodes.&lt;/li&gt;
      &lt;li&gt;BMREMOVE: command was removed - now the regular erase command or the Del key can be used instead.&lt;/li&gt;
      &lt;li&gt;BMUNMECH: confirmation prompt has been added.&lt;/li&gt;
    	&lt;li&gt;QUAD: 
      &lt;ul&gt;
      		&lt;li&gt;Quad was suppressed for tables and MInsert blocks.&lt;/li&gt; 
      		&lt;li&gt;Select command was added for regular blocks.&lt;/li&gt;
      &lt;/ul&gt;&lt;/li&gt;
			&lt;li&gt;PREVIEWNESTEDENTS: system variable has been removed - instead the PREVIEWSUBENTS range has been extended.&lt;/li&gt;
  &lt;/ul&gt;
  &lt;/li&gt;
	&lt;li&gt;SR36817 - AUTOCOMPLETE: single-click instead of double-click to close the panel and start the selected command.&lt;/li&gt;
	&lt;li&gt;PRINT: improved the handling of image printing method overrides.&lt;/li&gt;
	&lt;li&gt;MLINE: added an alias ML for the Multiline command.&lt;/li&gt;
	&lt;li&gt;GDI: added support for the drawing of diamond end and join styles when using GDI device.&lt;/li&gt;
	&lt;li&gt;SR22675 - DIMENSIONS: improved the behavior of associative dimensions with perpendicular snapping from a fixed point in space.&lt;/li&gt;
	&lt;li&gt;SR36539 - VIEWS, BACKGROUND IMAGE: a path is no longer needed when specifying the background image. When no path is provided, the support path is searched for the image file.&lt;/li&gt;
	&lt;li&gt;SR36643 - PUBLISH: added the "Do not publish" option for sheets in a subset, which overrides the publish setting on sheets within that subset.&lt;/li&gt;
	&lt;li&gt;SR36952 - CUI: added MLINE to the menu.&lt;/li&gt;
	&lt;li&gt;3D CONSTRAINTS: improved the DMANGLE3D initial angle value computation and dynamic dimension positions.&lt;/li&gt;
	&lt;li&gt;DIRECT MODELING: DMPUSHPULL now highlights a face used as reference for a dynamic dimension.&lt;/li&gt;
	&lt;li&gt;PDFUNDERLAY: snapping to PDF underlay content worked only if the actual snap point was in the aperture. Now it works as soon as part of e.g. the line is in the aperture.&lt;/li&gt;
	&lt;li&gt;RENDERING: improved RedSDK hardware detection, such that when hardware rendering is not possible, BricsCAD can switch to software rendering more gracefully.&lt;/li&gt;
	&lt;li&gt;SHADING: improved gooch shading:
	&lt;ul&gt;
		&lt;li&gt;the backside of double sided OdDbFace objects was drawn in a dark color, unlike the front side of the object.&lt;/li&gt;
		&lt;li&gt;dark objects were tinted green.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;li&gt;SUBENTITY SELECTION: enabled selecting and TAB-cycling through faces and edges of nested solids in block references.&lt;/li&gt;
	&lt;li&gt;SR27347, SR28240 - DIMENSIONS: added support for creation of associative dimensions using NEAREST snap.&lt;/li&gt;
	&lt;li&gt;SR29126 - DIMENSIONS: the dimstyle's DIMLFAC was not applied when dimensioning a modelspace entity in paperspace.&lt;/li&gt;
	&lt;li&gt;SR32692, SR34446, SR35215 - OFFSET: added command options LAYER, UNDO and EXIT.&lt;/li&gt;
	&lt;li&gt;SR33737 - DIRECT MODELING: improved the behavior of DMPUSHPULL on models with constrained cylindrical fillets.&lt;/li&gt;
	&lt;li&gt;SR34472 - LAYER STATES: when a layer state is imported, a message box is displayed asking the user if the imported layer state should be restored.&lt;/li&gt;
	&lt;li&gt;SR34938, SR34975 - LAYER: the MATERIAL option was added for the -layer command.&lt;/li&gt;
	&lt;li&gt;SR35159 - COPY: when pressing and holding down the Ctrl key while dragging a selection set, the selection set is copied instead of moved when the mouse button is released.&lt;/li&gt;
	&lt;li&gt;SR35514 - TOOLPALETTES: extended the search path for block reference tools.&lt;/li&gt;
	&lt;li&gt;SR35544 - APPLOAD: renamed "Select LISP or DRX Files" dialog to "Select Application Files". This dialog opens when clicking the 'Add...' button in the 'Load Application Files' dialog.&lt;/li&gt;
	&lt;li&gt;SR36254 - PDFEXPORT: strongly reduced size of PDF files with embedded TTF fonts, by omitting the definitions of unused character glyphs.&lt;/li&gt;
	&lt;li&gt;SR36419 - 3DCONTEXT: when using the 3Dcontext command, a warning message will now pop up if hardware-based rendering is not supported.&lt;/li&gt;
	&lt;li&gt;SR36711 - TABLE: Table Cell margins can now be set in the properties palette, when a cell or range of cells is selected.&lt;/li&gt;
	&lt;li&gt;SR32046 - PRINT: improved print output for TTF fonts that require a non-standard approach for rendering the character glyph contours. 
		The improvement is not applied when clipping is involved, e.g. with viewports or xrefs.
	&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;  
  &lt;li&gt;ASSEMBLY MODELING: 
    &lt;ul&gt;
    		&lt;li&gt;Cut and paste did not work for standard components in some cases.&lt;/li&gt;    
        &lt;li&gt;BMFORM: duplicate component names were generated in some cases.&lt;/li&gt;
        &lt;li&gt;BMINSERT: rotation angle, base point and insert name were not remembered in Multiple mode&lt;/li&gt;.
    &lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;EXTENTS: the extents of a viewport, placed on a layer that is frozen in the overall paper space viewport, 
	were not taken into account during ZOOM/EXTENTS nor during PRINT/EXTENTS.&lt;/li&gt;
	&lt;li&gt;TIPOFDAY: using an empty tipofday file caused an application crash.&lt;/li&gt;
	&lt;li&gt;SR22148, SR24516, SR30690, SR31442, SR33750 - ASSOCIATIVE DIMENSIONS: fixed problems when moving associative dimensions.&lt;/li&gt;
	&lt;li&gt;SR29380, SR33155 - 'FROM' snap option: dynamics were drawn from the original point instead of from the selected point.&lt;/li&gt;
	&lt;li&gt;SR35235 - AEC: a crash occurred upon opening a user-provided drawing containing AEC entities.&lt;/li&gt; 
	&lt;li&gt;SR35535 - PRINT: offset was handled incorrectly in Layout plot area print mode (offset value used had wrong sign and was not scaled).&lt;/li&gt;
	&lt;li&gt;SR36847 - XREF: disappeared in layer preview and model space after changing a layer used by the xref - 
	  regen was required to make the xref visible again.&lt;/li&gt;
	&lt;li&gt;SR36996 - MLSTYLE: BYLAYER and BYBLOCK options were missing from the color picker.&lt;/li&gt;
	&lt;li&gt;SR37005 - OLE: in display modes other than 2dwireframe, OLE entities were not displayed, printed or exported.&lt;/li&gt;
	&lt;li&gt;SR37022, SR37029 - LOCALIZATION: several corrections/improvements for text strings used in dialogs and command prompts.&lt;/li&gt;
  &lt;li&gt;SR37033 - MLSTYLE: crash occurred after changing a multiline linetype and closing the Drawing Explorer.&lt;/li&gt;
	&lt;li&gt;SR37047 - DIMCENTER: center mark and center lines should use CELTYPE value instead of BYBLOCK for linetype 
  and CECOLOR instead of DIMCLRE for color.&lt;/li&gt;
	&lt;li&gt;SR37058 - SHEET SETS: 
    &lt;ul&gt;
    &lt;li&gt;Sheet sets coming from another location (or older application version) can 
    contain paths that do not exist on the current system. These paths are now
     resolved as much as possible upon opening of the sheetset.&lt;/li&gt;
    &lt;li&gt;New Sheet Set dialog: 
  		&lt;ul&gt;
  		&lt;li&gt;reorganized pages&lt;/li&gt;
  		&lt;li&gt;display nested subsets&lt;/li&gt;
  		&lt;li&gt;display subsets also when creating sheetset from existing drawings&lt;/li&gt;
  		&lt;li&gt;added context menu to layout list for selecting none/all/first of drawing&lt;/li&gt;
  		&lt;/ul&gt;
		&lt;/li&gt;
    &lt;li&gt;Field dialog: sheetset fields value was not displayed unless one of the format types was selected.&lt;/li&gt;
    &lt;li&gt;Added 'total number of sheets' to sheetset properties and sheetset fields: 
    SheetSet.SheetCount and Subset.SheetCount (BricsCAD-only field types).&lt;/li&gt;
    &lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;SR37078 - LOCALIZATION: allowed 'Offset' to be translated in two different ways for the Russian translation.&lt;/li&gt;
	&lt;li&gt;SR37090 - IMAGEHLT: the system variable to control whether only the image frame or both frame and image should be hilited was not obeyed.&lt;/li&gt;
	&lt;li&gt;SR37101 - LOCALIZATION: missing linefeed in MVSETUP command prompt caused misbehavior.&lt;/li&gt;
	&lt;li&gt;SR37139 - MVIEW: newly created viewports should be unlocked by default.&lt;/li&gt;
	&lt;li&gt;SR37140 - MLEADER: a crash occurred when transforming an mleader that has no block content.&lt;/li&gt;
	&lt;li&gt;SR37149 - AUTOCOMPLETE: should be disabled while entering a new layout name.&lt;/li&gt;
	&lt;li&gt;SR37170 - MLINE: changing the scale value of an mline using the Properties Bar had no effect.&lt;/li&gt;
	&lt;li&gt;SR37191 - LOCALIZATION: the command name was not shown in the autocomplete panel if the global command
  name was the same as the localized name.&lt;/li&gt;
	&lt;li&gt;SR37215 - MLSTYLE: corrected Multiline Style dialog caption.&lt;/li&gt;
	&lt;li&gt;SR37217 - MLSTYLE: creation of style names containing spaces was allowed - it shouldn't be.&lt;/li&gt;
	&lt;li&gt;SR37235 - LOCALIZATION: "Open" string could not be translated in Russian version.&lt;/li&gt; 

	&lt;li&gt;Data corruption in leaders(regression in V13.1.6)&lt;/li&gt;
	&lt;li&gt;SR37041 - Sheet Sets:
	&lt;ul&gt;
		&lt;li&gt;When a sheetset was modified 'Save changes?' dialog now appears before the Drawing Explorer closes; a Cancel button was added; when 'No' is chosen, the sheetset tree branch is restored to its original contents.&lt;/li&gt;
		&lt;li&gt;Improved finding the dst for for drawings coming from another location.&lt;/li&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;li&gt;LOCALIZATION: new splash image dimensions, since some translations did not fit on the reduced-size splash image.
	&lt;li&gt;OLE: BricsCAD V13 clipboard content was described as being Bricscad12 instead of Bricscad13.
	&lt;li&gt;SELECTION, PREVIEW: when the PreviewDelay preference (= the amount of milliseconds to wait before starting to highlight the entities under the cursor)
            was set to 0 there was no preview selection highlighting at all. Now it highlights preview selection without delay. 
            If the preference has a value bigger than 1000, a delay of 1000 milliseconds is used.
	&lt;/li&gt;
	&lt;li&gt;SHEET SETS: fields failed to update.&lt;/li&gt;
	&lt;li&gt;UNDEFINE: the UNDEFINE command undesirably disabled application commands from Lisp, BRX, COM.&lt;/li&gt;
	&lt;li&gt;SR24157 - DIMENSIONS: fixed copying of associative dimensions to a new drawing without copying the entities they were associated with.&lt;/li&gt;
	&lt;li&gt;SR29709 - DIMENSIONS: when the value of DIMASSOC was 0, and the dimension's text was overridden, the DIM CONTINUE command used a wrong value.&lt;/li&gt;
	&lt;li&gt;SR30336 - SELECTION: entities in the selectionset that are on layers set to OFF were rejected by -BHATCH and other commands.&lt;/li&gt;
	&lt;li&gt;SR32988 - PDFUNDERLAY: fade and contrast properties for PDF underlay were not functional.&lt;/li&gt;
	&lt;li&gt;SR36124 - BLOCKS: disabled the Explode checkbox in the insert dialog if the block that is being inserted is not explodable.&lt;/li&gt;
	&lt;li&gt;SR36722 - PRINT: content of PDF-underlay was missing when printing to large formats.&lt;/li&gt;
	&lt;li&gt;SR36737 - XHARDWARE: fixed generation of SCREWS in the SOCKET RECESS category.&lt;/li&gt;
	&lt;li&gt;SR36860 - DCL: only integer values were accepted for the attribute edit_width.&lt;/li&gt;
	&lt;li&gt;SR36935 - COPY: a message 'Not allowed for this proxy' appeared when trying to copy entities in certain drawings.
				    The cause was a problem that occurred when cloning associative networks.&lt;/li&gt;
	&lt;li&gt;SR36964 - ZOOM: scroll zoom performance for drawings containing a large number of dashed splines had dropped in V13.&lt;/li&gt;
	&lt;li&gt;SR36969 - MTEXT: the FIELD button in the MText editor was disabled when entering new Mtexts.&lt;/li&gt;
	&lt;li&gt;SR36970 - QLEADER: the "no limit" check box was not obeyed.&lt;/li&gt;
	&lt;li&gt;V13 contains hundreds of fixes that have become available by upgrading to V3.6 of the Open Design Teigha libraries. These fixes are not listed here.&lt;/li&gt;
	&lt;li&gt;DELCONSTRAINT: not all constraints were deleted on two closed polyline triangles having constraints on them. Also, Delconstraint performance has been improved for drawings containing a large number of constraints.&lt;/li&gt;
	&lt;li&gt;DIRECT MODELING: DMPUSHPULL reference faces were incorrectly sorted in the TAB-cycle.&lt;/li&gt;
	&lt;li&gt;DRAWING EXPLORER - Page Setups: an exception occurred in scenario: Drawing Explorer/Page Setups &gt; Page Setup dialog &gt; Preview &gt; close using the Esc key.&lt;/li&gt;
	&lt;li&gt;DRAWING EXPLORER - Views, Background combo: when the 'Image' option was selected the first time, a bogus error message box appeared - "Can't load image from file ''".&lt;/li&gt;
	&lt;li&gt;LAYERFILTERS: instead of color names, color indices are now stored in layer filter definitions.&lt;/li&gt;
	&lt;li&gt;PDFUNDERLAY: last segment of closed polyline was ignored during snapping.&lt;/li&gt;
	&lt;li&gt;TEXTSCREEN: upon startup, the textscreen should not appear even if WNDLTEXT is on.&lt;/li&gt;
	&lt;li&gt;SR16294 - DRAWING EXPLORER, Images: disabled 'Rename' option in 'Edit' and context menu (Images cannot be renamed).&lt;/li&gt;
	&lt;li&gt;SR19619, SR30249, SR35892 - RASTER IMAGES: when interpreting image geo referencing world files (such as .tfw and .jgw files), the image origin, scale and rotation were incorrect.&lt;/li&gt;
	&lt;li&gt;SR21745 - CURSOR: aperture box was visible when no command was active.
		&lt;li&gt;SR23409 - DIMARC: creation failed for arcs at large coordinates.&lt;/li&gt;
	&lt;li&gt;SR24910 - RASTER IMAGES: OpenGL graphics device always used black foreground color for bitonal images, instead of the color of the entity.&lt;/li&gt;
	&lt;li&gt;SR25031 - DIMENSIONS: DIMARC entities in layouts ignored DIMLFAC value.&lt;/li&gt;
	&lt;li&gt;SR28120 - VIEWS: on creation of a view, when the ratio between the view's width and height was greater than the ratio between screen width and screen height, the view's height was adapted and stored accordingly. Now the value stored for the view height is no longer modified, but when the view is set current, the viewport height will be adjusted according to the screen size.&lt;/li&gt;
	&lt;li&gt;SR28616 - RASTER IMAGES: when an image was inserted at large coordinates, the image disappeared and reappeared while zooming in/out.&lt;/li&gt;
	&lt;li&gt;SR29800 - PROPERTIES BAR: the scale of blocks set to 'Scale uniformly', could not be modified from the Properties Bar. 
		&lt;/li&gt;
	&lt;li&gt;SR30056 - BLOCKS: an exploded block, inserted from disk, was not displayed during dragging.&lt;/li&gt;
	&lt;li&gt;SR32206 - ATTEDIT DIALOG: attributes were not updated in the drawing upon pressing the Apply button.&lt;/li&gt;
	&lt;li&gt;SR32741 - PDF UNDERLAY: a crash occurred when opening user-provided drawing with PDF underlay.&lt;/li&gt;
	&lt;li&gt;SR32918 - 2DCONSTRAINTS: angular constraint for an orthogonal pair of lines or points gave undesirable result.&lt;/li&gt;
	&lt;li&gt;SR33007 - CONSTRAINTS: glyphs that depend on a UCS to make sense now show a different bitmap if the current UCS is not parallel to the one they were created in. For example, if a line was made horizontal in WCS and then the UCS is changed to be at an angle, the line appears to be at an angle to the UCS-X (but horizontal in WCS), thus causing confusion. This is addressed by showing a different horizontal bitmap with small blue UCS axes.&lt;/li&gt;
	&lt;li&gt;SR33021 - DIMENSIONS: associative rotated dimensions disappeared (collapsed) after modification (e.g. STRETCH) of the dimensioned entities.&lt;/li&gt;
	&lt;li&gt;SR33277 - DWGPREFIX: when a new/unsaved drawing is opened, the DWGPREFIX variable should point to the BricsCAD startup folder.&lt;/li&gt;
	&lt;li&gt;SR33898 - DISPLAY: the cursor pickbox was not undrawn when a command was started, it was undrawn only after a mouse movement occurred. This was not always reproduced, usually it occurred with commands without pop-up menu (e.g. start of LINE).&lt;/li&gt;
	&lt;li&gt;SR33919, SR34562, SR34897, SR34898 - HATCH: fixed TRIM problems.&lt;/li&gt;
	&lt;li&gt;SR34472 - LAYER STATES: after importing a layer state file (.las) and then switching to the Layer view in the Drawing Explorer, the layer overview briefly displayed the new layers and then got reset to show only layer 0.&lt;/li&gt;
	&lt;li&gt;SR34499, SR35307 - PDF EXPORT: when arc segments of a polyline were exported to PDF, they were represented as a chain of lines instead of arcs.
		&lt;li&gt;SR34651 - HATCH: fixed calculation of hatch area for boundaries containing overlapping curves.&lt;/li&gt;
	&lt;li&gt;SR34686 - DRAWORDER: was undesirably changed in a group during selection preview highlighting.&lt;/li&gt;
	&lt;li&gt;SR34711 - PRINT: some holes in solid hatches were ignored and filled.&lt;/li&gt;
	&lt;li&gt;SR34776 - 2DCONSTRAINTS: creation of constraint glyphs on drawing open can take long in drawings containing many constraints. Now glyph creation is deferred till actually required.&lt;/li&gt;
	&lt;li&gt;SR34906 - SNAP: calculation of CENTER snap for polylines is made more precise for polylines with large coordinates.&lt;/li&gt;
	&lt;li&gt;SR35036 - DISPLAY: attribute objects on layer "0", with BYLAYER color, were displayed with wrong color after one of the layers was frozen in the PS viewport (regression in V12).&lt;/li&gt;
	&lt;li&gt;SR35091 - GRIP-EDIT: when an entity was edited by grip points, it disappeared when zooming with the mouse wheel.&lt;/li&gt;
	&lt;li&gt;SR35297 - FILLET and CHAMFER: option POLYLINE gave incorrect result for polylines with non-zero global width.&lt;/li&gt;
	&lt;li&gt;SR35313 - CRASH: a crash occurred when working with a drawing containing a layer with an invalid material id.&lt;/li&gt;
	&lt;li&gt;SR35320 - RASTER ENGINE: 
	  	&lt;ul&gt;
			&lt;li&gt;white line artefacts occurred at the borders of adjacent (clipped) images.&lt;/li&gt;
			&lt;li&gt;when zooming out images disappeared too soon.&lt;/li&gt;
	&lt;/ul&gt;&lt;/li&gt;
	&lt;li&gt;SR35356 - SNAP: the marker size was dependent on the size of the view in perspective mode.&lt;/li&gt;
	&lt;li&gt;SR35372 - UNDO: undo chain got broken after AUDIT of blocks.&lt;/li&gt;
	&lt;li&gt;SR35415 - AUDIT: added missing linefeed in audit output.&lt;/li&gt;
	&lt;li&gt;SR35420 - DYNAMIC BLOCKS: draw order inside dynamic block got lost after editing a dynamic block property.&lt;/li&gt;
	&lt;li&gt;SR35427 - TABLE: the Table Dialog did not remain modal after opening and closing the Table Styles drawing explorer. Also improved setting Table gridlines in the Table Styles drawing explorer&lt;/li&gt;
	&lt;li&gt;SR35552 - STRETCH: failed for user-provided scenario.&lt;/li&gt;
	&lt;li&gt;SR35568, SR35764 - REFEDIT: when an entity was removed from the working set in REFEDIT session, it was no longer displayed.&lt;/li&gt;
	&lt;li&gt;SR35572 - REFEDIT: a crash occurred when executing UNDO after all entities were erased during a REFEDIT session.&lt;/li&gt;
	&lt;li&gt;SR35580 - BIGFONT DISPLAY: accuracy was insufficient.&lt;/li&gt;
	&lt;li&gt;SR35608 - SCALE LIST EDIT: on resizing the scale list edit dialog, the list of scales expands according to the available width.  The entries in the list also expand according to available width. Before this fix, the entries took up only about half the width of the list and the list did not get wider when resizing the dialog.&lt;/li&gt;
	&lt;li&gt;SR35752 - LINE: construction of line tangent to two arcs has been fixed.&lt;/li&gt;
	&lt;li&gt;SR35770 - APPLICATION WINDOW SIZE:  when the application window was not maximized, WNDSMAIN window size was stored in registry 1 pixel too small in both directions.&lt;/li&gt;
	&lt;li&gt;SR35775 - TOOLPALETTES: forced the display color of blocks to always use black regardless of background color.&lt;/li&gt;
	&lt;li&gt;SR35815 - REFEDIT: draworder was not saved by REFCLOSE/SAVE.&lt;/li&gt;
	&lt;li&gt;SR35822 - CHAMFER: display of chamfer angle was in radians, while it should be using the current angle format (AUNITS).&lt;/li&gt;
	&lt;li&gt;SR35834 - PEDIT: option multiple, option join: the [Jointype] keyword could not be translated in localized versions.&lt;/li&gt;
	&lt;li&gt;SR35876 - TEXTFILL: when printing an area containing clipped parts of texts, Textfill = OFF setting was ignored.&lt;/li&gt;
	&lt;li&gt;SR35921 - TABLES: could not change multiple cell values via Properties Bar.&lt;/li&gt;
	&lt;li&gt;SR35935 - EXTRUDE: operation failed for closed polylines with identical start and end points.&lt;/li&gt;
	&lt;li&gt;SR36036 - PLOT: corrected the prompt for saving changes to print settings to a layout.&lt;/li&gt;
	&lt;li&gt;SR36042 - DYNAMIC BLOCKS: when changing dynamic block parameters, block attribute visibility was not set correctly.&lt;/li&gt;
	&lt;li&gt;SR36047 - 3DFACE: option "_invisible" was rejected for the second edge, if the first edge was also defined as "invisible".&lt;/li&gt;
	&lt;li&gt;SR36163 - STRETCH: some of the line endpoints within the crossing window were not picked up by the stretch command.&lt;/li&gt;
	&lt;li&gt;SR36183, SR36206 - DISPLAY: polylines with thickness and dashed linetype were displayed with zero lineweight when viewed from the top.&lt;/li&gt;
	&lt;li&gt;SR36367 - HATCH: area calculation incorrectly gave a 0 result for a hatch contained in a user-provided drawing.&lt;/li&gt;
	&lt;li&gt;SR36462 - PRINTING: when Print settings in the Print Preview was clicked, the Page Setup dialog was opened instead of the Print dialog.&lt;/li&gt;
	&lt;li&gt;SR36496 - FOCUS: when moving the cursor over the drawing view, while working in an application window, the focus undesirably switched to the drawing view.&lt;/li&gt;
	&lt;li&gt;SR36535 - BLOCKS: the block description was not transferred when the Drawing Explorer was used to populate a toolpalette with blocks.&lt;/li&gt;
	&lt;li&gt;SR36664 - UNDO: when a drawing contained Light object(s), and _undo group/begin/end was used, a crash occurred.&lt;/li&gt;
	&lt;li&gt;SR36712 - MENU: after loading a partial cui file with MENULOAD, accelerator keyboard shortcuts no longer worked.&lt;/li&gt;
	&lt;li&gt;SR36764 - VBA: after loading a password protected dvb project with the VBA Manager, the VBA IDE was disabled.&lt;/li&gt; 

&lt;/ul&gt;



&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
	&lt;li&gt;LISP - SSGET: improved performance when (ssget) is called very often (i.e. in loops), by reducing the number of GarbageCollections.&lt;/li&gt;
	&lt;li&gt;LISP - TBLSEARCH: significantly improved performance for (tblsearch) and (tblnext), factor &gt;= 2.&lt;/li&gt;
	&lt;li&gt;.NET: Fixed managed palette regression introduced in V13.1.5&lt;/li&gt;
	&lt;li&gt;SR34953 - .NET: Geometric Extents Minpoint was not properly calculated for 3dpoints.&lt;/li&gt;
	&lt;li&gt;SR35755 - .NET: Document TransactionManager should not properly flush graphics on commit.&lt;/li&gt;
	&lt;li&gt;SR36829 - LISP/SDS/BRX: the command line output for the INSERT command was always displayed, regardless the CMDECHO value.&lt;/li&gt;
	&lt;li&gt;SR35894 - .NET GripOverrule: an exception occurred when adding new GripData objects to a GripDataCollection.&lt;/li&gt;
  &lt;li&gt;SR36985 - COM: "Rotate" method - input point (rotation center) 
  was handled as WCS point instead of UCS point, and UCS plane/Z-Axis must be used for rotation.&lt;/li&gt;
	&lt;li&gt;APIs (LISP,SDS,BRX): ssget() selection performance had dropped in V13, this has been fixed.&lt;/li&gt;
	&lt;li&gt;SR34615 - LISP: a wrong selection point was returned by (entsel), in case the active snapping point existed before calling (entsel).&lt;/li&gt;
	&lt;li&gt;SR35553 - BRX: implemented IAcPiPropertyDisplay interface.&lt;/li&gt;
	&lt;li&gt;SR36960 - LISP, SDS, BRX: when accessing the POLARANG system variable via APIs, it now correctly uses a RADIAN value for input and output.&lt;/li&gt;
	&lt;li&gt;BRX: during reactor events in "beginDeepCloneXlation", in Undo condition, using odOpenObject() to open an object already opened in kForWrite mode always triggered an "eWasOpenForUndo" error. Re-opening in kForWrite mode is allowed now.&lt;/li&gt;
	&lt;li&gt;LISP: fixed (vlr-reaction-set &lt;reactor&gt; &lt;event&gt; &lt;function&gt;) - the newly assigned function was not used for the reactor event.&lt;/li&gt;
	&lt;li&gt;LISP: improved and fixed (vle-end-transaction), cursor display has been corrected, using a nested start/end transaction is now possible.&lt;/li&gt;
	&lt;li&gt;LISP: improved (vl-getGeomExtents arg) - the 'arg' argument can be an entity name, a list of entity names, or a SelectionSet.&lt;/li&gt;
	&lt;li&gt;LISP: made the Lisp engine more stable if an unhandled exception happens during (command), (entmake) and (entmakex) calls.&lt;/li&gt;
	&lt;li&gt;Reactors: corrected the triggering of reactor events and related operations to make behavior symmetric and logically correct.&lt;/li&gt;
	&lt;li&gt;VBA: improved error messaging on dvb files loading/saving. Now the actual system message is shown instead of a general "The parameter is incorrect".&lt;/li&gt;
	&lt;li&gt;SR24750 - BRX: fixes were applied to OdGeCurveSurfIntImpl::set.&lt;/li&gt;
	&lt;li&gt;SR29038 - BRX: AcDbLoadHatchPattern did not reload the Hatch pattern when called a second time.&lt;/li&gt;
	&lt;li&gt;SR30826 - BRX: OdDbTableStyle::setTextHeight returned wrong height.&lt;/li&gt;
	&lt;li&gt;SR32926 - LISP: when lisp expressions were used within an undo group (between undo begin/end), a single step UNDO only undid part of the operation.&lt;/li&gt;
	&lt;li&gt;SR32941 - LISP: (vl-string-translate) parsed the source string for each character in destination character set, which could result in wrong result string.&lt;/li&gt;
	&lt;li&gt;SR33527 - LISP/DCL: (init_dialog [baseDclFile]) is a new BricsCAD-specific LISP function to fine-tune DCL file loading behaviour: it instructs the BricsCAD DCL engine to use the specified file as custom "base.dcl" file. If the argument 'baseDclFile' is omitted or nil, internal DCL defaults are used. If the argument 'baseDclFile' is given and not nil, it must be a valid filename. The function returns 't' for success, or 'nil' to indicate an error.&lt;/li&gt;
	&lt;li&gt;SR34161 - .NET: implemented Teigha.DatabaseServices.Polyline.ReverseCurve().&lt;/li&gt;
	&lt;li&gt;SR34406, SR34407 - ENTSEL: the function entsel did not switch off rubberbanding, for instance when nested inside a LINE command.&lt;/li&gt;
	&lt;li&gt;SR34927 - BRX: opening the Text Style Dialog (Drawing Explorer) after a call from BRX made BricsCAD unstable.&lt;/li&gt;
	&lt;li&gt;SR34995 - LISP: entget() error occurred after purging a block.&lt;/li&gt;
	&lt;li&gt;SR35290 - COM: implemented property IAcadPolyfaceMesh::put_Faces(VARIANT).&lt;/li&gt;
	&lt;li&gt;SR35358 - BRX: OdDbTableImpl::hitTest was corrected.&lt;/li&gt;
	&lt;li&gt;SR35370 - DCL: a dcl image component could be displayed in a slightly wrong position, shifted 2 pixels to the left and 2 pixels to the top. This happened because the layouting of the image could be skipped in rare circumstances. Fixed by setting the proper position when creating the image, which happens even if layouting does not happen.&lt;/li&gt;
	&lt;li&gt;SR35385 - LISP: when one drawing entity had multiple (vlr-object-reactor) instances attached and 1 instance was removed from the entity, all other reactor instances also were no longer triggered.&lt;/li&gt;
	&lt;li&gt;SR35452 - LISP: when Lisp reactors were used with database-related events, a (hidden) access violation occurred during document close.&lt;/li&gt;
	&lt;li&gt;SR35453 - LISP/SDS/BRX: improved API compatibility for getenv/setenv functionality - AutoCAD-specific environment variables "ShowTabs", "ShowPaperMargins", "ShowPaperBackground" are now automatically redirected to the appropriate BricsCAD variables.&lt;/li&gt;
	&lt;li&gt;SR35517 - BRX Object Property Manager: different visibility of the same property with multiple entities selected was not respected.&lt;/li&gt;
	&lt;li&gt;SR35553 - BRX: the IAcPiPropertyDisplay interface was not supported.&lt;/li&gt;
	&lt;li&gt;SR35649 - COM: the properties AcadBlockReference.XScaleFactor/YScaleFactor/ZScaleFactor should ignore the insert units of the AcDbBlockTableRecord.&lt;/li&gt;
	&lt;li&gt;SR35808 - LISP: fixed problems with (vle-entget) and (vle-entmod) using DXF codes 10 and 11, using incorrect coordinate system (OCS vs. WCS).&lt;/li&gt;
	&lt;li&gt;SR35836, SR35806 - LISP: fixed problems with (equal) and (assoc) using VLA-OBJECT items.&lt;/li&gt;
	&lt;li&gt;SR35940 - ALL APIs: (entmod) / sds_entmod() / AcDbEntMod() triggered multiple reactor events while an entmod operation should be treated as a single database operation.&lt;/li&gt;
	&lt;li&gt;SR35940 - WBLOCK command: improved compatibility. Using (command "_wblock" &lt;existing file name&gt; "_y" ...) did not prompt whether to overwrite the existing file, therefore the command sequence ran out-of-sync, causing several side-effects to applications (using EXPERT &gt;= 2 suppresses this prompt whether to overwrite existing files)&lt;/li&gt;
	&lt;li&gt;SR35959 - OLE: cloned OLE objects could not save changes, they always kept the data from the original OLE object.&lt;/li&gt;
	&lt;li&gt;SR36017 - LISP: fixed (vla-put-plotstylename) issues for layers, entities and groups
				&lt;ul&gt;
					&lt;li&gt;ByLayer and ByBlock were not accepted in case-insensitive spelling (BYLAYER, BYBLOCK)&lt;/li&gt;
					&lt;li&gt;assigning a non-existing plotstyle name for entities failed, but should create a placeholder, like it is handled for layers.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;li&gt;SR36040 - ALL APIs: depending on the orientation/sequence of points p1 and p2, ssget("W", p1, p2) resp. (ssget "W" p1 p2) sometimes incorrectly returned an empty selectionset.&lt;/li&gt;
	&lt;li&gt;SR36051 - LISP/DCL: different from documented, AutoLISP (set_tile key value) accepts "value" to be a numeric value (integer, double) while the same failed with BricsCAD, which strictly followed documentation. BricsCAD LISP behavior has been made more forgiving so numbers are converted into strings automatically.&lt;/li&gt;
	&lt;li&gt;SR36051 - DCL: added means to specify multiline column labels in a list_box.&lt;br&gt;BricsCAD-only dcl attributes bcad_skip_next_child and bcad_label have been added.
		In a dcl file, the line bcad_skip_next_child=true; can be used to skip the dcl 
		component right after it.  The skipped dcl component can be at any nesting level, 
		it can be an attribute or a complex component.  The attribute bcad_label can be used 
		in a list_box to specify column labels.  Column labels are tab (\t) separated.  
		A column label can contain newlines.  If bcad_label exists in a list_box, the label 
		attribute is ignored.  Both bcad_skip_next_child and bcad_label will be ignored on 
		other dcl engines.  This allows to specify true multiline column labels on BricsCAD
		and yet have a decent fallback on dcl engines that do not support true column labels.
				&lt;/li&gt;
	&lt;li&gt;SR36069 - COM, VLAX: IAcadDictionaries::Add() and IAcadDictionary::AddObject() incorrectly erased an existing dictionary entry, when a new one using the same name ("key") was added.&lt;/li&gt;
	&lt;li&gt;SR36098 - LISP: improved Lisp syntax diagnostics by checking for balanced () brackets.&lt;/li&gt;
	&lt;li&gt;SR36132 - ALL APIs: setting GRIPS=0 failed to remove the grip markers from selected entities.&lt;/li&gt;
	&lt;li&gt;SR36133 - ALL APIs: when a gripped entity was modified through a database access function, the grip markers remained at original positions, instead of being updated with the entity.&lt;/li&gt;
	&lt;li&gt;SR36143 - ALL APIs: (nentsel) / sds_nentsel() / acedNEntSel() ignored empty prompt string "" and used the standard "Select objects:" prompt instead.&lt;/li&gt;
	&lt;li&gt;SR36157, SR36251 - ALL APIs: (handent) resp. sds_handent() / AcDbHandEnt() could return a valid entity for an improper handle string (i.e. "X12E" returned a valid entity) - this has been fixed.&lt;/li&gt;
	&lt;li&gt;SR36199 - LISP: reactor management - if a new reactor instance was created during reactor callback processing (when both reactors are of same type), the newly created reactor was not respected, and therefore not notified.&lt;/li&gt;
	&lt;li&gt;SR36210 - LISP: (vl-getGeomExtents ename) is a new Lisp function to retrieve the geometric extents of an entity as list of 3D point (pointMin pointMax) in WCS (or NIL in case of an error).&lt;/li&gt;
	&lt;li&gt;SR36247 - LISP: added BricsCAD-specific COM function (vla-getreferences blockObject).&lt;/li&gt;
	&lt;li&gt;SR36256 - -LAYER command: option 'linetype' should not allow to use the 'ByLayer' and 'ByBlock' types.&lt;/li&gt;
	&lt;li&gt;SR36271 - LISP/SDS/BRX: ssadd(ename) function should only allow "entities", but reject "objects" like e.g. table entries.&lt;/li&gt;
	&lt;li&gt;SR36310 - LISP/SDS/BRX: intersection of OdDbFace objects consisting of 3 points instead of the usual 4, returned only a single point instead of two.&lt;/li&gt;
	&lt;li&gt;SR36334 - LISP: if owner objects were added to an already persistent reactor, these owner objects were not stored with the persistent reactor. When the dwg was re-loaded, those added objects did not trigger the reactor events.&lt;/li&gt;
	&lt;li&gt;SR36342 - DCL: in a list_box, a character key can be pressed to navigate to an item that starts with that character. However, when doing so, no callback was triggered.&lt;/li&gt;
	&lt;li&gt;SR36397 - LISP: a dwg file, saved by AutoCAD, containing empty (released) persistent Lisp reactors, could be opened in BricsCAD, but re-opening after saving the file failed.&lt;/li&gt;
	&lt;li&gt;SR36401 - LISP,SDS,BRX: when using getdist(), a preceeding call to initget(64) was ignored and the distance was always returned as 3D distance.&lt;/li&gt;
	&lt;li&gt;SR36406 - DCL: the minimum width of a popup_list was too large.
				&lt;li&gt;SR36441 - LISP: (ver) function, indicating the x86 or x64 platform, did not return appropriate results.&lt;/li&gt;
	&lt;li&gt;SR36528 - BRX: sometimes the unloading process of BRX modules was interrupted, which caused the BRX module to remain loaded.&lt;/li&gt;
	&lt;li&gt;SR36661 - LISP: regression in (vl-sort-i) function - when the provided list had only 1 item, that list was directly returned, instead of returning the appropriate item index list.&lt;/li&gt;
	&lt;li&gt;SR36671 - LISP: (vlax-add-cmd) caused an exception when running it in a different document. Now it issues an appropriate error message instead.&lt;/li&gt;
	&lt;li&gt;SR36738 - LISP: improved namespace compatibility for TrueColor objects using (vla-getinterfaceobject (vlax-get-acad-object))&lt;/li&gt;
&lt;/ul&gt;
</description>
    <pubDate>Tue, 06 Nov 2012 12:04:13 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.2.18</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=928&amp;site=420</link>
    <description>&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DRAWING EXPLORER, TREE VIEWS: while the top tree was scrolled out of sight, and a value was changed, the tree was undesirably scrolled back to the top, and the preview window did not refresh.&lt;/li&gt;
&lt;li&gt;SR35317, SR36463 -  LAYER EXPLORER: it was impossible to change the values for VP Linetype and VP Lineweight, due to missing combo boxes.&lt;/li&gt;
&lt;li&gt;SR35862 - OLE: since the introduction of the new raster engine, OLE objects were no longer visible in non-2d wireframe mode.&lt;/li&gt;
&lt;li&gt;SR36543 - DRAWING EXPLORER, VIEWS: changing perspective value of a view was not remembered.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR33981, SR35808 - COM: IAcadBlockReference::get/put_InsertionPoint - the returned insertion point must be expressed in WCS, not in OCS; same for input point.&lt;/li&gt;	
&lt;li&gt;SR35558, SR35652 - LISP: using ESCAPE with (command "_insert" pause ...) did not cancel Lisp execution as it should do.&lt;/li&gt;
&lt;li&gt;SR35719 - LISP : corrected test code for (vle-entget) and (vle-entget-m) for AcDbPolyline (LWPOLYLINE).&lt;/li&gt;
&lt;li&gt;SR35802, SR35836 - LISP : fixed problems with (equal) and (assoc) using VLA-OBJECT items.&lt;/li&gt;
&lt;li&gt;SR35897, SR36248 - LISP : following (vlr-editor-reactor) events were broken: :vlr-unknownCommand, :vlr-commandWillStart, :vlr-commandEnded, :vlr-commandCancelled, :vlr-commandFailed, :vlr-lispWillStart, :vlr-lispEnded, :vlr-lispCancelled, :vlr-sysVarWillChange, :vlr-sysVarChanged.&lt;/li&gt;
&lt;li&gt;SR35913, SR35673, SR35692 - LISP : (vla-put-rotation BlockRef) failed to correctly transform the block attributes.&lt;/li&gt;
&lt;li&gt;SR35946 - LISP : (vla-get-height &gt;) resp. (vlax-get-property &gt; 'Height) returned the bounding-box height instead of nominal text height.&lt;/li&gt;
&lt;li&gt;SR36033 - LISP : no (vlr-docmanager-reactor) document events were passed to client Lisp reactor.&lt;/li&gt;
&lt;/ul&gt;
</description>
    <pubDate>Tue, 02 Oct 2012 07:38:08 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.2.17</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=922&amp;site=420</link>
    <description>&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR35703 - EXCEPTION: an access violation exception occurred on some machines during Bricscad application shutdown - improved fix.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR31782 - .NET: PaletteState was always set to Hide.&lt;/li&gt;
&lt;li&gt;SR31782 - .NET: Added Document.IsActive property.&lt;/li&gt;
&lt;li&gt;SR35422 - BRX: OPMDynamicEnumProperty::GetPropValueData : properties of type 'enum' were not shown.&lt;/li&gt;
&lt;li&gt;SR36014 - BRX: AcEdInputPointFilter::processInputPoint : was appending a user tooltip to the system tooltip,
now a user tooltip replaces the system tooltip.&lt;/li&gt;
&lt;li&gt;SR36015 - BRX: AcEdInputPointFilter::processInputPoint : for polar tracked points Acad::eOsnapped flag was set in the history parameter,
but Acad::ePolarAngle should be set.&lt;/li&gt;
&lt;/ul&gt;</description>
    <pubDate>Wed, 12 Sep 2012 07:37:41 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.2.14</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=902&amp;site=420</link>
    <description>&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR34346 - OLE: the size of a client Excel OLE table was changed after this OLE object was opened for editing and then closed.&lt;/li&gt;
&lt;li&gt;SR35417, SR35495 - QUICK SELECT: a crash occurred when the "..." button for Mtext content editing was clicked while in quick select mode.&lt;/li&gt;
&lt;li&gt;SR35420 - DYNAMIC BLOCKS: draw order inside dynamic block was lost after editing one of its properties.&lt;/li&gt;
&lt;li&gt;SR35703 - EXCEPTION: an access violation exception occurred on some machines during Bricscad application shutdown.&lt;/li&gt;
&lt;li&gt;SR35638, SR35698, SR35799 - TEXT: oblique texts undesirably changed their height, width factor and oblique angle after they are moved/copied.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR35497 - CUI: when in the CUI file (main or partial), a right-click mousebutton action was defined 
with a commandstring that ended with a space character, the move and copy command became ill-behaved: 
after selecting entities, right mousebutton click immediately started the move/copy operation from origin (0,0,0) 
instead of allowing the user to specify a basepoint.&lt;/li&gt; 
&lt;li&gt;SR35713 - MENUCMD: menus that were added with MENUCMD using an alias other than the first one, 
failed to appear after next application startup. Regression since V12.2.&lt;/li&gt;
&lt;/ul&gt;</description>
    <pubDate>Fri, 13 Jul 2012 13:45:46 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.2.12</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=883&amp;site=420</link>
    <description>&lt;h2&gt;Nové&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Přímé modelování: nový příkaz DMRIGIDSET3D umožňuje nadefinovat sadu entit 
nebo subentit jako &amp;quot;tuhé&amp;quot; těleso - pevná sada.&lt;/li&gt;
&lt;li&gt;UCSORTHO: systémová proměnná, která určuje, zda je při obnovení ortografického 
pohledu také obnoveno nastavení souvisejícího ortografického USS.&lt;br&gt;Při použití volby 'Ortografický' v příkazu -POHLED se vezme v úvahu nastavení 
proměnné UCSORTHO.&lt;br&gt;Nabídka příkazů 'Směr pohledu&amp;#39; nyní používá pro nastavení pohledu příkaz '_-POHLED' 
('_-VIEW') namísto příkazu &amp;#39;OKO' ('_VPOINT').&lt;br&gt;Poznámka: při nastavení proměnné UCSORTHO = 1 a při použití příkazů z nabídky 'Směr 
pohledu' dojde také ke změně USS.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vylepšení&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;VAZBY: odstraňování použitých vazeb je nyní rychlejší.&lt;/li&gt;

&lt;li&gt;Příkaz NAJDI: nyní lze dialog příkazu ukončit klávesou 'Esc'.&lt;/li&gt;
&lt;li&gt;DIALOG SKUPINA: při spuštění dialogu je fokus nastaven na 'Název'.&lt;/li&gt;
&lt;li&gt;-POHLED: pokud zvolíte jednu ze skrytých voleb "Horní/Spodní/Přední/Zadní/Levý/PRavý" 
nebo "JZ/JV/SV/SZ" 
v průběhu práce ve výkresovém prostoru rozvržení, objeví se výzva "Vyberte výřez 
pro nastavení pohledu:" a poté dojde k přepnutí do modelového prostoru výřezu.&lt;/li&gt;
&lt;li&gt;SR31497 - INSUNITS: kopírování/vložení mezi výkresy s nastavenými odlišnými 
výkresovými jednotkami (proměnná INSUNITS) nyní pracuje stejně, jako při vložení 
bloku (nejsou provedeny žádné automatické změny měřítka).&lt;/li&gt;
&lt;li&gt;SR32206 - ATRIBUTY: dialog Editor atributu byl optimalizován pro práci s 
výkresy s mnoha vrstvami.&lt;/li&gt;
&lt;li&gt;SR34409 - TISK: u stylů tisku přidána podpora pro zakončení a spojení čar v 
průběhu tisku a náhledu tisku.&lt;/li&gt;
&lt;li&gt;SR34938 - POHLED: přidána podpora pro skryté volby "JZ, JV, SV, SZ" u 
příkazu -POHLED (nastavení izometrických pohledů, např. JZ - jihozápadní).&lt;/li&gt;
&lt;li&gt;SR34944 - NPALETY (_TOOLPALETTES): podpora načítání palet nástrojů z 
několika cest.&lt;/li&gt;
&lt;li&gt;SR34944, SR35041 - NPALETY: u bloků v dialogu Vlastnosti nástroje přidána 
možnost &amp;#39;Vyzvat pro natočení&amp;quot;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;DISPLAY: after switching a layer ON in the Layer Explorer, an extra Regen was required to make its content visible.
This regression was a side-effect of the fix applied for SR34355 in V12.2.9.&lt;/li&gt;
&lt;li&gt;SR35227 - PDF EXPORT: character glyphs of exported shx text were undesirably clipped by a too small bounding box.&lt;/li&gt;
&lt;li&gt;AUTOSAVE: read-only drawings were saved by the auto-save process - they shouldn't.&lt;/li&gt;
&lt;li&gt;TEXT: a crash occurred during processing of long ( &gt; 64 characters) reordered (bidirectional) TrueType font text.&lt;/li&gt;
&lt;li&gt;SR22901, SR23454, SR23703, SR24125, SR27138, SR34979 - SELECTION: "single" option during entity selection was not obeyed.&lt;/li&gt;
&lt;li&gt;SR31543 - VIEWPORT: when selecting (clicking) a clipped viewport boundary, two entities were selected, the boundary polyline and the viewport.
Only the viewport entity should be selected.&lt;/li&gt; 
&lt;li&gt;SR32960 - LAYERSTATE: unexpected error occurred when creating a new layer state from the Explorer's Icon view.&lt;/li&gt;
&lt;li&gt;SR34100, SR35237 - MIRROR: oblique texts were mirrored in an incompatible way.&lt;/li&gt;
&lt;li&gt;SR34355 - DISPLAY: after switching a layer ON, polyface meshes placed on that layer remained invisible till the next regen operation.&lt;/li&gt;

&lt;li&gt;SR34362 - UNION, INTERSECT: if the number of (pre)selected solids was less than 2, 
  the command was aborted instead of prompting the user to select more solids.&lt;/li&gt;

&lt;li&gt;SR34704 - PDFEXPORT: size of SHX text was undesirably modified during PDF Export&lt;/li&gt;
&lt;li&gt;SR34855 - MSLTSCALE: when opening drawings created in AutoCAD 2007 or older, the initial value of MSLTSCALE incorrectly was set to 1 instead of 0. 
  As a result, linetypes were displayed with incorrect scale.&lt;/li&gt;
&lt;li&gt;SR34911 - STRETCH: when a dimension was stretched, and the dimension text was included in the stretch boundary, 
  the location of the dimension line shifted towards the dimension points.&lt;/li&gt;
&lt;li&gt;SR34948 - PERP SNAP: creation of a line perpendicular to a line (at start point) and tangent to a circle (at end point)
was incorrect if PERP snap mode was not set persistently.
Also corrected creation of a line perpendicular to a circle (at start point) and tangent to a circle (at end point).&lt;/li&gt;
&lt;li&gt;SR35001 - REVOLVE, EXTRUDE: failed for polylines containing duplicate vertices. This in turn led to failing creation of some X-hardware parts.&lt;/li&gt;
&lt;li&gt;SR35012 - FONT HANDLING: if a TrueType font was not installed on a system, another TrueType font was silently used
  as substitution, which could lead to unexpected, wrong text output. 
  Now the regular font substitution procedure, which reports substitutions in the command window, is used.&lt;/li&gt;
&lt;li&gt;SR35057 - PRINT: after changing plot configuration/printer and paper size a crash could occur (regression since 12.2.7)&lt;/li&gt;
&lt;li&gt;SR35119 - DIMENSIONS: user-provided drawing containing rotated dimensions with Xdata could not be opened. 
  Recover operation applied incorrect fixes leading to corrupt and/or missing dimension entities.&lt;/li&gt;
&lt;li&gt;SR35218 - COPY/PASTE: the INSBASE setting was incorrectly applied when pasting clipboard content, leading to wrong positioning of pasted content.&lt;/li&gt;
&lt;li&gt;SR35266 - XDATA: when using the OFFSET command, EED was not copied along to the created entities.&lt;/li&gt;
&lt;li&gt;SR35297 - CHAMFER, FILLET: when applied to polylines with constant width, the constant width was
not maintained, some segments got a vertex width of 0 (regression since V12.2).&lt;/li&gt;
&lt;li&gt;SR35314 - LAYER EXPLORER: 'Regen at each change' and 'Regen' options were broken.&lt;/li&gt;
&lt;li&gt;SR35316 - LAYER EXPLORER: after modifying layer's VP color, an explicit REGEN call was required to display the modification.&lt;/li&gt;
&lt;li&gt;SR35337 - PUBLISH: when reading .dsd files, characters with diacritics were not read correctly.&lt;/li&gt;
&lt;li&gt;SR35384, SR35400 - LOCALIZATION: some strings in 'Reference Edit' and 'Reference Open' dialogs could not be translated
+ fixed initial size and automatic resizing of the dialogs.&lt;/li&gt;
&lt;li&gt;SR35438 - MLEADER: multi-leaders of "spline" type were not correctly displayed.&lt;/li&gt;
&lt;li&gt;SR35540 - LOCALIZATION: the string "Only the content of the first cell will be retained when cells are merged. Do you wish to continue?" was not translatable.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;.NET: a previously applied fix for property names had mistakenly been reverted in V12.2.9
	Affected property names: AllowDuplicates, RejectObjectsFromNonCurrentSpace and RejectPaperspaceViewPort.
	The fix has been reapplied. &lt;/li&gt;
&lt;li&gt;BRX: added Bubble class and related functionality to SBTrayItemBRX to support bubble windows.&lt;/li&gt;
&lt;li&gt;Lisp VLE : to simplify Lisp application code, (vle-entget dxf ename) now also returns "default" values for
DXF codes 6, 38, 39, 48, 60, 62, 67, 370, which are not listed in normal (entget).&lt;/li&gt;

&lt;li&gt;SR25689, SR35262 - LISP: using (read-line) on files containing multi-byte text
(UTF-8 format, or Far-Eastern MultiByte encoding) failed, resulting strings
did contain extra characters after correct string part.&lt;/li&gt;

&lt;li&gt;SR31967, SR33315, SR34076, SR34272 - LISP, SDS: when using pause in lisp or sds, and the command was started by pressing 
ENTER on the (docked) command line, the last GUI message (e.g. left mouse button pressed) was processed a second time after finishing the lisp or sds command.&lt;/li&gt;
&lt;li&gt;SR33625, SR34266, SR34878 - COM: OdDbText::getTransformedCopy incorrectly processed non-uniscale matrices when oblique angle was non-zero,
resulting in rotated attributes becoming distorted after scaling an insert.&lt;/li&gt;

&lt;li&gt;SR34004, SR34005, SR34006 - BRX: when custom objects application code added or modified objects during
"beginDeepCloneXlation" event of Copy &amp; Paste operations
(_pasteclip, _pasteorig, _pasteblock), crashes occurred during Undo (_U).&lt;/li&gt;
&lt;li&gt;SR34143 - UNDOMARKS: not all undo marks were counted when LISP or undo grouping were used. Examples:&lt;pre&gt;
1)
UNDO Mark
UNDO BEgin
UNDO End
=&gt; UNDOMARKS=0 instead of 1

2)
UNDO Mark
(getvar "UNDOMARKS")
=&gt; 0 instead of 1
&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;SR34373 - BRX: a crash occurred when the GS container contained unerased entities that are not to be drawn.&lt;/li&gt;
&lt;li&gt;SR33612 - DCL: in a dcl list_box, when setting the selection by means of set_tile, this selection was not properly obeyed when using up or down arrow key. 
Instead up and down worked as if the first row were selected.&lt;/li&gt;
&lt;li&gt;SR34997 - LISP: document objects retrieved from (vla-get-documents) resp. (vlax-get-property ... 'Documents)
were not correctly handled; as a result, document object was potentially invalid when accessed
via (vlax-for) or (vle-collection-&gt;list) on the IAcadDocuments collection object. 
This incorrect handling also could cause a hang-up during Bricscad shutdown.&lt;/li&gt;
&lt;li&gt;SR35004 - BRX: PropertyManager/Polylines - it was not possible to position at any vertex beyond 102.&lt;/li&gt;
&lt;li&gt;SR35047 - DCL: resolved different focus issues, in particular for OpenDCL based modeless dialogs.&lt;/li&gt;
&lt;li&gt;SR35064 - LISP, SDS, BRX : (command "_dtext" ... pause) and (vl-cmdf _dtext" ... pause) - failed to display text onscreen during text input query.
Also added support for multiple line text input in this scenario.&lt;/li&gt;
&lt;li&gt;SR35064 - LISP: (vl-cmdf) function was reworked to use the normal (command) function.&lt;/li&gt;
&lt;li&gt;SR35148 - LISP: (vla-get-activedocument) function returned a wrong
document object when called immediately after (vla-open). The (vlax-get-property) function
behaved correctly in this scenario.
Also fixed a (vla-close) issue: document objects were not correctly released, leading to
strange effects when closing Bricscad.&lt;/li&gt;
&lt;li&gt;SR35182 - LISP: (vla-get-name (vlax-get-acad-object)) and (vlax-get-property (vlax-get-acad-object) 'Name)
returned a garbage string - this has been fixed.&lt;/li&gt;
&lt;li&gt;SR35187 - LISP: when Lisp strings containing 0 characters were converted to COM strings (BSTR, Variant VT_BSTR), 
the COM string was truncated at that 0 character.&lt;/li&gt;
&lt;li&gt;SR35204 - LISP, SDS, BRX, VB/VBS: when the QUIT, OPEN, NEW or QNEW commands were undefined and replaced
by Lisp, SDS/BRX, VB/VBS applications, and the last drawing was closed,
it was no longer possible to run, as a fallback, the built-in commands instead.&lt;/li&gt;
&lt;li&gt;SR35217 - LISP: (getstring) function behaved incompatible when used with more than 2 arguments.&lt;/li&gt;
&lt;li&gt;SR35309 - LISP: (command) sequences which erase layout viewports and afterwards provide input points via (command), while object
snap is active, triggered an exception when trying to get osnap points from input points (because of the erased viewport).&lt;/li&gt;
&lt;li&gt;SR35340 - LISP: function (type &amp;lt;reactor-object&amp;gt;) failed since V12.2, returning NIL instead if reactor type symbol.&lt;/li&gt;
&lt;li&gt;SR35361 - APIs: (command "_print") and acedCommand(_T("_print")) returned error status, when dialog was closed, which interrupts Lisp execution
(regression since V12).&lt;/li&gt;
&lt;li&gt;SR35366 - LISP/SDS/BRX: when using (command)/acedCommand()/sds_command() sequences the
first text line input was not displayed (since V12.2.2).&lt;/li&gt;
&lt;li&gt;SR35376 - .NET: the overrule API could become unstable and throw an exception.&lt;/li&gt;
&lt;li&gt;SR35476 - .NET: implemented ProgressMeter class.&lt;/li&gt;
&lt;/ul&gt;</description>
    <pubDate>Fri, 29 Jun 2012 10:12:48 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.2.8</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=865&amp;site=420</link>
    <description>&lt;h2&gt;Nové&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Příkaz DMRIGIDSET3D: (pro přímé modelování) umožňuje nadefinovat sestavu entit 
nebo subentit jako "tuhé" těleso.&lt;/li&gt;
&lt;li&gt;PRŮZKUMNÍK VÝKRESŮ:
&lt;ul&gt;
	&lt;li&gt;panely 'Výkresy' a 'Otevřené výkresy' byly spojeny do jednoho panelu 'Výkresy' 
	obsahující záložky 'Otevřené výkresy' a 'Složky'.&lt;/li&gt;
	&lt;li&gt;BLOKY z neotevřených výkresů v záložce Složky nyní můžete procházet a 
	vkládat do aktuálního výkresu dvojklikem na jeho náhled.&lt;/li&gt;
	&lt;li&gt;Pro nastavení průzkumníka výkresu byla přidána možnost konfigurace 
	chování při vkládání bloku. Výchozí nastavení používá zarovnání podle entit a 
	měřítko 1:1.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;PRŮZKUMNÍK VÝKRESŮ: pro rozvržení byly přidány sloupce pro nastavení výřezu 
Barva ve výřezu, Typ čáry ve výřezu, Tloušťka čáry ve výřezu a Styl tisku ve 
výřezu.&lt;/li&gt;
&lt;li&gt;FILTRY VRSTEV: použití výrazů a vlastností vrstev pro filtrování vrstev s 
možností ukládání definic filtrů. 
  Aktuální filtr vrstev lze také aplikovat pro panel Vlastnosti vrstev.&lt;br&gt;
Proměnná SHOWLAYERUSAGE řídí, zda sloupec stavu vrstvy zobrazuje informaci o 
použití vrstvy.&lt;/li&gt;
&lt;li&gt;PUBLIKOVAT: tento nový příkaz umožňuje nastavit, vykonávat, ukládat a 
opětovně používat dávkové tisky. Byla přidána proměnná PUBLISHALLSHEETS.
  Tisknout přímo do formátu DWF nebo PDF není podporováno, ale lze to jednoduše 
nahradit použitím volně šířených ovladačů tisku.&lt;/li&gt;
&lt;li&gt;TISK DO SOUBORU: v dialogu tisku lze nyní zatrhnout volbu tisku do souboru.&lt;/li&gt;
&lt;li&gt;PALETY NÁSTROJŮ: přidán nový ukotvitelný panel palet nástrojů.&lt;br&gt;Přidání 
nástroje do palety:&lt;ul&gt;
	&lt;li&gt;Kliknutím pravého tlačítka na blok v průzkumníku a volbou Přidat do 
	aktuální palety nástrojů.&lt;/li&gt;
	&lt;li&gt;Kliknutím pravého tlačítka na šrafu v dialogu Paleta šrafovacího vzoru a 
	volbou Přidat do aktuální palety nástrojů.&lt;/li&gt;
	&lt;li&gt;Kliknutím pravého tlačítka na nástroj v dialogu Přizpůsobení a volbou 
	Přidat do aktuální palety nástrojů.&lt;/li&gt;
&lt;/ul&gt;Upravit vlastnosti nástroje lze kliknutím pravého tlačítka na ikonu 
nástroje v paletě a volbou Vlastnosti.&lt;/li&gt;
&lt;li&gt;SR26950, SR30864 - XOTEVŘÍT: tento příkaz umožňuje výběr a otevření souborů 
externích referencí. Příkaz je přístupný z kontextové nabídky příkazu XREF a z 
průzkumníka.&lt;/li&gt;
&lt;li&gt;SR29936 - DWFVERSION: tato nová systémová proměnná umožňuje nastavit verzi DWF 
použitou příkazem EXPORT.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vylepšení&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;TEXT EDIT DIALOG: most recently used position and size are memorized and restored.&lt;/li&gt;
&lt;li&gt;SR30903 - VIEW command: added support for Orthographic option, as well as for 
hidden options Top, Bottom, Front, Back, Left and Right.&lt;/li&gt; 
&lt;li&gt;SR33947 - EXPORT: added a warning when too big values are used for the PictureExportScale setting.&lt;/li&gt;
&lt;li&gt;PUBLISH: when choosing a 'default' page setup while multiple sheets are selected, the page setups of all selected sheets are restored to the default.&lt;/li&gt;
&lt;li&gt;TOOLPALETTES: added the possibility to add existing tool palettes to the tool palette set.&lt;/li&gt;
&lt;li&gt;ANNOALLVISIBLE: system variable which allows to enforce display of all annotative objects.&lt;/li&gt;
&lt;li&gt;DEMANDLOAD: system variable which allows to control whether registered object enablers are loaded when their custom objects are detected. 
	This variable allows to suppress the default loading of the AEC custom entity enablers, introduced since V12.&lt;/li&gt;
&lt;li&gt;DRAWING EXPLORER: added "Description" column (block comments) to the blocks list view. It is now possible to insert a block by double-clicking its row label.&lt;/li&gt;
&lt;li&gt;LISP engine: upgraded, offering better performance and new VLE- functions.&lt;/li&gt;
&lt;li&gt;REFEDIT: implemented support for CONSTRAINT handling during a Refedit session.&lt;/li&gt;
&lt;li&gt;REGION: regions creation first considers open curves, then closed entities. Entities with null geometry are ignored now.&lt;/li&gt;
&lt;li&gt;SCROLL ZOOM: improved performance by suppressing a redundant redraw at the end of a scroll-zoom operation ( = mouse wheel zoom).&lt;/li&gt;
&lt;li&gt;TABLES: the table edit dialog now allows to delete a range of columns/rows.&lt;/li&gt;
&lt;li&gt;TTF DISPLAY: for international TTF text, Bricscad tries to use available fonts containing unrecognized characters instead of 
  drawing unrecognized character symbols (rectangles).&lt;/li&gt;
&lt;li&gt;SR28726, SR29997, SR33335, SR33890 - PRINT: printing transparent raster images has been reworked and improved.
  During testing we found that capabilities depend on the printer and driver being used. Using PDF-printers we noticed
  that the (free) PDFCreator driver performed excellent, as opposed to many others.&lt;/li&gt;
&lt;li&gt;SR30320 - TABLES: Export Table option was added to the context menu when one table entity is selected.&lt;/li&gt;
&lt;li&gt;SR33474 - PRINT: when initializing from a page setup with an unknown paper size name (dxf4), or unknown printer (dxf2), 
  a paper size with dimensions closest to the one stored in the page setup (dxf44,45) is selected.&lt;/li&gt;
&lt;li&gt;SR33868 - PRINT: number of copies is reset after each print operation to avoid undesired printing of multiple copies.&lt;/li&gt;
&lt;li&gt;SR34040 - PEDIT: the Join option now reports the number of added segments for 3d-polylines.&lt;/li&gt;
&lt;li&gt;SR34067 - PURGE: enabled "T" option for table styles, "BA" for batch operation.&lt;/li&gt;
&lt;li&gt;SR34141 - TEXT command: improved copying of text properties from most recently created text instance 
  when text entities are created with default parameters.&lt;/li&gt;
&lt;li&gt;SR34169 - REGION: added support for creating a region from a 3dface entity.&lt;/li&gt;
&lt;li&gt;SR34523 - FILLET: added support for creating fillets between arcs and polyline segments.&lt;/li&gt;
&lt;li&gt;SR34559 - FIND: the 'zoom to' option was zooming in uncomfortably close on the text.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;LAYER FILTERS: modifications were not stored.&lt;/li&gt;
&lt;li&gt;TOOLBARS: the small flyout arrows were not displayed (regression since V12.2).&lt;/li&gt;
&lt;li&gt;SR33815 - IMAGEATTACH: command did not take the UCS into account.&lt;/li&gt;
&lt;li&gt;SR34922 - TEXT: when switching to a new style, a mixup of settings from this new style and overrides matching the previously used style was applied (regression since V12.2).&lt;/li&gt;
&lt;li&gt;SR34936 - LAYER FILTERS: no layers were shown in the Layer Explorer icon view.&lt;/li&gt; 
&lt;li&gt;SR34952 - RASTER IMAGES: incorrect path handling of Raster Images could lead to a crash when editing the path in the Drawing Explorer.&lt;/li&gt;
&lt;li&gt;SR34991 - ETRANSMIT: an exception occurred when etransmitting a drawing with an invalid Raster Image path.&lt;/li&gt;
&lt;li&gt;SR34996 - DRAWING EXPLORER: when a panel was made floating and dragged outside the Explorer frame, a crash occurred upon reopening the Explorer.&lt;/li&gt;
&lt;li&gt;SR35006 - PDFFRAME: value 0 and 2 were not obeyed, pdf frame remained displayed.&lt;/li&gt;
&lt;li&gt;SR35028, SR35059, 35066 - LOCALIZATION: several translation issues were fixed for Toolpalettes, Layer Filters and Block Explorer.&lt;/li&gt; 
&lt;li&gt;SR35045, SR35071 - CURSOR: when a crosshair cursor axis is parallel to the view direction it should not be displayed. 
 Also suppressed display of undesired radial line in case of extremely large view sizes.&lt;/li&gt;
&lt;li&gt;SR35054 - FIELDS: a crash occurred when an object field was added to an mtext using the Mtext Editor.&lt;/li&gt;
&lt;li&gt;SR35078 - TEXT: the previously placed text entity remained highlighted during creation of multiple text entities.&lt;/li&gt;
&lt;li&gt;SR35094 - XSOLIDS: edit operation triggered error messages: "Screen update was interrupted because of unknown error" (since V12.1.10).&lt;/li&gt;
&lt;li&gt;MODELERPROPERTIES: command was ill-behaved when used with Classic license.&lt;/li&gt;
&lt;li&gt;PAGE SETUP Explorer: in Grid view, the editor for the name field should only be shown after the second click. 
For page setups it was shown after the first click, causing an error message "Layouts cannot be renamed or deleted." 
when a layout or model name was clicked, while all you wanted to do was select the row.&lt;/li&gt;
&lt;li&gt;SR22584, SR34568, SR34656, SR34710 - SELECTION SET: when the layer status of entities contained in the active selection set was changed to OFF or FROZEN,
these entities were not removed from the selection set, while they should be.&lt;/li&gt;
&lt;li&gt;SR31786 - PAGE SETUP: switched print paper units were not saved in page setup when inappropriate configuration file (pc3) was used.&lt;/li&gt;
&lt;li&gt;SR33775, SR34500 - OLE: drawings with OLE entities with extreme coordinates failed to display and crashed due to arithmetic overflow.&lt;/li&gt;
&lt;li&gt;SR34475 - PRINT: due to an issue with nurbs-processing, some entities were missing on preview and print.&lt;/li&gt;
&lt;li&gt;SR34809 - FIND: replacing the content of text entities with empty strings was allowed, while it should not.&lt;/li&gt;
&lt;li&gt;SR34835 - ATTDEF dialog: the textstyle field was not set to the TEXTSTYLE system variable upon opening the dialog, 
nor was the TEXTSTYLE system variable set according to the dialog content upon closing.&lt;/li&gt;
&lt;li&gt;SR34839, SR34891, SR34973 - FILLET: crash occurred when applying a 0-radius fillet to two polylines (regression since V12.2)&lt;/li&gt;
&lt;li&gt;SR34969 - COPY: associative variables were cloned undesiredly upon every clone operation, 
leading to very slow copy operation.&lt;/li&gt;
&lt;li&gt;SR34993 - LOCALIZATION: strings related to ToolPalettes command could not be translated.&lt;/li&gt;
&lt;li&gt;PUBLISH: the message box to warn that a page setup could not be applied to all selected sheets, was partially overlapped by a combobox.&lt;/li&gt;
&lt;li&gt;SNAP MARKERS: snap markers were no longer visible after executing a scroll-zoom operation while snap markers were being displayed. Regression since V12.2.2&lt;/li&gt;
&lt;li&gt;SR34546 - TEXTSCREEN: TextScreen was not initialized properly, leading to unpredictable size when used for the first time.&lt;/li&gt;
&lt;li&gt;SR34818 - -PLOT command: if 'Save settings to layout' option was chosen, the settings were saved only in case printing was actually executed - they should be saved regardless.&lt;/li&gt;
&lt;li&gt;2D-CONSTRAINTS: it was not possible to create constraints on isolated points.&lt;/li&gt;
&lt;li&gt;AREA and MASSPROP failed to report zero values when empty Acis entities were selected.&lt;/li&gt;
&lt;li&gt;-PLOT command: printed output was shifted when printing other layouts than the currently active one.&lt;/li&gt;
&lt;li&gt;PLOT: if a pc3 was (incorrectly) created so that both plot-to-file and auto-spool were set simultaneously, 
plot-to-file had precedence, while instead auto-spool should take precedence.
&lt;/li&gt;
&lt;li&gt;SR21633, SR33521 - SOLIDEDIT: command SOLIDEDIT/BODY/CHECK has been reworked and corrected.&lt;/li&gt;
&lt;li&gt;SR23954, SR28339 - BLOCK EXPLORER: fixed errors in displayed block counts.&lt;/li&gt;
&lt;li&gt;SR24097, SR24443 - CLIPPED VIEWPORT: when working in model space, through a clipped floating viewport in paper space,
  the clipped (invisible) geometry could become selected when clicking in the area outside the clipped viewport,
  which led to undesired and hard-to-understand behavior.&lt;/li&gt;
&lt;li&gt;SR24785 - ATTRIBUTE XDATA: when creating an insert, attributes did not copy XDATA from the matching attribute definitions.&lt;/li&gt;
&lt;li&gt;SR26581 - REGION: it was not possible to create regions from entities with closed or equal start-end points.&lt;/li&gt;
&lt;li&gt;SR28182 - CONTEXT MENU: accelerator keys did not work on Windows platform.&lt;/li&gt;
&lt;li&gt;SR28726, SR29997, SR33335, SR33890 - PDF EXPORT: fixed export of transparent images, along with several smaller pdf export fixes.&lt;/li&gt;
&lt;li&gt;SR29069, SR30256 - GRIPS:  Grips of attribute entities should also be drawn when on an invisible layer.&lt;/li&gt;
&lt;li&gt;SR30951 - CONSTRAINTS: original constraints were erased along when erasing copied geometry.&lt;/li&gt;
&lt;li&gt;SR31163 - DISPLAY: drawings with big extents had display problems in Gouraud and Hidden shade modes (which are OpenGL based).&lt;/li&gt;
&lt;li&gt;SR31523 - SAVE AS DXF: now silently replaces invalid colors 257 with 256 (ByLayer).&lt;/li&gt;
&lt;li&gt;SR31531, SR32605 - HIGHLIGHTEFFECT: when SHADEMODE = hidden, entities could disappear instead of being highlighted when HIGHLIGHTEFFECT value was set to 1 or 3.&lt;/li&gt;
&lt;li&gt;SR31914, SR32049, SR32900, SR33989 - PRINT: Adobe Acrobat Pro needed two attempts in order to print: the first page was empty. 
  Also, when splitting the model space view in two, print preview sometimes showed up empty.&lt;/li&gt;
&lt;li&gt;SR33003 - PDFATTACH: dialog did not recognize paths containing international characters.&lt;/li&gt;
&lt;li&gt;SR32404 - OLE: very slow grip_stretch of OLE objects has been fixed.&lt;/li&gt;
&lt;li&gt;SR32603 - PERSPECTIVE: full-size crosshair cursor was only partially displayed in perspective mode.&lt;/li&gt;
&lt;li&gt;SR32680 - OPEN FILE DIALOG: it was not possible to simultaneously open multiple files with long pathnames due to limited buffer size.&lt;/li&gt;
&lt;li&gt;SR32836 - CRASH: a user-provided drawing triggered a crash during loading.&lt;/li&gt;
&lt;li&gt;SR32858, SR32903 - TRIM: hatch boundaries containing spline loops could not be trimmed.&lt;/li&gt;
&lt;li&gt;SR32868 - OLE: when inserting a new OLE Object "AcadDocument Class | Bricscad 12" in another application, e.g. MS Word, 
Bricscad was loaded with two documents: one embedded document and a second, empty new document. 
Entities mistakenly were created in the wrong (empty) document, giving the impression that nothing happened.&lt;/li&gt;
&lt;li&gt;SR32900 - PDF EXPORT: crash occurred with a drawing containing raster images.&lt;/li&gt;
&lt;li&gt;SR33089 - PDF UNDERLAY: snap only returned the end points of nurbs curves. 
  Now additionally nearest and midpoint snap for nurbs (contained in pdf underlays) are supported.&lt;/li&gt;
&lt;li&gt;SR33286 - EXPORT TO PDF: lines whose line type was modified using a Plot Style Table, were drawn as continuous line type, regardless the line type chosen.&lt;/li&gt;
&lt;li&gt;SR33319, SR34273 - EXTRUDE: fixed incorrect extruding with taper angle.&lt;/li&gt;
&lt;li&gt;SR33369, SR34151 - XREF/ATTACH: failed if cloning is forbidden for a proxy class.&lt;/li&gt;
&lt;li&gt;SR33390 - PDF UNDERLAY: fixed small shifts of the PDF underlay during zooming and panning.&lt;/li&gt;
&lt;li&gt;SR33601 - PRINT: print commands did not run in case printers were installed, but none had been marked as being the default system printer.&lt;/li&gt;
&lt;li&gt;SR33663 - DXF LOAD: fixed adjustment of middle/center text upon loading dxf files.&lt;/li&gt;
&lt;li&gt;SR33734 - PROPERTIES PANEL: grouped properties were not displayed as a group.&lt;/li&gt;
&lt;li&gt;SR33741 - CONSTRAINTS: angular constraint dimension disappeared after changing its value to 180ø.&lt;/li&gt;
&lt;li&gt;SR33752 - OPEN: dimension entities from R14 drawing did not get EED overrides for DIMADEC and DIMAZIN values.&lt;/li&gt;
&lt;li&gt;SR33784 - FIELDS: file name fields got the autosave backup file name after AUTOSAVE-triggered update of fields. AUTOSAVE should not trigger a field update.&lt;/li&gt;
&lt;li&gt;SR33808 - DRAWING EXPLORER: in 3D mode, when the Material editor was opened and the current material was made transparent, a crash could occur after regen.&lt;/li&gt;
&lt;li&gt;SR33873 - PDF EXPORT: OLE object corruption occurred upon export to PDF.&lt;/li&gt;
&lt;li&gt;SR33876, SR34000, SR34011 - XREF DISPLAY: after freezing a layer containing xref subentities, the whole xref temporarily was no longer displayed.&lt;/li&gt;
&lt;li&gt;SR33883 - DXFOUT: if all vertices of an entity effectively have same start/end width, this width value should be written to the dxf file as the global width instead.&lt;/li&gt;
&lt;li&gt;SR33899 - OLE: wrong display of OLE object and/or crash when pasting an entity copied from Bricscad to Excel, back to Bricscad.&lt;/li&gt;
&lt;li&gt;SR33965 - TABLES: orientation was incorrect when inserting a table in a rotated UCS.&lt;/li&gt;
&lt;li&gt;SR34027, SR34050 - PRINT: layout graphics were shifted or disappeared from the view after printing.&lt;/li&gt;
&lt;li&gt;SR34031 - EXTRUDE: failure to extrude some polylines, with message "Self-intersecting curve can not be processed". Regression since V12.1.12.&lt;/li&gt;
&lt;li&gt;SR34047 - MATERIALS: changing the material of a 3d solid, did not change the materials assigned to specific faces of the solid.&lt;/li&gt;
&lt;li&gt;SR34052 - TOOLBARS: added topBottom flyout in the middle of the Look From toolbar. 
  The first button is the same as before, i.e. rotate the view to top view, the second button rotates the view to the bottom view.&lt;/li&gt;
&lt;li&gt;SR34097 - VIEWPORT STRETCH: vertical stretch of viewport also modified the scale of its contents.&lt;/li&gt;
&lt;li&gt;SR34104 - LAYERS: a redundant view regeneration occurred after changing layer properties via Entity Properties toolbar or Layer Explorer.&lt;/li&gt;
&lt;li&gt;SR34106 - PDF UNDERLAY: failure to display PDF underlay when the underlay was shown on its side, parallel to the view direction.&lt;/li&gt;
&lt;li&gt;SR34115 - DRAGGING: 'rubber band' dynamic graphics now use snapped point location instead of cursor position.&lt;/li&gt;
&lt;li&gt;SR34146 - TOOLBARS: some custom PNG toolbar icons with transparency were drawn using a black background.&lt;/li&gt;
&lt;li&gt;SR34155 - PRINT: when number of copies &gt; 1, multiple print jobs were created instead of one job with multiple copies.&lt;br&gt;Note, multiple jobs will still be created for drivers that do not support multiple copy printing.&lt;/li&gt;
&lt;li&gt;SR34219 - OLE: 'save' command failed to properly save Bricscad documents embedded in other applications.&lt;/br&gt;NOTE: the size of the image in the client application depends on the Bricscad view size at the moment the embedded document was saved.&lt;/li&gt;
&lt;li&gt;SR34231 - PROPERTIES PANEL: a crash occurred upon changing property values of entities on locked layers.&lt;/li&gt;
&lt;li&gt;SR34241 - LOCALIZATION: the List option of the -LAYER command listed default linetype and color names in English.&lt;/li&gt;
&lt;li&gt;SR34237 - SNAP to 3D solids: fixed center snap to cone, sphere and torus.&lt;/li&gt;
&lt;li&gt;SR34335 - PDF UNDERLAY: scaled underlays failed to print or display when the scale value required creation of 
  very high resolution images. Maximum resolution has been restricted to 16000 x 16000 pixels.&lt;/li&gt;
&lt;li&gt;SR34362 - UNION, INTERSECT commands: are terminated if less than 2 entities were selected.&lt;br&gt;Corrected commands INTERSECT, UNION, SUBTRACT: if result of boolean operation is empty, resulting entity is deleted (this concerns both 3DSOLIDs and REGIONs).&lt;/li&gt;
&lt;li&gt;SR34363 - DDEDIT: all nested blocks had the same name in Reference Edit dialog. 
  Error message "Invalid selection" was displayed when DDEDIT command was run from the command line.&lt;/li&gt;
&lt;li&gt;SR34397 - CUSTOMIZE DIALOG: custom toolbar icons were not displayed in the Customize dialog&lt;/li&gt;
&lt;li&gt;SR34418 , SR34306 - EXTRUDE, REGION: polylines with size of ~1.e-6 could not be transformed to REGION or be EXTRUDEd.&lt;/li&gt;
&lt;li&gt;SR34430 - HATCH AREA: nested hatch boundaries, produced by text entities, were not ignored during calculation of hatch area.&lt;/li&gt;
&lt;li&gt;SR34486 - MINSERT: MInsert entity containing empty block led to incorrect huge zoom extents calculation.&lt;/li&gt;
&lt;li&gt;SR34531 - X-SOLIDS HARDWARE:
&lt;ul&gt;
	&lt;li&gt;screws of type ISO 4766 and 7434 could not be created.&lt;/li&gt;
	&lt;li&gt;thread visualization was missing for American standard screws and screws of type DIN 551 and 553.&lt;/li&gt;
	&lt;li&gt;inconsistent lengths were reported for screws of type SSCR, SPLN SCH, and CP.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;SR34570 - PEDIT JOIN: arc segments will almost coincident endpoints (within 1e-8 tolerance) could not be joined.&lt;/li&gt;
&lt;li&gt;SR34583, SR34675 - IMPORT: during import of dwg or dxf files, the user was prompted for an insertion rotation angle, 
  while instead the default value 0 should be used. Regression since V12.1.&lt;/li&gt;
&lt;li&gt;SR34660 - GRID: 1. using an adaptive grid with grid lines, a crash occurred when zooming out very far (order of magnitude 1E12).&lt;br&gt;2. grid lines were not enough extended to reach the boundary of the drawing area.&lt;/li&gt;
&lt;li&gt;SR34695 - STYLE: a crash occurred when executing the STYLE command with a user-provided drawing.
  The crash occurred because the complete path to the font file was stored instead of just the font name.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;LISP VLE: "msg" and "title" arguments were swapped for function (vle-alert title msg flags).&lt;/li&gt;
&lt;li&gt;LISP: "mode" string argument in (open file mode) had become case sensitive (regression since V12.2).&lt;/li&gt;
&lt;li&gt;SR32391 - XCLIP compatibility: processing of multiple block references was not supported when running unattended.&lt;br&gt;
&lt;b&gt;IMPORTANT:&lt;/b&gt; this implies that existing scripts that use XCLIP will need to be modified, an extra Enter has to be inserted.&lt;/li&gt;
&lt;li&gt;SR33815 - COM: IAcadBlock.AddRaster method did not take into account current UCS when processing
  insertion point and rotation angle.&lt;/li&gt;
&lt;li&gt;SR33947 - COPYCLIP: did not work properly when objects from a layout were pasted into MS Word.&lt;br&gt; 
1. The image pasted into MS Word had an empty background.&lt;br&gt;
2. The Paper Background color in Bricscad was switched to red, as well as in Bricscad content subsequently pasted into MS Word.&lt;/li&gt; 
&lt;li&gt;SR34883 - LISP, SDS, BRX:  when a keyword string in a PromptMenu, initialised by (initget)
or (getXXX), is a true number (integer or double), the PromptMenu only sent the first character 
to the commandline, instead of the entire number string.&lt;/li&gt;
&lt;li&gt;SR34917 - LISP: optimized (vl-sort) performance. 
 Added type-cast from "long long" to "long" for COM data conversion, to suppress warnings.&lt;/li&gt;
&lt;li&gt;SR34938 - REACTORS: "sysvarWillChange" event was not sent for CTAB, i.e. when activating a layout tab.&lt;/li&gt;

&lt;li&gt;SR34995 - LISP, SDS, BRX: (entget) / sds_entget() / acedEntGet() could
cause an exception, when used with an AcDbBlockBegin/OdDbBlockBegin object
of an erased BlockTableRecord (i.e. after _PURGE command).&lt;/li&gt;
&lt;li&gt;SR35019 - LISP: a problem occurred when loading "on_doc_load.lsp", in case a new drawing was 
opened/created using a particular Lisp + VB/VBA code combination.&lt;/li&gt;
&lt;li&gt;SR35030 - LISP: (vla-get-plotstylename) resp. (vlax-get-property obj 'PlotStyleName)
returned a garbage string for Layer Objects.&lt;/li&gt;
&lt;li&gt;SR35068, SR35070, SR35079, SR35085, SR35086, SR35092, SR35115, SR35117 - LISP:
syntax (member item NIL) was rejected with an error message (regression introduced in V12.2.7).&lt;/li&gt; 
&lt;li&gt;SR35084 - LISP: improved feedback for errors related to "xxx:name" symbol naming syntax.&lt;/li&gt; 
&lt;li&gt;SR35116 - LISP: data were not correctly placed into the array by (vlax-safearray-put-element) and 
(vlax-safearray-fill) for SafeArrays of type VT_R8 and VT_BSTR (regression introduced in V12.2.7). &lt;/li&gt;

&lt;li&gt;LISP: improved (setvar) error messages in case of incorrect arguments.&lt;/li&gt;
&lt;li&gt;SR34087 - LISP: (getstring) was using osnap while it should not, leading to undesired (entsel) return values.&lt;/li&gt;
&lt;li&gt;SR34832 - LISP: (vlax-safearray-&gt;list) datatype handling was not strict enough, which could result in wrong
values for rarely used datatypes (VT_UI1, VT_I1).&lt;/li&gt;
&lt;li&gt;SR34833 - LISP, SDS, BRX: ssget("_P") did not ignore erased entities.&lt;/li&gt;
&lt;li&gt;SR34915 - BRX: AcEdJig::acquireAngle() displayed incorrect rubber band dynamics.&lt;/li&gt;
&lt;li&gt;SR34917 - LISP: (vl-sort) and (vl-sort-i) comparator functions behaved incorrectly when using '&gt;=' and '&lt;=' comparator functions.&lt;/li&gt;
&lt;li&gt;SR34938 - APIs: "layoutSwitched" reactor event was sent too early, before completing the switch.&lt;/li&gt;
&lt;li&gt;SR34942 - LISP: (vla-get-count &lt;collection-object&gt;) and
(vla-collection-&gt;list &lt;collection-object&gt; did not ignore erased items, while they should.&lt;/li&gt;
&lt;li&gt;SR34947 - LISP: (vla-delete) failed to delete unused layers.&lt;/li&gt;
&lt;li&gt;SR34949 - LISP: (vl-bb-set) and (vl-bb-ref) did not properly save and load VLA objects to/from the "Blackboard"
in case these VLA objects were used inside lists.&lt;/li&gt;
&lt;li&gt;SR34960 - .NET: Teigha.DatabaseServices.Line.Angle returned incorrect result.&lt;/li&gt;
&lt;li&gt;SR34978 - COM: Angle property for Line entities was calculated as being always in range 0..PI, but must be in range 0..2PI. (regression since V12.2)&lt;/li&gt;
&lt;li&gt;LISP: added support for (acet-sys-command).&lt;/li&gt;
&lt;li&gt;LISP, SDS, BRX: (nentsel), (nentselp) and related SDS and BRX functions did accept the "_last" keyword, they should not.&lt;/li&gt;
&lt;li&gt;LISP, SDS, BRX: "sysvarWillChange" reactor event was sent too late, after the system variable had already been changed.&lt;/li&gt;
&lt;li&gt;.NET: method SetDatabaseDefaults() now applies the defaults from the current database.&lt;/li&gt;
&lt;li&gt;SR21285 - COM: Utility.GetEntity() has been corrected to accept keywords and reset the Err object.&lt;/li&gt;
&lt;li&gt;SR26039, SR26040 - Plot API: added support for plot reactor.&lt;/li&gt;
&lt;li&gt;SR26150 - BRX: the "open state" for owner objects by mistake could be promoted to kForWrite status when their child objects
got closed, making it impossible to open these owner objects afterwards.&lt;/li&gt;
&lt;li&gt;SR26568, SR31727 - Plot API: added support for the plot preview engine&lt;/li&gt;
&lt;li&gt;SR30828 - BRX: base class function getOffsetCurves() is now available for custom entities derived from AcDbPolyline and AcDb2dPolyline.&lt;/li&gt;
&lt;li&gt;SR31275 - PLOT API: added support for plot device overrides&lt;/li&gt;
&lt;li&gt;SR31921 - DCS: fixed issue with transformation into/from DCS, by keeping the target point unmodified after ZOOM and PAN operations.&lt;/li&gt;
&lt;li&gt;SR31984 - .NET: added implementation for 
  BoundaryRepresentation::BrepEntity::GetPointContainment, 
  BoundaryRepresentation::BrepEntity::GetLineContainment and the "Hit" class.&lt;/li&gt;
&lt;li&gt;SR32322, SR33847 - BRX: deepClone() issues with dictionary were fixed.&lt;/li&gt;
&lt;li&gt;SR32341 - CONTEXT MENUS: updated pop aliases for context menus.&lt;/li&gt;
&lt;li&gt;SR33464 - .NET: implemented RasterImageDef.ActiveFileName.&lt;/li&gt;
&lt;li&gt;SR33883 - LISP, BRX: the dxf 40 and 41 groups of a LwPolyLine (start and end width) should be ignored if a dxf 43 group is present. This applies to (entmod), sds_entmod() and dxfout.&lt;/li&gt;
&lt;li&gt;SR33949 - LISP: the Z-coordinate returned by Getpoint was not equal to 0 in case the UCS was rotated 180 degrees around the X-axis.&lt;/li&gt;
&lt;li&gt;SR33965 - COM: table created by method 'AddTable' had incorrect UCS.&lt;/li&gt;
&lt;li&gt;SR34073 - LISP, SDS, BRX: several commands did not correctly return "cancelled" status when the command was finished by pressing the ESCAPE key.&lt;/li&gt;
&lt;li&gt;SR34134 - LISP, SDS, BRX: command reactor event for layout switch by layout tabs is now sent as "LAYOUT_CONTROL".&lt;/li&gt;
&lt;li&gt;SR34135 - UNDO / REDO: sub-command events are now sent as reactor events for OdEditorReactor / AcEditorReactor based reactors.&lt;/li&gt;
&lt;li&gt;SR34167 - ATTDIA: during script execution, the INSERT command should ignore ATTDIA = 1.&lt;/li&gt;
&lt;li&gt;SR34175 - COM: a "Pure Virtual Function Call R6025" error message occurred upon shutdown after detaching XRef files via COM.&lt;/li&gt;
&lt;li&gt;SR34377 - LISP: (vl-sort) could fail and return the original (unsorted) list
  in case comparator functions triggered an error for (atoi) or (atof), e.g. for (atoi "abc") or (atof "xyz")&lt;/li&gt;
&lt;li&gt;SR34378 - BRX: AcApDocManager::lockDocument(kAutoWrite): pending document lock was not automatically released, and related Undo record was not closed.&lt;/li&gt;
&lt;li&gt;SR34417, SR34542 - LISP: the 210 groupcode returned by (entget) for an LWPOLYLINE mistakenly held a 2D point instead of a 3D point.&lt;/li&gt;
&lt;li&gt;SR34419 - LISP, SDS, BRX: (textbox) / sds_testbox() / acedTextBox() - as per declaration, the text definition must be treated as 
  &lt;ul&gt;
	&lt;li&gt;origin = 0,0,0&lt;/li&gt;
	&lt;li&gt;text rotation as 0 (270 degree for vertical texts)&lt;/li&gt;
	&lt;li&gt;on world XY-plane&lt;/li&gt;
&lt;/ul&gt;This has been fixed.
&lt;/li&gt;
&lt;li&gt;SR34432 - LISP: the &lt;list-expression&gt; in (foreach item &lt;list-expression&gt;) was evaluated for each loop cycle, which is not correct.&lt;/li&gt;
&lt;li&gt;SR34439 - LISP: undesired "modified" event was sent for (vlr-acdb-reactor) clients when entity was (un-)erased.&lt;/li&gt;
&lt;li&gt;SR34454 - LISP: when PStyleMode=1, (setvar "CPlotStyle" ...) should not verify the argument value.&lt;/li&gt;
&lt;li&gt;SR34470 - LISP: built-in Lisp functions could be reset as NIL, by mistake, when a variable with the same name was used in Lisp code;&lt;/li&gt;
&lt;li&gt;SR34491 - DOUBLE CLICK EDIT: double click edit could not be implemented for built-in entity types.&lt;/li&gt;
&lt;li&gt;SR34554 - BRX: OdDbDatabase::setTEXTSIZE() did not send reactor events.&lt;/li&gt;
&lt;li&gt;SR34609 - LISP: when objects were erased, using a persistent Lisp reactor, when the drawing was saved, that drawing
  could not be reopened later, due to a problem in Lisp reactor management, related to those erased (no longer existing) objects.&lt;/li&gt;
&lt;li&gt;SR34685 - LISP, SDS, BRX: the SELECT command incorrectly returned RTCAN instead of RTNONE status in for empty selection.
  Sample case: (command "_select" ss1 "_remove" ss2 ""), when 'ss2' removes all entities selected by 'ss1', and selection remains empty
  (same for sds_command() and acedCommand() cases).&lt;/li&gt;
&lt;li&gt;SR34696 - LISP: some variants of (mapcar 'command ...) failed. All known issues have been fixed.&lt;/li&gt;
&lt;li&gt;SR34721 - MENU: number of menus per menugroup is now limited to 16, instead of limiting the total number of menus to 24.&lt;/li&gt;
&lt;li&gt;SR34780 - LISP, SDS, BRX: (setvar) / sds_setvar() / acedSetVar() now can be used
  to change Bricscad preferences settings, like "templatepath" (and approx. 125 others).&lt;/li&gt;
&lt;li&gt;SR34785 - LISP &amp; DCL: when using (getXXX) or (entsel)/(nentsel) functions in the same (action_tile) handler, 
  a problem occurred when trying to close DCL dialogs.&lt;br&gt;Example: (action_tile "key" "(done_dialog 1)(entsel)"). In such case, the Lisp engine assumed that the DCL dialog would be still open, and
  (getXXX), (entsel)/(nentsel) would immediately return.&lt;/li&gt;

&lt;/ul&gt;
</description>
    <pubDate>Mon, 04 Jun 2012 11:00:00 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.1.22</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=828&amp;site=420</link>
    <description>&lt;h2&gt;Vylepšení&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR32414, SR21112 - RASTER IMAGES: huge JPEG images can now be processed. E.g. an image containing 1 billion pixels requires less than 1 GB of memory.&lt;/li&gt;
&lt;li&gt;SR33363 - RASTER IMAGES: performance for ECW and MrSID images has been improved significantly while memory use has been reduced.&lt;/li&gt;
&lt;li&gt;MOST RECENTLY USED FILE LIST: increased the default NFILELIST value from 4 to 10, and increased the maximum value from 10 to 20.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;BLOCK INSERTS: a block in a user-provided drawing could not be selected after switching to mspace, and it disappeared when zooming in. Regression since reducing the PAN time lag in V12.1.20.&lt;/li&gt;
&lt;li&gt;SR30662, SR32455 - FIELDS: fixed formatting of decimal field values (lispvar, sysvar and objprop fields).&lt;/li&gt;
&lt;li&gt;SR32884 - HATCH: an associative hatch got damaged after inserting the drawing containing this hatch.&lt;/li&gt;
&lt;li&gt;SR33424 - LOCALIZATION: PRINT command didn't work in the Japanese version.&lt;/li&gt;
&lt;li&gt;SR33535 - REDRAW: after thawing layers in a user-provided drawing, redraw was aborted by an uncaught exception.&lt;/li&gt;
&lt;li&gt;SR33751 - OLE: fixed double-click editing of the OLE object to activate an EXCEL file.&lt;/li&gt;
&lt;li&gt;SR33869 - CONSTRAINTS: drawing containing corrupt assocNetwork object could not be displayed.&lt;/li&gt;
&lt;li&gt;SR33880 - DISPLAY: small TTF fonts, like e.g. Arial with text height 0.09 (on Linux) or 0.05 (Windows), were poorly displayed when using the OpenGl display device.&lt;/li&gt;
&lt;li&gt;SR33939 - CONSTRAINTS: a crash occurred when using the right-click menu to delete constraints.&lt;/li&gt;
&lt;li&gt;SR33990 - LOCALIZATION: strings labeling table cell text justification in Properties panel were not translatable.&lt;/li&gt;
&lt;li&gt;SR33992 - FILLET/CHAMFER: failed for two 'almost' coplanar lines (with small tolerance like 1.0e-8).&lt;/li&gt;
&lt;li&gt;SR33995 - POLAR SNAP: after executing commands which temporarily modify the current snap mode, polar snap state was lost.&lt;/li&gt;
&lt;li&gt;SR34038 - TOLERANCE: wrong lineweight was applied to tolerance entities. Now LWDEFAULT is applied to text and symbols while LwByBlock is used for lines.&lt;/li&gt;
&lt;li&gt;SR34042 - XREF/BIND: created a drawing with an invalid multi-line style name (such drawing crashes AutoCAD).&lt;/li&gt;
&lt;li&gt;SR34051 - COPYCLIP: after copyclip from an active viewport, the viewport was drawn shifted. This regression was introduced in V12.1.20 with the increase of the export resolution of WMF.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR30608, SR32475 - BRX: AcDbRegion::createFromCurves() didn't work properly.&lt;/li&gt;
&lt;li&gt;SR31921 - BRX: acedTrans() transformation into/from DCS was fixed.&lt;/li&gt;

&lt;/ul&gt;
</description>
    <pubDate>Wed, 14 Mar 2012 15:00:00 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.1.20</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=813&amp;site=420</link>
    <description>&lt;h2&gt;Nové&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Nová systémová proměnná PictureExportScale umožní nastavit měřítko velikosti 
zobrazení použité pro export do obrázkových formátů (WMF, EMF, BMP). Jinými 
slovy, umožní nastavit rozlišení obrázku.
Následující příkazy používají toto nastavení: EXPORT, WMFEXP, KOPSCHRÁNKA (_COPYCLIP), 
VYJSCHRÁNKA (_CUTCLIP), AcadDocument.Export (metoda COM).&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vylepšení&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR33900 - PAN: reduced time lag at the start of a pan operation when using buffered pan.&lt;/li&gt;
&lt;li&gt;MODELING: 10% overall modeling performance improvement due to optimization of conversions.&lt;/li&gt;
&lt;li&gt;SR31087 - PROPERTIES BAR: to avoid confusion, text controls for read-only properties no longer get the focus.&lt;/li&gt;
&lt;li&gt;SR32798 - PEDIT: JOIN option now displays the number of added segments.&lt;/li&gt;
&lt;li&gt;SR32907 - DIMENSIONS: when specifying the location of a dimension, 
  entering "0" is interpreted as: omit extension lines.&lt;/li&gt;
&lt;li&gt;SR33363 - RASTER IMAGES: memory requirements for following image formats have been
  strongly reduced (typically by a factor 10) by applying on the fly compression: BMP, JPG, PCX, PNG, GIF, TGA, TIF.&lt;/li&gt;
&lt;li&gt;SR33557 - TABLES: cell properties Width, Height, Text Rotation, Contents and Justification were added to the Properties Panel.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SELECT: in localized versions the selection mechanism was broken.&lt;/li&gt;
&lt;li&gt;SR33671 - DIMENSIONS: dimension style settings DIMCLRD, DIMCLRE, DIMCLRT were not obeyed (regression since V12.1.6.)&lt;/li&gt;
&lt;li&gt;SR33945 - PERSPECTIVE: hidden line calculation failed in perspective mode in user provided drawing.&lt;/li&gt;
&lt;li&gt;PERSPECTIVE VIEWS: grip size varied depending on view parameters, while it should remain constant.&lt;/li&gt;
&lt;li&gt;RASTER IMAGES: images were rendered with half-a-pixel shift compared to their actual location.&lt;/li&gt;
&lt;li&gt;TXTEXP: could generate malformed polylines with only a single vertex.&lt;/li&gt;
&lt;li&gt;SR16484, SR33782 - BIND: Xref Bind command ignored the draworder.&lt;/li&gt;
&lt;li&gt;SR24454 - HATCH: area calculation for hatches with nested loops was not correct.&lt;/li&gt;
&lt;li&gt;SR28870 - COMMAND LINE: use of a relative path (e.g. ../mydrawing.dwg) on the command line was not supported and aborted the drawing load action.&lt;/li&gt;
&lt;li&gt;SR30889 - GRIPS: after opening a context menu, grips undesirably were no longer shown for selected entities.&lt;/li&gt;
&lt;li&gt;SR30951 - CONSTRAINTS: a crash occurred when editing a dimensional constraint value of a corrupt model.&lt;/li&gt;
&lt;li&gt;SR31040, SR31470 - SOLIDEDIT: Body -&gt; seParate placed the separated bodies on the default layer, while it should place them on the current layer instead.&lt;/li&gt;
&lt;li&gt;SR31227 - PRINT: wrong scaling of non-continuous plot style linetypes with lineweights in range (0, 1.25], so they could seem continuous.&lt;/li&gt;
&lt;li&gt;SR31298 - DIMANGULAR: in case DIMASSOC = 0, there was no prompt for a dimension text location after entering the dimension line location.&lt;/li&gt;
&lt;li&gt;SR31451 - POLAR SNAP: the TEXT command did not support polar snapping during entering of height and rotation.&lt;/li&gt;
&lt;li&gt;SR31580 - PRINTING: implemented lineweights support for Hidden render mode.&lt;/li&gt;
&lt;li&gt;SR32092 - HATCH: boundary detection failed when a boundary contained elliptical arcs and/or splines 
  with small gaps between their endpoints.&lt;/li&gt;
&lt;li&gt;SR32143 - RASTER IMAGES: drawings containing large images could not, or only partially, be printed.&lt;/li&gt;
&lt;li&gt;SR32417 - LAYERSTATES: layer visibility was not properly restored.&lt;/li&gt;
&lt;li&gt;SR32606 - PERSPECTIVE: undesirable near-plane clipping occurred in hidden shademode.&lt;/li&gt;
&lt;li&gt;SR32715 - VIEWPORTS: the size of automatically created viewports in new layouts has been adapted to 0.8 times the size of the printable area.&lt;/li&gt;
&lt;li&gt;SR32891 - PAGE SETUP / PRINT DIALOG: "custom" scale should become "standard" only if both printed 
and drawing units are equal to a standard scale numerator and according denominator. 
If only ratios are equal, the scale should remain "custom".&lt;/li&gt;
&lt;li&gt;SR32923 - PRINT: executing print-related operations while no printers are installed yet on a system could lead to program instability.&lt;/li&gt;
&lt;li&gt;SR32932 - LEADERS: when a leader was in a viewport with a scale factor different from 1, and DIMSCALE = 0, the leader arrow was incorrectly scaled.&lt;/li&gt;
&lt;li&gt;SR33063 - RASTER IMAGES: depending on the background color, an undesired frame-like border 
  was drawn around an image as a side-effect of anti-aliasing.&lt;/li&gt;
&lt;li&gt;SR33125 - DIMRADIUS and DIMDIAMETER: when DIMTIX = ON and DIMUPT = OFF,&lt;br&gt;then if DIMTMOVE = 0 there should be no suggestion to position the dimension text,&lt;br&gt;while if DIMTMOVE &gt; 0 there should be no suggestion to position dimension text nor dimension line.&lt;/li&gt;
&lt;li&gt;SR33128, SR33245, SR33480 - CONSTRAINTS: a crash occurred when loading drawings containing malformed constraint data.&lt;/li&gt;
&lt;li&gt;SR33205 - PEDIT: after using the Fit option the Linetype-mode was switched OFF undesirably.&lt;/li&gt;
&lt;li&gt;SR33393 - REFCLOSE/SAVE: failed with the xref attached to the request.&lt;/li&gt;
&lt;li&gt;SR33398 - OBLIQUE TEXT: when applying an obliquing angle of 275 degrees to text it was displayed incorrectly.&lt;/li&gt;
&lt;li&gt;SR33424 - PRINT: in localized versions that have no translation for the print command, it was not possible to execute the PRINT command.&lt;/li&gt;
&lt;li&gt;SR33552 - FILE OPEN DIALOG: when double-clicking a drawing, that does not contain a preview bitmap,
  a crash occurred during the aborted preview generation.&lt;/li&gt;
&lt;li&gt;SR33566 - REFEDIT: a crash occurred when ref-editing a block containing a large number of inserts (&gt; 5000).&lt;/li&gt;
&lt;li&gt;SR33592 - PEDIT: an exception occurred when replying 'NO' to the prompt "Convert into polyline?".&lt;/li&gt;
&lt;li&gt;SR33593 - PEDIT: converting a circle into a polyline did not create a closed polyline.&lt;/li&gt;
&lt;li&gt;SR33594 - PAGESETUP: malformed page setup geometry data is now fixed while loading a drawing, 
  and the Model layout tab is shown in first position, regardless incorrect indices contained in the drawing.
&lt;/li&gt;
&lt;li&gt;SR33609 - PEDIT JOIN option: when nothing has been selected, the previous prompt should reappear.&lt;/li&gt;
&lt;li&gt;SR33622 - VISUAL STYLES LOCALIZATION:&lt;br&gt;In localized versions
&lt;ul&gt;
	&lt;li&gt;'Apply selected Visual Style to current viewport' didn't work for the predefined Visual Styles&lt;/li&gt;
	&lt;li&gt;Setting a predefined Visual Style current by clicking in the 'Current' column failed.&lt;/li&gt;
	&lt;li&gt;Copy/Paste of predefined Visual Styles between drawings failed.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;SR33644 - LAYER EXPLORER: when adding a new layer the first time, the focus was not set to the name of the new layer.&lt;/li&gt;
&lt;li&gt;SR33732, SR33756 - PURGE: PURGE/ALL deleted the "ACAD" registered application, 
  which made it impossible to save the drawing as pre-2007 DXF/DWG formats. Also avoided purging of standard styles.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR33960 - LISP SDS BRX: fixed incorrect calculation of xdsize().&lt;/li&gt;
&lt;li&gt;SR33957 - LISP SDS BRX : (entdel) / sds_entdel() / acedEntDel() must not erase
entity names of "current" or "active" table entries like current layer, linetype, ucs, textstyle, dimstyle.&lt;/li&gt;
&lt;li&gt;SR33961 - LISP: precision of double values on Lisp "BlackBoard" was limited to 6, now it is 12 digits.&lt;/li&gt;
&lt;li&gt;SR33956 - LISP: fixed typo in (ai_ssget) message.&lt;/li&gt;
&lt;li&gt;SR25925 - LISP: when non-erased entities located on erased layouts were to be highlighted/unhighlighted, a Fatal Error exception occurred.&lt;/li&gt;
SR26146 - BRX: implemented "modelessOperationWillStart" and "modelessOperationEnded" events for editor reactor.
&lt;li&gt;SR26308 - LISP: when ESCAPE key was used repeatedly e.g. to cancel (alert) message boxes, or on user input, 
pending ESCAPE key events could accidentally cancel running Lisp code.&lt;/li&gt;
&lt;li&gt;SR26715 - COM: method .AddLeader() created not-correctly-associated Leaders and MTexts,
  which led to wrong Leader geometry and display.&lt;/li&gt;
&lt;li&gt;SR30268, SR33179, SR33077, SR33446, SR33676 - COM: when IAcadUtility::GetEntity() was answered with empty input, the application could hang.&lt;/li&gt;
&lt;li&gt;SR32322, SR33847 - CLONING: DeepClone of object relations was uncomplete for kDcInsert 
event, leading to database corruption.&lt;/li&gt;
&lt;li&gt;SR32399 - LISP DCL: out-of-sync condition of the Lisp DCL dialog counter led to a situation where
 user-input functions stopped responding after DCL dialogs were used.&lt;/li&gt;
&lt;li&gt;SR32946 - .NET: implemented method void Database.Wblock(Database, ObjectIdCollection , Point3d ,
DuplicateRecordCloning)&lt;/li&gt;
&lt;li&gt;SR33106 - PROPERTIES PANEL: IDynamicProperty fix.&lt;/li&gt;
&lt;li&gt;SR33122 - LISP, COM : improved error reporting for (vlax-get/put-property),
(vlax-invoke-method), (vla-get/put-&lt;property&gt;), (vla-&lt;method&gt;).
The COM server is now used to display a human-readable error description to ease trouble shooting.&lt;/li&gt;
&lt;li&gt;SR33273 - XREF: 3D objects were not displayed when xreffed, due to huge Z coordinates (1e+29)&lt;/li&gt;
&lt;li&gt;SR33351 - BRX: commands registered with ACRX_CMD_NOHISTORY flag were added to the command history - they should not.&lt;/li&gt;
&lt;li&gt;SR33354 - BRX : getOsnapPoints() was not called on custom entities directly derived from built-in 
  native entities like Point, Line, Polyline, ...&lt;/li&gt;
&lt;li&gt;SR33411 - COM: in a rotated UCS, CAcadBlock::AddText() created incorrectly rotated text.&lt;/li&gt;
&lt;li&gt;SR33486 - SDS/BRX: acrxEntryPoint(kLoadDwgMsg) call was sent too early (before dwg document is fully initialised), therefore
calling SDS + BRX API's could fail.&lt;/li&gt;
&lt;li&gt;SR33509 - LISP DCL: tile keys mistakenly were treated as case-insensitive,
but should be handled case-sensitive instead.&lt;/li&gt;
&lt;li&gt;SR33543 - LASTPOINT: the FROM command modifier's Base point option didn't update the LASTPOINT sysvar. 
  As a consequence [Ac|Od]EdJig::acquirePoint(point) worked with wrong base point.&lt;/li&gt;
&lt;li&gt;SR33545 - CMDECHO: some commandline messages were not suppressed when CMDECHO = 0.&lt;/li&gt;
&lt;li&gt;SR33551 - DEVELOPMENT: assert messages could pop up in release mode in flyoversnap.dll&lt;/li&gt;
&lt;li&gt;SR33571 - LISP: (getvar "_pkser") now returns the Bricscad license key to enhance software-licensing for Lisp applications.&lt;/li&gt;
&lt;li&gt;SR33578 - BRX: fixed crash and graphics update problem for AcDbBlockTableRecord::assumeOwnershipOf() 
&lt;/li&gt;
&lt;li&gt;SR33653 - GRIP EDIT: after grip editing of custom entities , 1011 XData went missing or became incorrect.&lt;/li&gt;
&lt;li&gt;SR33745 - COM: when adding a new block to the blocks collection, while a block 
with the specified name already existed, the existing block definition
was not erased and replaced.&lt;/li&gt;
&lt;li&gt;SR33750 - ASSOCIATIVE DIMENSIONS: aligned dimensions with perpendicular snap from a nearest snap point, were incorrectly copied. (regression since V12)&lt;/li&gt;
&lt;li&gt;SR33824 - LISP REACTORS: implemented following events for vlr-editor-reactor 
&lt;br&gt;
&lt;ul&gt;
	&lt;li&gt;:vlr-beginClose&lt;/li&gt;
	&lt;li&gt;:vlr-beginDxfIn&lt;/li&gt;
	&lt;li&gt;:vlr-abortDxfIn&lt;/li&gt;
	&lt;li&gt;:vlr-dxfInComplete&lt;/li&gt;
	&lt;li&gt;:vlr-beginDxfOut&lt;/li&gt;
	&lt;li&gt;:vlr-abortDxfOut&lt;/li&gt;
	&lt;li&gt;:vlr-dxfOutComplete&lt;/li&gt;
	&lt;li&gt;:vlr-databaseToBeDestroyed&lt;/li&gt;
	&lt;li&gt;:vlr-lispEnded&lt;/li&gt;
	&lt;li&gt;:vlr-lispCancelled&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;SR33849 - INPUT POINT MONITOR: after removing the input point monitor the helper graphics were not undrawn.&lt;/li&gt;
&lt;li&gt;SR33852 - CONTEXT MENU: a crash occurred after checking and unchecking a context menu item.&lt;/li&gt;
&lt;li&gt;SR33861 - LISP: fixed a problem reading strings from file containing 0x0 characters.
Similar problem has been fixed for (vl-string-&gt;list), which also failed on strings containing 0x0 character(s).&lt;/li&gt;
&lt;/ul&gt;
</description>
    <pubDate>Tue, 06 Mar 2012 14:00:00 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.1.15</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=797&amp;site=420</link>
    <description>&lt;h2&gt;Vylepšení&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;PŘÍMÉ MODELOVÁNÍ: Shift+Tab nyní umožňuje přepínat do předchozího dynamického 
rozměru v seznamu možných referenčních ploch.&lt;/li&gt;
&lt;li&gt;VÝKON: 40% snížení doby regenerace u 3D křivek, které mají čárkované typy 
čar.&lt;/li&gt;
&lt;li&gt;RENDERING: zastaralý přepínač 'Zapnout styl s vysokou kvalitou' byl z 
dialogu pro rendering odstraněn. Nyní použijte pro přechod do jednoho z trvalých 
renderovacích režimů příkaz VIZUALSTYLY.&lt;/li&gt;
&lt;li&gt;SR29310 - VYŘADIT: implementována podpora pro další možnosti příkazu: &lt;br&gt;
Registrované aplikace&lt;br&gt; 
Materiály&lt;br&gt; 
Styly multičar&lt;br&gt; 
Styly tisku&lt;br&gt; 
Styly tabulek&lt;br&gt; 
Styly zobrazení.&lt;/li&gt;
&lt;li&gt;SR32983 - VAZBY: při přechodu nad entitou, která má definovanou vazbu se 
nyní zobrazí modrá informační značka.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;LOCALIZATION: in localized versions, pressing F1 while a command is active did not bring up the Help for that command.&lt;/li&gt;
&lt;li&gt;LOCALIZATION: the 'fence' option of the 'select' prompts required a different translation for the prompt menu and the command line, but there was only one "Fence" translation available.&lt;/li&gt;
&lt;li&gt;SR28419 - COORDINATE FILTER: when applying a coordinate filter (.x, .y, .z) during input, movement of dynamically displayed entities was not restricted according to the filter.&lt;/li&gt;
&lt;li&gt;SR28800 - REFEDIT: a crash occurred on attempt to edit a reference, which had a mutual dependency on another reference.&lt;/li&gt;
&lt;li&gt;SR28884, SR32992 - PASSWORD PROTECTION: it was not possible to open password protected drawings by double-clicking them in the Windows Explorer,
or by using drag-and-drop.&lt;/li&gt;
&lt;li&gt;SR30569 - EXTRUDE: a circle could not be extruded along a path if the path was part of a group with multiple entities.&lt;/li&gt;
&lt;li&gt;SR31253 - XREF and -XREF: did not allow to detach a nested xref if not all parent xrefs could be found.&lt;/li&gt;
&lt;li&gt;SR31470 - EXPLODE: the resulting entities after exploding 3D solids were not created at the expected position.&lt;/li&gt;
&lt;li&gt;SR32138, SR32444 - SAVE: view parameters of paper space viewport were lost, if drawing was saved in R14 format.&lt;/li&gt;
&lt;li&gt;SR32524 - TEXT: height/width of text with oblique angle was wrong in case the text was scaled non-uniformly. &lt;/li&gt;
&lt;li&gt;SR32603 - CURSOR: crosshair cursor was not updated according to screen location in perspective mode.&lt;/li&gt;
&lt;li&gt;SR32715 - VIEWPORT: the default size of the viewport created when activating a new paper space layout has been adjusted to be 0.8 times the size of the printable area.&lt;/li&gt;
&lt;li&gt;SR32767, SR33506 - LOCALIZATION: some strings in the Section Plane Settings Explorer and Properties Bar could not be translated.&lt;/li&gt;
&lt;li&gt;SR32784 - DIMENSIONS: annotative dimensions didn't change position after copying.&lt;/li&gt;
&lt;li&gt;SR32824 - CONSTRAINTS: the point-line-coincidence constraint caused unnatural line rotations when grip-editing right after undo.&lt;/li&gt;
&lt;li&gt;SR32927 - TRIM: failed when the given curve intersected the cutting edge at the boundary point of this edge.&lt;/li&gt;
&lt;li&gt;SR32981 - CONSTRAINTS: &lt;br&gt;
1. Reset glyphs required an additional redraw.&lt;br&gt;
2. Selecting nothing and hitting Enter triggered the "Select all" option for 
Reset/Hide/Show, which was confusing. We removed the "Press ENTER to select all" option as it was redundant:
the command already had a default "Select All" option built-in anyway.&lt;/li&gt;
&lt;li&gt;SR33133 - MIRROR: vertical text entities were not correctly mirrored.&lt;/li&gt; 
&lt;li&gt;SR33159 - DRAWING EXPLORER: when, after editing a Layout or Page Setup and then closing the
 Explorer, a command was run that can be run from inside the Drawing Explorer -
  e.g. 'UCS' - the Drawing Explorer was reopened, while it shouldn't.&lt;/li&gt; 
&lt;li&gt;SR33189 - STRETCH: "Wrong object type" application error occurred when stretching polylines and attributes contained in a user-provided drawing.&lt;/li&gt; 
&lt;li&gt;SR33192 - LOCALIZATION: chamfer command option 'Directional' could not be translated.&lt;/li&gt; 
&lt;li&gt;SR33275 - TEXT: text style's main font was used for the space character while instead its big font should be used.&lt;/li&gt;
&lt;li&gt;SR33311 - RENDER: when rendering to viewport the rendered image was immediately overwritten with the non-rendered display - this has been fixed.&lt;/li&gt;
&lt;li&gt;SR33449 - OPEN: a fatal error occurred when trying to open a user-provided drawing. It was caused by a Field list that failed to load from a DXF proxy.&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;COM, LISP: IAcadDocument::get_WindowTitle() returned an empty string instead of the window title.&lt;/li&gt;
&lt;li&gt;LISP: added function (vl-layerstates-list) which returns a list of existing LayerStates.&lt;/li&gt;
&lt;li&gt;SR29581 - OPM: Properties Manager Entity Selection box displayed dxf names instead of object type names. &lt;/li&gt;
&lt;li&gt;SR30490, SR32322: SDS, BRX, LISP, COM: PASTE and PASTEORIG commands now use ARX-compatible internal implementation,
which correctly triggers ::beginInsert(), ::otherInsert() and ::endInsert()
events (amongst others); before this fix, those events were not triggered.&lt;/li&gt;
&lt;li&gt;SR30609 - HLR: passing a polyface mesh that contained linear faces to the HLR engine caused an error.&lt;/li&gt;
&lt;li&gt;SR30884 - DISPLAY: entities which are aware of some view properties, were not invalidated after undoing or redoing modifications of these view properties. 
Also implemented entity invalidations after Lisp command (setview) and after returning to previous view (DDVPOINT/VIEW).&lt;/li&gt;
&lt;li&gt;SR30885 - SHADEMODE HIDDEN: edges of shells were not visible after the layer of the shell had been made visible.&lt;/li&gt;
&lt;li&gt;SR30887 - SNAP: object snaps were not completely indicated on custom objects because getOsnapPoints() was not called for each GsMarker of the entity required by the aperture box.&lt;/li&gt;
&lt;li&gt;SR31013, SR33407 - PASTE: during PASTE command, ORTHO mode was respected, while it should not.&lt;/li&gt;
&lt;li&gt;SR31181 - HLR: improved HLR engine's performance on large models.&lt;/li&gt;
&lt;li&gt;SR31411 - HATCH: implemented intersectWith and boundingBoxIntersectWith for OdDbHatch.&lt;/li&gt;
&lt;li&gt;SR32048 - BRX: AcGiCommonDraw::isDragging() always returned 'false' in HighQuality and Model ShadeMode.&lt;/li&gt;
&lt;li&gt;SR32497 - MODELING: 3d solid getSlice() did not properly handle cases where the slicing plane was coincident with one of the solid's faces.&lt;/li&gt;
&lt;li&gt;SR32665, SR32838, SR33240 - LISP: when the (vlax-get-acad-object) object was passed to (vlax-release-object),
the main Lisp COM object for the Bricscad application was mistakenly set
to be NULL, which caused errors when (vlax-release-object) was used again,
returning the same instance (as it was set to NULL).&lt;/li&gt;
&lt;li&gt;SR32850 - LISP: (atoms-family 1 refList) syntax: Lisp symbol name strings were not always listed using uppercase.&lt;/li&gt;
&lt;li&gt;SR32925 - LISP, SDS: construction of circles tangent to other entities failed.&lt;/li&gt;

&lt;li&gt;SR32976 - PEDIT: when deleting vertices from a polyline, the deleted segments remained visible until the command was terminated.&lt;/li&gt;
&lt;li&gt;SR32993 - DIMENSIONS: corrected calculation of oblique angle for Aligned and Rotated dimension entities.&lt;/li&gt;
&lt;li&gt;SR33015 - SPHERE and AI_SPHERE: clicking the "Center" option in the prompt menu triggered an exception.&lt;/li&gt;

&lt;li&gt;SR33067 - COM, LISP: implemented IsUrl() and GetRemoteFile() methods for IAcadUtility object,
 and corrected the return status of (vla-isremotefile).&lt;/li&gt;.


&lt;li&gt;SR33072 - OPM: fixed editing of combo boxes, displayed as edit fields, because of having 0 entries.&lt;/li&gt; 
&lt;li&gt;SR33106 - OPM: fixed changing the enabled state of per instance properties.&lt;/li&gt;
&lt;li&gt;SR33130 - LISP: added functions to get + set PdfOutput properties via COM:&lt;br&gt;
(vla-get-zoomtoextents), (vla-put-zoomtoextents)&lt;br&gt;
(vla-get-papersizeoverride), (vla-put-papersizeoverride)&lt;br&gt;
(vla-get-shxtextasgeometry), (vla-put-shxtextasgeometry)&lt;br&gt;
(vla-get-simplegeomoptimization), (vla-put-simplegeomoptimization)&lt;br&gt;
(vla-get-ttftextasgeometry), (vla-put-ttftextasgeometry)&lt;br&gt;
(vla-get-embeddedttf), (vla-put-embeddedttf)&lt;br&gt;
(vla-get-layerssetting), (vla-put-layerssetting)&lt;br&gt;
(vla-get-layoutstoexport), (vla-put-layoutstoexport)&lt;br&gt;
(vla-get-paperheight), (vla-put-paperheight)&lt;br&gt;
(vla-get-paperwidth), (vla-put-paperwidth)&lt;br&gt;
(vla-get-useplotstyles), (vla-put-useplotstyles)&lt;br&gt;&lt;/li&gt;
&lt;li&gt;SR33186 - LISP, BRX: incorrect handling of unconventional DottedPair resbuf lists, returned to Lisp engine by acedRetList().
Example: &lt;code&gt;acedRetList(RTLONG val, RTDOTE, RTSTR str)&lt;/code&gt; resulted in &lt;code&gt;(val)&lt;/code&gt;
instead of &lt;code&gt;(val . str)&lt;/code&gt;&lt;/li&gt;

&lt;li&gt;SR33246 , SR33515 - USER ACCESS RIGHTS: suppressed error messages that occurred when running Bricscad as user without administrator rights.&lt;/li&gt; 
&lt;li&gt;SR33420 - LISP, BRX: COM access for 'GetPropertyValue' of DynamicBlocks was fixed.&lt;/li&gt;
&lt;li&gt;SR33420 - LISP: (vlax-get) function did not "explode" non-native objects
like Variants and SafeArray recursively.&lt;/li&gt;
&lt;/ul&gt;
</description>
    <pubDate>Thu, 09 Feb 2012 12:00:00 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.1.13</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=781&amp;site=420</link>
    <description>&lt;h2&gt;Vylepšení&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;RENDERING: aktualizace renderovacího jádra RedWay3D na V3 a rozšířena 
stavová hlášení.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR25997 - PDF: opraven export spline do PDF.&lt;/li&gt;
&lt;li&gt;SR33215, 33218, 33230, 33231 - PANEL VLASTNOSTÍ: vlastnosti obrázku byly 
zobrazovány jen částečně. &lt;/li&gt; 
&lt;li&gt;SR33233 - PRŮZKUMNÍK VRSTEV: při změně barvy vrstvy a provedení změny barvy 
výběru, 
byla také změněna barva předešlého výběru vrstev (problém byl nahlášen ve verzi 12.1.12).&lt;/li&gt;
&lt;/ul&gt;</description>
    <pubDate>Thu, 19 Jan 2012 15:00:00 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.1.12</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=772&amp;site=420</link>
    <description>&lt;h2&gt;Vylepšení&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Vkládání bloků z PRŮZKUMNÍKA: nyní jsou bloky vkládány s přednastavenými 
výchozími hodnotami, bez dodatečných výzev na měřítlko a natočení.&lt;/li&gt;
&lt;li&gt;SR21970, SR22489: PANEL VLASTNOSTÍ - Pro objekty "Pole bloků" byly přidány 
další parametry (Sloupce, Rozteč sloupců, Řádky, Rozteč řádek).&lt;/li&gt;
&lt;li&gt;SR32337, SR32376, SR32759, SR31732 - EDITOR ODSTAVCOVÉHO TEXTU: přidána 
vlastnost pro řízení výšky entity typu Odstavec.&lt;/li&gt;
&lt;li&gt;PRŮZKUMNÍK: Pro nový styl písma v průzkumníku výkresů je nyní nastaven font arial.ttf.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR25997: EXPORT TO PDF - When the check box "Enable papersize override" was disabled (in 'PDF export options'), A4 paper size was used always.
Now paper size is taken from layout settings.&lt;/li&gt;
&lt;li&gt;SR29313: Fixed wrong rotation of the UCS about the Z axis when ANGBASE != 0.&lt;/li&gt;
&lt;li&gt;SR29540 PRINT :If TEXTFILL is off, TTF text is printed as invisible.
&lt;/li&gt;
&lt;li&gt;SR30445: PDF EXPORT - search in the exported pdf cannot find textstrings that visually look correct, because these have been merged together in a single string. This becomes visible when copy/pasting to notepad.
&lt;/li&gt;
&lt;li&gt;SR30446: PDF EXPORT - only parts of japanese(MBCS) characters appear in the pdf when using shx text.&lt;/li&gt;
&lt;li&gt;SR31009: 2DCONSTRAINTS - Fixed problem related to creation of 2D constraints with mid-point snap for arcs
&lt;/li&gt;
&lt;li&gt;SR31037 Fixed wrong behavior in Block definition dialog when block or filenames are too long.&lt;/li&gt;

&lt;li&gt;SR31061: Drawing with redundant(wrong) DXF332 fields in the block record caused a crash when viewing dependencies.
: &lt;/li&gt;
&lt;li&gt;SR31063: Bricscad now copies addin registration information from HKEY_LOCAL_MACHINE to HKEY_CURRENT_USER, if the addin registration information was not yet present in HKCU. This way an addin developer can write an installer that registers the VB addin in HKLM\Software\Bricsys\Bricscad\V12\en_US\Addins instead of HKCU\Software\Bricsys\Bricscad\V12\en_US\Addins to make the plugin available for all users. If users change the load behavior, this will still be stored in HKCU, so it will not influence the behavior for other users.
&lt;/li&gt;
&lt;li&gt;SR31181: fixed an assertion failure that occurred during Bricscad shutdown.
&lt;/li&gt;
&lt;li&gt;SR31291: ATTEXT - fixed ATTEXT for attributes with overflow fields.&lt;/li&gt;
&lt;li&gt;SR31748, SR32691: TRIM - Fixed TRIM command for xlines and for closed polylines when the cutting edge intersects the polyline at the first vertex.&lt;/li&gt;
&lt;li&gt;SR32006: 2D CONSTRAINTS: Implemented editing of the value of a constraint dimension in the properties bar.
&lt;/li&gt;
&lt;li&gt;SR32005 CONSTRAINTS: Constraint dimension edit box now shows the text representation of the measurement as per DIMLUNIT setting (e.g ft' in" format for architectural setting, etc).
&lt;/li&gt;
&lt;li&gt;SR32495: DISPLAY - apparent lineweight varied depending on the inclination of lines.&lt;/li&gt;
&lt;li&gt;SR32539: Display of MBCS characters: of the character is not found in main font, then bigfont is used. Now default '?' is shown instead.
&lt;/li&gt;
&lt;li&gt;SR32571: CUI - fixed a problem with CUI files generated from MNU: adding a partial menu file to these CUI files would fail
&lt;/li&gt;
&lt;li&gt;SR32580: _BHATCH command ignored hatch pattern angle for user-defined
hatch patterns.&lt;/li&gt;
&lt;li&gt;SR32673: 2D CONSTRAINTS - User can add constraints in modelspace +/ paperspaces, and only the glyphs in active layout will be shown.
&lt;/li&gt;
&lt;li&gt;SR32777:TEXT ALIGNMENT - bounding box calculation of 2-byte SHX character glyphs ignored leading and trailing white space, leading to incorrect text alignment of Japanese text.
&lt;/li&gt;
&lt;li&gt;SR32797: fixed removal of background mask via mtext editor dialog.&lt;/li&gt;
&lt;li&gt;SR32882: Field dialog: entity property fields on dimension objects showed "AssociativeHatch" identifier string instead of "Associative"
&lt;/li&gt;
&lt;li&gt;SR32919: Mtext entity disappeared after editing it with mtext editor when drawing had several space viewports with various shademodes. 
&lt;/li&gt;&lt;li&gt;SR32833: 2D CONSTRAINTS - Autoconstrain was not working for splines.
&lt;/li&gt;
&lt;li&gt;SR33000: 2D CONSTRAINTS - 2d constraints now update automatically when an entity is changed using the properties bar.
&lt;/li&gt;
&lt;li&gt;SR33002: Fixed regression in attribute editor, AltGR+z (control+alt+z) was interpreted as undo, where this key sequence might be needed in certain international keyboard maps, such as Polish Programmers. 
&lt;/li&gt;
&lt;li&gt;SR33038: MTEXT - fixed crash when multiparagraph mtext is opened with mtext editor.&lt;/li&gt;
&lt;li&gt;SR33081: INSERT - Command INSERT
did not accept DXF filenames for inserting, example :
(command "_insert" "c:/symbol.dxf" "0,0" 1 1 0). Regression introduced with V12.1.9.&lt;/li&gt;&lt;li&gt;SR33047: The strings on the rightmost panel of the open file dialog were not translatable anymore since V12.1.5. This is fixed.&lt;/li&gt;

&lt;/ul&gt;
&lt;h2&gt;Vývoj aplikací&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR25797 SR26675 SR25886: APIs (Lisp/SDS/BRX) - added support for ":E" mode
in ssGet() functions&lt;/li&gt;
&lt;li&gt;SR28146 - LISP: entmake behavior changed: if entmake can load pattern by name it ignores pattern definition passed to entmake
&lt;/li&gt;
&lt;li&gt;SR28731: APIs (Lisp/SDS/BRX) - added support for undocumented ":L" option for
ssGet() mode strings, like (ssget ":L") or (ssget ":L:S"); :L excludes entities
on locked layers from selection&lt;/li&gt;
&lt;li&gt;SR28731 SR32782 APIs (Lisp/SDS/BRX) : added support for "." option for ssGet()
mode strings, like ""+.:S"".&lt;/li&gt;
&lt;li&gt;SR32508 _ DCL: if a text component has no initial value or width and if it appears in the same row with a text component that does have an initial value or width, the text with initial value or width will steal layout space from the other text component.  If set_tile was used to change the value of such a text component, the value did not fit as expected.  This has been fixed by updating the layout of the parent row if the text component is too narrow to fit the value specified in set_tile.
&lt;/li&gt;
&lt;li&gt;SR32553: COM - fixed COM query functions for Regions - the Property functions
"Centroid", "MomentOfInertia", "PrincipalDirections", "PrincipalMoments", "ProductOfInertia",
"RadiiOfGyration" could fail and return an error status (sporadically).&lt;/li&gt;
&lt;li&gt;SR32554: COM - fixed a problem when starting Bricscad via COM - it was
not possible to start multiple Bricscad sessions, only 1 session could be started.&lt;/li&gt;
&lt;li&gt;SR32850 - LISP : fixed 2 issues in (atoms-family) - 
sometimes, local variables from unrelated scopes were reported,
and using (atoms-family 1 items) syntax caused to temporarily
create the objects from "items" as symbols again, included in result list;&lt;/li&gt;
&lt;/ul&gt;</description>
    <pubDate>Mon, 16 Jan 2012 15:00:00 UTC</pubDate>
  </item>
  <item>
    <title>Verze 12.1.11</title>
    <link>http://www.bricsys.com/rss/html.jsp?channel=bcad&amp;id=765&amp;site=420</link>
    <description>&lt;h2&gt;Opravy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;SR32939 - KARTY ROZVRŽENÍ - v jazykových verzích, kde byla karta rozvržení "Model" 
přeložena, se kliknutím na kartu "Model" nic nestalo.&lt;/li&gt;
&lt;li&gt;SR32940 - Příkaz SECIONPLANESETTINGS - nyní je možný jeho překlad.&lt;/li&gt;
&lt;li&gt;SR32940 - Příkaz PŘERUŠIT - opravena nabídka příkazu.&lt;/li&gt;
&lt;/ul&gt;</description>
    <pubDate>Thu, 29 Dec 2011 12:00:00 UTC</pubDate>
  </item>
  </channel>
</rss>
