]>
gerrit.simantics Code Review - simantics/3d.git/log
Marko Luukkainen [Wed, 17 Jul 2019 09:01:48 +0000 (12:01 +0300)]
Prevent editing null values
* This is a temporary solution for Inline components that do not support
rotation
gitlab #13
Change-Id: Ibd948a2537a63c9775726a5b5bbe6a6d06c5f505
Marko Luukkainen [Tue, 16 Jul 2019 17:34:13 +0000 (20:34 +0300)]
Fixed path leg direction vector calculation
* Calculated direction was opposite to the actual direction
gitlab #12
Change-Id: I8ea135f3cec5a0d80e42c9a2d9ecb626fb4f11a5
Marko Luukkainen [Tue, 16 Jul 2019 16:25:00 +0000 (19:25 +0300)]
Support for inline component rotations
* P3D.RotateComponent tag
* P3D.HasRotationAngle property relation
* PipeControlPoint rotate flag
* InlineComponent get/set RotationAngle methods
* Gate Valve inline component for testing the feature
gitlab #13
Change-Id: I2a1fb87a5de312d2870189b0e81791feeec1f652
Marko Luukkainen [Tue, 16 Jul 2019 16:07:54 +0000 (19:07 +0300)]
Support for fillets and chamfers
gitlab #9
Change-Id: I69c0ec1c538d9eb2dfa83c8f88bf6a0faa881fb8
Marko Luukkainen [Tue, 16 Jul 2019 12:28:11 +0000 (15:28 +0300)]
Turn component calculation with offset vector fixed
gitlab #12
Change-Id: Iac7b2676a2f189db135f81fe24420912f994bf9b
Marko Luukkainen [Tue, 16 Jul 2019 10:50:28 +0000 (13:50 +0300)]
Added support for eccentric reducers
* Various fixes to PipingRules
* At the moment, offset calculation is hard-coded. (Introduced component
calculated offset, but that has not been tested)
* AddComponentAction is able to place components in proper location
after reducer
* Reducer uses custom mesh
gitlab #12
gitlab #10
Change-Id: I62fdd4df5acc9e8e02823d36b738b48f70f56ac4
Marko Luukkainen [Tue, 16 Jul 2019 10:39:34 +0000 (13:39 +0300)]
Changed Check Valve to point flow (pipeline definition) direction
gitlab #11
Change-Id: I018782d579a0a5159dd1e412860fe461a2503ce1
Marko Luukkainen [Mon, 15 Jul 2019 13:28:38 +0000 (16:28 +0300)]
Created Mesh API for Plant3D objects
* Replaced OCCT-based geometries for Straight and Elbow.
* MeshActor is able to bypass mesh normals to VTK
gitlab #10
Change-Id: Ib201d29802921df35a5fa88da922e8265b54df7c
Marko Luukkainen [Fri, 12 Jul 2019 12:34:39 +0000 (15:34 +0300)]
Fix PNG loading
* Added vtkIOImage to native libraries
gitlab #2
Change-Id: I80e7133eeacee4d260985afca6a8a80a52087d2f
Marko Luukkainen [Fri, 5 Jul 2019 14:17:19 +0000 (17:17 +0300)]
Updated OpenCASCADE to 7.3.0
There are some unresolved issues with:
* Handle_Geom_Geometry casting (added untested downcast() methods)
* Handle_StepData_StepModel cannot be found (disabled STEP export)
Tested the change with Plant3D and CSG. HorizontalTank geometry required
some changes.
Change-Id: I3fd4038572e9d63e2fa0f85000a8c050add9cfe1
Marko Luukkainen [Thu, 4 Jul 2019 15:13:41 +0000 (18:13 +0300)]
Create vtkPolyData without MeshActor instance
gitlab #8
Change-Id: I3b8d7fa1d56d134a7cbbf4b71cf5543340999fd6
Marko Luukkainen [Thu, 4 Jul 2019 15:09:53 +0000 (18:09 +0300)]
Support for capped tube
Also, added possibility to change length wise resolution of ArcCylinder
gitlab #7
Change-Id: I61600b0d07dda44ac9a692138927116cf491af1f
Marko Luukkainen [Mon, 27 May 2019 16:23:51 +0000 (19:23 +0300)]
Projection matrices following OpenGL spec
gitlab #6
Change-Id: Ia2fe79cb6beaeba65e51de1c5830427533441aed
Marko Luukkainen [Mon, 27 May 2019 07:54:40 +0000 (10:54 +0300)]
Adjustments to picking and camera orientation on focus command
gitlab #5
Change-Id: If199287d5ef83f5d1ad410c8175cc4af67b1e50a
Marko Luukkainen [Mon, 27 May 2019 07:51:19 +0000 (10:51 +0300)]
Add split point actor to deletables to prevent memory leak
gitlab #4
Change-Id: I17c5a5286874eb7cad7fb24a77607f0f5da32c15
Marko Luukkainen [Mon, 13 May 2019 12:06:48 +0000 (15:06 +0300)]
Revised native library loading for VTK
gitlab #2
Change-Id: If910a60f83ae69d3df81575262a69ac7ce2791c8
Marko Luukkainen [Mon, 13 May 2019 12:06:02 +0000 (15:06 +0300)]
VTK.Rendering plug-in + win64 fragment
VTK.Rendering allows SWT-based VTK view, without AWT tread.
gitlab #2
Change-Id: Ida8a60eb56c012ea96be874888d0e72559e76204
Marko Luukkainen [Mon, 6 May 2019 10:48:39 +0000 (13:48 +0300)]
Refactoring small features to common classes
ContextMenuListener - hook awt mouse event for context menu
AxesDisplay - Axes widget to lower left corner of the 3d view
gitlab #3
Change-Id: I8c92f8debfa958f0fc0103d66e37b79e05d81d17
Marko Luukkainen [Mon, 6 May 2019 10:16:16 +0000 (13:16 +0300)]
vtk 8.2.0 API changes
gitlab #2
Change-Id: Ie4041b690cae32cd4f0615233cf03edc013282fc
Marko Luukkainen [Mon, 6 May 2019 10:10:13 +0000 (13:10 +0300)]
vtk 8.2.0
gitlab #2
Change-Id: Id7553b80dfcc12dc2a81b0d05d17ae9f13bb3b7f
Marko Luukkainen [Mon, 6 May 2019 09:53:14 +0000 (12:53 +0300)]
Remove vtk 5.8
gitlab #2
Change-Id: Ia80292b929a50038dddfb590e20b36a88d8bfcc9
Marko Luukkainen [Mon, 8 Apr 2019 15:48:28 +0000 (18:48 +0300)]
Mesh API to use Tuple3d instead of Vector3d
Added ArcCylinder for creating cylinder shapes bend on an arc of circle
Change-Id: I09713df59e7cbf0d6805f055a039af46d57934d6
Marko Luukkainen [Thu, 4 Apr 2019 13:38:03 +0000 (16:38 +0300)]
Gitignores
Change-Id: Ib9ae67ebaf10777693b45c8e0b1be9ea157914cb
Marko Luukkainen [Thu, 4 Apr 2019 13:37:43 +0000 (16:37 +0300)]
Some api and build changes
Change-Id: I85b1ffae0255398050dd45d847fe03e26828972c
Marko Luukkainen [Thu, 4 Apr 2019 13:00:40 +0000 (13:00 +0000)]
Merge "Publish Plant3D feature"
Marko Luukkainen [Thu, 4 Apr 2019 12:55:24 +0000 (15:55 +0300)]
Publish Plant3D feature
Change-Id: If41206e5e25a27b027e4fb260d9ed43b1cbdf951
Tuukka Lehtonen [Fri, 7 Dec 2018 11:31:48 +0000 (13:31 +0200)]
Changed SimanticsUI use to Simantics
gitlab #1
(cherry picked from commit
cda637e8caba5a58f2cc5ec0a435070f628fb2fb )
Tuukka Lehtonen [Thu, 14 Jun 2018 11:43:41 +0000 (14:43 +0300)]
Added LICENSE
Tuukka Lehtonen [Wed, 14 Feb 2018 22:36:53 +0000 (00:36 +0200)]
Included old javax.vecmath 1.5.2 to org.simantics.g3d.feature
The library is used as is without modifications under the
terms of the "CLASSPATH" EXCEPTION TO THE GPL so it is OK
to include it here in this otherwise EPL'ed software.
Tuukka Lehtonen [Fri, 29 Sep 2017 19:01:38 +0000 (22:01 +0300)]
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
Import all the pieces in the repository to keep everything needed for building
in one place for now.
Removed excluded-from-build objmap code from org.simantics.g3d which
failed to compile with Tycho and is no longer needed anyway.
For now I We might want to consider throwing windows 32-bit support out of the window.
Tuukka Lehtonen [Fri, 29 Sep 2017 12:56:21 +0000 (15:56 +0300)]
Replaced dependency on gnu.trove2 with gnu.trove3.
Tuukka Lehtonen [Fri, 29 Sep 2017 11:33:15 +0000 (14:33 +0300)]
Stub of a Tycho build for G3D feature.
Still need to get the dependencies in here or
into another git repository for building them
as well. Also, the code needs to be rid org
javax.vecmath.
Marko Luukkainen [Tue, 18 Apr 2017 10:46:51 +0000 (13:46 +0300)]
Adding exact INode type as generic parameter to NodeMap interface
fixes #7143
Change-Id: Ieaca3070bf9c27bfbbb2252f7e7e1a99c3aee846
luukkainen [Thu, 8 Dec 2016 14:52:18 +0000 (14:52 +0000)]
Recomplied G3D ontologies and updated AnntotatedPropertyTabContrubutor
refs #6862
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@33408
ac1ea38d -2e2b-0410-8846-
a27921b304fc
jsimomaa [Wed, 24 Aug 2016 12:19:16 +0000 (12:19 +0000)]
refs #6656
Use InvocationTargetException.getCause() in cases where a new exception is constructed to be thrown
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@33144
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Wed, 23 Mar 2016 10:53:42 +0000 (10:53 +0000)]
Merged branches/simantics-1.22 r32605 to trunk on 2016-03-23 from 1.22.0 release.
refs #6393
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@32606
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 18 Mar 2016 13:47:16 +0000 (13:47 +0000)]
Merged branches/simantics-1.22 r32594 to trunk on 2016-03-18 from 1.22.0 release.
refs #6384
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@32596
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Sat, 9 Jan 2016 13:09:21 +0000 (13:09 +0000)]
Switched all Simantics plug-ins to require JavaSE-1.8 and to be compiled as 1.8 code.
At the same time, fixed any non-compiling pieces of code that resulted from the switch.
refs #6240
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@32238
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 1 Jan 2016 16:40:36 +0000 (16:40 +0000)]
Reintegrated remaining changes from branches/e4 to trunk on 2016-01-01 for Simantics 1.21.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@32195
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 1 Jan 2016 13:16:22 +0000 (13:16 +0000)]
Merged trunk@r32150:32189 to branches/e4 on 2016-01-01 for e4 branch.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@32192
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Wed, 23 Dec 2015 09:23:46 +0000 (09:23 +0000)]
Merged trunk@r32097:32150 to branches/e4 on 2015-12-23 for e4 branch.
refs #6221
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@32153
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 10 Dec 2015 15:27:12 +0000 (15:27 +0000)]
Merged trunk@r32088:32097 to branches/e4 on 2015-12-10 for e4 branch.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@32098
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 3 Dec 2015 14:02:13 +0000 (14:02 +0000)]
Merged trunk@r31921:32088 to branches/e4 on 2015-12-03 for e4 branch.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@32089
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 11 Nov 2015 10:35:40 +0000 (10:35 +0000)]
Pass OCCT triangulation errors
fixes #6141
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@32035
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Sat, 31 Oct 2015 13:42:45 +0000 (13:42 +0000)]
Merged trunk r31793:31921 to branches/e4.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@31923
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 28 Oct 2015 12:23:19 +0000 (12:23 +0000)]
fixes #6054
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@31881
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Thu, 8 Oct 2015 12:51:39 +0000 (12:51 +0000)]
Merged trunk@r31687 - r31793 to branches/e4 on 2015-10-08 for e4 release.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@31795
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Mon, 14 Sep 2015 08:33:13 +0000 (08:33 +0000)]
Merged range r31619-31687 from all simantics module trunks to e4 branches.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@31688
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 21 Aug 2015 12:23:12 +0000 (12:23 +0000)]
Simantics e4 branch started from trunk@r31618 to branches/e4 on 2015-08-21.
refs #3537
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/e4@31620
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 3 Jan 2014 09:03:11 +0000 (09:03 +0000)]
Fixed/ignored unnecessary warnings.
refs #3552
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@28588
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 4 Dec 2013 06:18:08 +0000 (06:18 +0000)]
OrderedSet support (graph mappings)
Code cleanup.
fixes #4578
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@28462
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Tue, 24 Sep 2013 12:47:29 +0000 (12:47 +0000)]
Java object to ordered set mapping
fixes #4439
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27883
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 5 Jul 2013 11:13:28 +0000 (11:13 +0000)]
Copyrights
refs #4378
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27694
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 5 Jul 2013 11:10:43 +0000 (11:10 +0000)]
Alpha-version of jME-bindings for g3d.
refs #4378
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27693
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 5 Jul 2013 11:09:48 +0000 (11:09 +0000)]
Share project "org.simantics.opencascade.jme" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.g3d.jme" into "https://www.simantics.org/svn/simantics"
refs #4378
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27692
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 5 Jul 2013 10:47:22 +0000 (10:47 +0000)]
Copyrights
refs #4378
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27690
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 5 Jul 2013 10:39:33 +0000 (10:39 +0000)]
3D framework (Simca 2012)
refs #4378
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27689
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 5 Jul 2013 10:37:36 +0000 (10:37 +0000)]
Share project "org.simantics.g3d.csg.ontology" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.opencascade" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.opencascade.vtk" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.g3d.ontology" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.objmap2" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.g3d.vtk" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.g3d" into "https://www.simantics.org/svn/simantics"
Share project "org.simantics.g3d.csg" into "https://www.simantics.org/svn/simantics"
refs #4378
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27688
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 5 Jul 2013 10:28:57 +0000 (10:28 +0000)]
Removing ancient 3d framework
refs #4378
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27687
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:25:09 +0000 (10:25 +0000)]
Naming fixes.
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22287
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:14:16 +0000 (10:14 +0000)]
Renaming plug-ins.
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22285
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:05:47 +0000 (10:05 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22284
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:05:35 +0000 (10:05 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22283
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:05:28 +0000 (10:05 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22282
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:05:24 +0000 (10:05 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22281
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:05:18 +0000 (10:05 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22280
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 10:05:10 +0000 (10:05 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22279
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 08:19:50 +0000 (08:19 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22274
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 16 Sep 2011 07:36:26 +0000 (07:36 +0000)]
New 3d/trunk from branches/dev
git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@22266
ac1ea38d -2e2b-0410-8846-
a27921b304fc
lehtonen [Fri, 6 Mar 2009 00:49:13 +0000 (00:49 +0000)]
Set copyright texts for java files in the latest development branches.
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@9788
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 13 Feb 2009 12:59:18 +0000 (12:59 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@9355
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 13 Feb 2009 12:59:16 +0000 (12:59 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@9354
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 13 Feb 2009 08:59:40 +0000 (08:59 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@9343
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 13 Feb 2009 08:59:38 +0000 (08:59 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@9342
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Thu, 22 Jan 2009 16:12:03 +0000 (16:12 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8819
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Thu, 22 Jan 2009 15:28:17 +0000 (15:28 +0000)]
You really shouldn't copy paste code
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8811
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Thu, 22 Jan 2009 15:27:54 +0000 (15:27 +0000)]
Selection events coming from other editors/views should be fixed.
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8810
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Thu, 22 Jan 2009 15:27:52 +0000 (15:27 +0000)]
Selection events coming from other editors/views should be fixed.
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8809
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Thu, 22 Jan 2009 14:30:00 +0000 (14:30 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8803
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Tue, 20 Jan 2009 16:18:57 +0000 (16:18 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8724
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Tue, 20 Jan 2009 15:44:28 +0000 (15:44 +0000)]
3D augmentation should work correctly (still contains some experimental constants in projection calculations)
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8723
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 19 Jan 2009 12:37:41 +0000 (12:37 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8680
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 19 Jan 2009 11:04:43 +0000 (11:04 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8676
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 19 Jan 2009 09:36:34 +0000 (09:36 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8675
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Tue, 13 Jan 2009 13:34:59 +0000 (13:34 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8613
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 12 Jan 2009 11:15:23 +0000 (11:15 +0000)]
Replaced deprecated ExtensionLoader
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8583
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Thu, 8 Jan 2009 14:57:16 +0000 (14:57 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8536
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Thu, 8 Jan 2009 14:57:15 +0000 (14:57 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@8535
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Tue, 25 Nov 2008 08:24:39 +0000 (08:24 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7969
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 10 Nov 2008 15:11:18 +0000 (15:11 +0000)]
Moved animation stubs for g2d.stubs to animation plug-in
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7608
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 10 Nov 2008 15:11:16 +0000 (15:11 +0000)]
Moved animation stubs for g2d.stubs to animation plug-in
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7607
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 10 Nov 2008 15:11:13 +0000 (15:11 +0000)]
Moved animation stubs for g2d.stubs to animation plug-in
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7606
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Mon, 10 Nov 2008 15:11:11 +0000 (15:11 +0000)]
Moved animation stubs for g2d.stubs to animation plug-in
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7605
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 5 Nov 2008 06:57:58 +0000 (06:57 +0000)]
fixed plug-in ID
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7504
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Fri, 31 Oct 2008 13:30:32 +0000 (13:30 +0000)]
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7434
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 29 Oct 2008 10:38:11 +0000 (10:38 +0000)]
ErrorLogger moved (integration)
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7353
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 29 Oct 2008 10:38:10 +0000 (10:38 +0000)]
ErrorLogger moved (integration)
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7352
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 29 Oct 2008 10:38:07 +0000 (10:38 +0000)]
ErrorLogger moved (integration)
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7351
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 29 Oct 2008 10:38:04 +0000 (10:38 +0000)]
ErrorLogger moved (integration)
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7350
ac1ea38d -2e2b-0410-8846-
a27921b304fc
luukkainen [Wed, 29 Oct 2008 10:35:24 +0000 (10:35 +0000)]
Switched to xxx_ontologies
git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7348
ac1ea38d -2e2b-0410-8846-
a27921b304fc