Salome HOME
modules/shaper.git
9 years agoThe external edge should be removed only if it was created by the widget. So, the...
nds [Thu, 2 Apr 2015 08:48:18 +0000 (11:48 +0300)]
The external edge should be removed only if it was created by the widget. So, the functionality of an external object creation is separated into two - find and creation.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Thu, 2 Apr 2015 07:14:51 +0000 (10:14 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoFlush the redisplay signal by the document in remove feature; do not change the conce...
nds [Thu, 2 Apr 2015 07:14:38 +0000 (10:14 +0300)]
Flush the redisplay signal by the document in remove feature; do not change the concealed state during removeBackReference.

9 years agoUpdate tooltip of Equal constraint
azv [Thu, 2 Apr 2015 07:04:29 +0000 (10:04 +0300)]
Update tooltip of Equal constraint

9 years agoFix the problem with undoing fillet
azv [Thu, 2 Apr 2015 06:47:45 +0000 (09:47 +0300)]
Fix the problem with undoing fillet

9 years agoIssue #433: Mirror constraint problem
azv [Thu, 2 Apr 2015 06:24:09 +0000 (09:24 +0300)]
Issue #433: Mirror constraint problem

The empty items are removed from mirroring list

9 years agoIssue #422 - Application hangs up when apply Fillet constraint on preselected segments
nds [Thu, 2 Apr 2015 06:02:46 +0000 (09:02 +0300)]
Issue #422 - Application hangs up when apply Fillet constraint on preselected segments

The fillet radius value is not obligatory, the default value should be applyed for it by preselection.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Wed, 1 Apr 2015 15:48:59 +0000 (18:48 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoIssue #427, 420 - crash during work through external edges.
nds [Wed, 1 Apr 2015 15:48:46 +0000 (18:48 +0300)]
Issue #427, 420 - crash during work through external edges.

It is necessary to add/remove back references during set an object to the attribute.
The external object should not be removed by widget if there is a feature, which already uses this object.
An additional check for the feature's data during analize the creation event from the model.

9 years agoAdjust validator of tangent constraint attributes for arc-arc tangency
azv [Wed, 1 Apr 2015 13:53:09 +0000 (16:53 +0300)]
Adjust validator of tangent constraint attributes for arc-arc tangency

9 years agoValidator for attributes of the Equal constraint
azv [Wed, 1 Apr 2015 12:56:05 +0000 (15:56 +0300)]
Validator for attributes of the Equal constraint

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Wed, 1 Apr 2015 11:44:43 +0000 (14:44 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoImprove sketcher popup menu processing
vsv [Wed, 1 Apr 2015 11:44:27 +0000 (14:44 +0300)]
Improve sketcher popup menu processing

9 years agoIssue #429: error when fix the same segment twice
azv [Wed, 1 Apr 2015 11:10:00 +0000 (14:10 +0300)]
Issue #429: error when fix the same segment twice

Implemented validator for the rigid constraint

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
sbh [Wed, 1 Apr 2015 10:13:23 +0000 (13:13 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoMake v1.1.0 compilable under linux
sbh [Wed, 1 Apr 2015 09:57:54 +0000 (12:57 +0300)]
Make v1.1.0 compilable under linux

9 years agoIssue #424: Mirror is done wrong
azv [Wed, 1 Apr 2015 09:40:16 +0000 (12:40 +0300)]
Issue #424: Mirror is done wrong

Additional verification of arcs in mirror constraint is implemented

9 years agoFix for the issue #370 : activization of updater only once per undo/redo for all...
mpv [Wed, 1 Apr 2015 09:34:40 +0000 (12:34 +0300)]
Fix for the issue #370 : activization of updater only once per undo/redo for all sub-documents

9 years agoExternal edge to be removed with all references. The same mechanizm should be applied...
nds [Wed, 1 Apr 2015 07:29:05 +0000 (10:29 +0300)]
External edge to be removed with all references. The same mechanizm should be applied like one used by the delete operation from the popup menu.

9 years agoCreate check box "Show constraints"
vsv [Tue, 31 Mar 2015 16:05:03 +0000 (19:05 +0300)]
Create check box "Show constraints"

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Tue, 31 Mar 2015 14:46:27 +0000 (17:46 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoFree memory on deletion of handle object
vsv [Tue, 31 Mar 2015 14:43:47 +0000 (17:43 +0300)]
Free memory on deletion of handle object

9 years agoAdditional check for shape selector: it is not necessary check validators if the...
nds [Tue, 31 Mar 2015 14:26:51 +0000 (17:26 +0300)]
Additional check for shape selector: it is not necessary check validators if the attribute could not be filled by the owner,

some conditions should be realized in the validators.

9 years agoPreselection of two points for distance operation.
nds [Tue, 31 Mar 2015 11:56:51 +0000 (14:56 +0300)]
Preselection of two points for distance operation.

The selected object is empty, so the first condition is not correct. All this checks should be done in the attribute validator.

9 years agoPreselection work correction to accept two lines for a parallel constraint.
nds [Tue, 31 Mar 2015 10:57:14 +0000 (13:57 +0300)]
Preselection work correction to accept two lines for a parallel constraint.

9 years agoBlock/unblock signal is emitted for plane creation to avoid the planes blinking befor...
nds [Tue, 31 Mar 2015 10:13:28 +0000 (13:13 +0300)]
Block/unblock signal is emitted for plane creation to avoid the planes blinking before they are hidden.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Tue, 31 Mar 2015 09:35:19 +0000 (12:35 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years ago1. The incorrect behaviour fixed:
nds [Tue, 31 Mar 2015 09:35:06 +0000 (12:35 +0300)]
1. The incorrect behaviour fixed:

Create a sketch(two circles), create an extrusion(use sketch in OB), edit sketch(create a new circle). The result is the extrusion is not redisplayed for the last circle.
2. Hide of the features from the initialization plugin after creation. There is a blinking in OCC viewer.
TODO: emit a signal about block/unblock the OCC viewer update to avoid this blinking.

9 years agoAdded objectByName method
mpv [Tue, 31 Mar 2015 07:11:14 +0000 (10:11 +0300)]
Added objectByName method

9 years agoSet dimensions arrows independent on zoom
vsv [Mon, 30 Mar 2015 14:01:04 +0000 (17:01 +0300)]
Set dimensions arrows independent on zoom

9 years agoResize symbols
vsv [Mon, 30 Mar 2015 08:21:44 +0000 (11:21 +0300)]
Resize symbols

9 years agoFix of problem with colors of result on undo-redo of result creation and color assign...
mpv [Mon, 30 Mar 2015 06:23:43 +0000 (09:23 +0300)]
Fix of problem with colors of result on undo-redo of result creation and color assignment.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Fri, 27 Mar 2015 14:14:15 +0000 (17:14 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoCreate dimension presentations
vsv [Fri, 27 Mar 2015 14:14:07 +0000 (17:14 +0300)]
Create dimension presentations

9 years agoExternal edges correction for sketch operations.
nds [Fri, 27 Mar 2015 13:35:59 +0000 (16:35 +0300)]
External edges correction for sketch operations.

An external edge should be removed without any condition.

9 years agoExternal edges correction for sketch operations.
nds [Fri, 27 Mar 2015 11:46:38 +0000 (14:46 +0300)]
External edges correction for sketch operations.

9 years agoExternal edges correction for sketch operations.
nds [Fri, 27 Mar 2015 11:45:31 +0000 (14:45 +0300)]
External edges correction for sketch operations.

9 years agoMake Boolean operation tools hidden on apply of Boolean
mpv [Fri, 27 Mar 2015 08:36:55 +0000 (11:36 +0300)]
Make Boolean operation tools hidden on apply of Boolean

9 years agoIssue #393: Fix the problem with Distance between two separate fixed points
azv [Fri, 27 Mar 2015 08:06:17 +0000 (11:06 +0300)]
Issue #393: Fix the problem with Distance between two separate fixed points

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Fri, 27 Mar 2015 07:43:34 +0000 (10:43 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoMake Mirror constraint visible in GUI
azv [Thu, 26 Mar 2015 13:14:20 +0000 (16:14 +0300)]
Make Mirror constraint visible in GUI

9 years agoFillet updated to create necessary constraints (tangent, coincidence etc) in data...
azv [Thu, 26 Mar 2015 12:08:51 +0000 (15:08 +0300)]
Fillet updated to create necessary constraints (tangent, coincidence etc) in data model

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Fri, 27 Mar 2015 07:42:07 +0000 (10:42 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

Conflicts:
src/SketchPlugin/SketchPlugin_Validators.cpp

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Fri, 27 Mar 2015 07:38:37 +0000 (10:38 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

Conflicts:
src/SketchPlugin/SketchPlugin_Validators.cpp

9 years agoValidators correction for merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
nds [Fri, 27 Mar 2015 07:27:47 +0000 (10:27 +0300)]
Validators correction for merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
sbh [Thu, 26 Mar 2015 16:06:13 +0000 (19:06 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0

9 years agoUpdate Config after merging with master
sbh [Thu, 26 Mar 2015 16:05:31 +0000 (19:05 +0300)]
Update Config after merging with master

9 years agoSameType object validator
vsv [Thu, 26 Mar 2015 14:12:58 +0000 (17:12 +0300)]
SameType object validator

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Thu, 26 Mar 2015 13:44:06 +0000 (16:44 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

Conflicts:
src/SketchPlugin/SketchPlugin_Validators.cpp

9 years agoValidator for tangent constraint
vsv [Thu, 26 Mar 2015 13:26:48 +0000 (16:26 +0300)]
Validator for tangent constraint

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
sbh [Thu, 26 Mar 2015 09:55:57 +0000 (12:55 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0

Conflicts:
src/SketchPlugin/SketchPlugin_Plugin.cpp

9 years agoMerge branch 'master' into Dev_1.1.0
sbh [Thu, 26 Mar 2015 09:55:05 +0000 (12:55 +0300)]
Merge branch 'master' into Dev_1.1.0

Conflicts:
CMakeLists.txt
src/Config/Config_FeatureReader.cpp
src/Config/Config_FeatureReader.h
src/ConstructionPlugin/ConstructionPlugin_Axis.cpp
src/ConstructionPlugin/ConstructionPlugin_Plane.cpp
src/ConstructionPlugin/ConstructionPlugin_Point.cpp
src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp
src/FeaturesPlugin/FeaturesPlugin_Placement.cpp
src/FeaturesPlugin/Test/TestMultiBoolean.py
src/Model/Model_AttributeSelection.cpp
src/Model/Model_Update.cpp
src/ModelAPI/ModelAPI_RefAttrValidator.h
src/ModelAPI/ModelAPI_ShapeValidator.cpp
src/ModuleBase/ModuleBase_WidgetShapeSelector.cpp
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_Validators.cpp
src/PartSet/PartSet_Validators.h
src/PartSet/PartSet_WidgetShapeSelector.cpp
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Arc.cpp
src/SketchPlugin/SketchPlugin_Circle.cpp
src/SketchPlugin/SketchPlugin_ConstraintParallel.cpp
src/SketchPlugin/SketchPlugin_Line.cpp
src/SketchPlugin/SketchPlugin_Plugin.cpp
src/SketchPlugin/SketchPlugin_Point.cpp
src/SketchPlugin/SketchPlugin_Sketch.cpp
src/SketchPlugin/SketchPlugin_Validators.cpp
src/SketchPlugin/SketchPlugin_Validators.h
src/SketchPlugin/plugin-Sketch.xml

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Thu, 26 Mar 2015 08:44:26 +0000 (11:44 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoCreate coincidence constraint command
vsv [Thu, 26 Mar 2015 08:42:37 +0000 (11:42 +0300)]
Create coincidence constraint command

9 years agoUnion of validator and filter functionalities.
nds [Thu, 26 Mar 2015 08:23:14 +0000 (11:23 +0300)]
Union of validator and filter functionalities.

It renames the shape validator to the external validator.

9 years agoUnion of validator and filter functionalities.
nds [Thu, 26 Mar 2015 08:10:59 +0000 (11:10 +0300)]
Union of validator and filter functionalities.

Block for set initialized in order to compute distance value after isValid checking. isValid functionality changes the attribute content, but the isInitialized flag should not be modified

9 years agoUnion of validator and filter functionalities.
nds [Thu, 26 Mar 2015 05:03:17 +0000 (08:03 +0300)]
Union of validator and filter functionalities.

Code improvement, it renames storeAttributeValues to setObject.

9 years agoUnion of validator and filter functionalities.
nds [Thu, 26 Mar 2015 04:49:22 +0000 (07:49 +0300)]
Union of validator and filter functionalities.

External edge is visualized until another edge is selected of the filtered value is not valid
After merge from master, where a visualization bug is fixed, the edge should be erased from the viewer always in restoreAttributeValue.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
sbh [Wed, 25 Mar 2015 16:16:41 +0000 (19:16 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0
sbh [Wed, 25 Mar 2015 16:16:15 +0000 (19:16 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom.git into Dev_1.1.0

9 years agoThird party dependency for doxygen-graphviz added (libpng)
sbh [Wed, 25 Mar 2015 16:15:56 +0000 (19:15 +0300)]
Third party dependency for doxygen-graphviz added (libpng)

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Wed, 25 Mar 2015 16:14:07 +0000 (19:14 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoPut dimensions presentations on a layer 1
vsv [Wed, 25 Mar 2015 16:13:58 +0000 (19:13 +0300)]
Put dimensions presentations on a layer 1

9 years agoUnion of validator and filter functionalities.
nds [Wed, 25 Mar 2015 14:59:51 +0000 (17:59 +0300)]
Union of validator and filter functionalities.

External edges correction

9 years agoUnion of validator and filter functionalities.
nds [Wed, 25 Mar 2015 14:54:10 +0000 (17:54 +0300)]
Union of validator and filter functionalities.

Checking for edge is degenerated is performed inside attribute selection. Filters are not used anymore, but validators could not check the degenerated shape state because the attribute selection returns a compound shape for a degenerative edge set.

9 years agoMake the correct order in the searching of shape by name algorithm
mpv [Wed, 25 Mar 2015 13:44:14 +0000 (16:44 +0300)]
Make the correct order in the searching of shape by name algorithm

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Wed, 25 Mar 2015 13:24:25 +0000 (16:24 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoMake extrusion made on prism is modified after sketch update: regression fix
mpv [Wed, 25 Mar 2015 13:19:48 +0000 (16:19 +0300)]
Make extrusion made on prism is modified after sketch update: regression fix

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
mpv [Wed, 25 Mar 2015 12:20:55 +0000 (15:20 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoFix for extrusion and sketch relations.
mpv [Wed, 25 Mar 2015 12:20:30 +0000 (15:20 +0300)]
Fix for extrusion and sketch relations.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Wed, 25 Mar 2015 09:32:49 +0000 (12:32 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoUnion of validator and filter functionalities.
nds [Wed, 25 Mar 2015 09:32:35 +0000 (12:32 +0300)]
Union of validator and filter functionalities.

Checking for edge is degenerated is performed inside attribute selection. Filters are not used anymore, but validators could not check the degenerated shape state because the attribute selection returns a compound shape for a degenerative edge set.

9 years agoFix the problem of an arc moving
azv [Wed, 25 Mar 2015 09:15:26 +0000 (12:15 +0300)]
Fix the problem of an arc moving

9 years agoRolling back the merging problems
mpv [Wed, 25 Mar 2015 09:13:21 +0000 (12:13 +0300)]
Rolling back the merging problems

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
mpv [Wed, 25 Mar 2015 09:08:24 +0000 (12:08 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

Conflicts:
src/SketchPlugin/SketchPlugin_Sketch.cpp

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
mpv [Wed, 25 Mar 2015 09:06:35 +0000 (12:06 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
mpv [Wed, 25 Mar 2015 09:00:51 +0000 (12:00 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

Conflicts:
src/SketchPlugin/SketchPlugin_Sketch.cpp

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Wed, 25 Mar 2015 08:54:23 +0000 (11:54 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoModify icons
vsv [Wed, 25 Mar 2015 08:54:15 +0000 (11:54 +0300)]
Modify icons

9 years agoPlacement algorithm takes into account the orientation of the edges since now
azv [Wed, 25 Mar 2015 08:45:23 +0000 (11:45 +0300)]
Placement algorithm takes into account the orientation of the edges since now

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Wed, 25 Mar 2015 08:13:05 +0000 (11:13 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoUnion of validator and filter functionalities.
nds [Wed, 25 Mar 2015 08:12:49 +0000 (11:12 +0300)]
Union of validator and filter functionalities.

An attempt to remove external objects, created by moving over the line/edges from another sketch.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Wed, 25 Mar 2015 07:27:11 +0000 (10:27 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoAdd new object to the project
vsv [Wed, 25 Mar 2015 07:27:02 +0000 (10:27 +0300)]
Add new object to the project

9 years agoSupporting all types of objects (planes, lines, and points) as attributes of the...
azv [Wed, 25 Mar 2015 06:10:47 +0000 (09:10 +0300)]
Supporting all types of objects (planes, lines, and points) as attributes of the Placement feature

9 years agoUnion of validator and filter functionalities.
nds [Wed, 25 Mar 2015 05:02:14 +0000 (08:02 +0300)]
Union of validator and filter functionalities.

An attempt to remove external objects, created by moving over the line/edges from another sketch.

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Wed, 25 Mar 2015 04:35:41 +0000 (07:35 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoProvide zoom independent selection of symbols
vsv [Tue, 24 Mar 2015 15:45:50 +0000 (18:45 +0300)]
Provide zoom independent selection of symbols

9 years agoUpdate the version number in SALOME module too V_1.0.2
mpv [Tue, 24 Mar 2015 14:39:02 +0000 (17:39 +0300)]
Update the version number in SALOME module too

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Tue, 24 Mar 2015 14:10:48 +0000 (17:10 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoUnion of validator and filter functionalities.
nds [Tue, 24 Mar 2015 14:10:28 +0000 (17:10 +0300)]
Union of validator and filter functionalities.

Widget sketch label is improved to use the planar face validator.

9 years agoUpdate the doxygen documentation
mpv [Tue, 24 Mar 2015 13:32:39 +0000 (16:32 +0300)]
Update the doxygen documentation

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
vsv [Tue, 24 Mar 2015 12:38:09 +0000 (15:38 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0

9 years agoRemove DirY from Sketch attributes
azv [Tue, 24 Mar 2015 11:26:30 +0000 (14:26 +0300)]
Remove DirY from Sketch attributes

9 years agoUpdate Placement feature with flags Reverse and Centering
azv [Tue, 24 Mar 2015 09:56:46 +0000 (12:56 +0300)]
Update Placement feature with flags Reverse and Centering

9 years agoFix for issue #417
mpv [Tue, 24 Mar 2015 09:21:33 +0000 (12:21 +0300)]
Fix for issue #417

9 years agoFix of crash in issue #416
mpv [Tue, 24 Mar 2015 09:21:01 +0000 (12:21 +0300)]
Fix of crash in issue #416

9 years agoPreparation of a new version
mpv [Tue, 24 Mar 2015 08:44:31 +0000 (11:44 +0300)]
Preparation of a new version

9 years agoFix for random order of faces in selection name (groups on extrusion after aborting).
mpv [Tue, 24 Mar 2015 07:54:26 +0000 (10:54 +0300)]
Fix for random order of faces in selection name (groups on extrusion after aborting).

9 years agoMerge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
nds [Tue, 24 Mar 2015 05:39:16 +0000 (08:39 +0300)]
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0