Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28Merging of old PDB importer/exporter into new ‘Atomic Blender PDB/XYZ’ ↵Clemens Barth
importer. T62804 Comments ======== The ‘old’ PDB addon was deleted because of the fusion of the 3 atomic blender addons from Blender 2.79: 1. PDB (I/O addon for .pdb files, was in trunk before) 2. XYZ (I/O addon for .xyz files, was in contrib before) 3. Utilities (panel for modifying atomic structures, was in contrib before), into one single addon called ‘Atomic Blender PDB/XYZ’, which I commit here, too.
2019-03-211. Fix: rotation of the camera around its own axisClemens Barth
2. Add: some properties of the ligth source are set for cycles
2019-03-19Fix: correct name in element list: 'Platinium' -> 'Platinum'Clemens Barth
Amazing, that I haven't found this spelling mistake before, and I deal with nanoparticles made from platinum in my research, already for many years!
2019-03-18Change of concept: representative objects (atoms: balls, sticks: cylinders & ↵Clemens Barth
cups) of a duplivert structure are hidden in the view_port I'm very happy about the new concepts of Blender 2.80! This is yet another example. These representative objects of a duplivert structure can now be invisible. Their presence in a, e.g., 3D view has no meaning. They are anyway reproduced at the mesh and are visible at the vertices of the mesh. Cool thing!
2019-03-18Fix: The atom_info.dat was updated. The colors of the atoms contain now the ↵Clemens Barth
4th 'alp' entry.
2019-03-17Code cleaning: removing unimportant codeClemens Barth
2019-03-17Fix: (a) matrix @ vector product, (b) exclude sticks conditionClemens Barth
2019-03-17Concept change: massive use of the collection principle to well structure ↵Clemens Barth
atoms and sticks of the molecule Thanks to the great concept of 'collections', which Blender 2.80 is proposing, all parts of the molecule (atoms and sticks) can be organized in an hierarchical order in dependence on the chemical elements. Atoms (balls) are further separated from sticks (cylinders). For some molecules, I tested all possible properties one can chose during the import, and it works very well.
2019-03-16Cosmetics: some small changes ... .Clemens Barth
2019-03-16Fix: i) a vector product was fixed. ii) name convention for sticks was changedClemens Barth
ii) The sticks are composed of the dupliverts mesh, a cylinder and disks, which are the cups. All names start with the element name (e.g., hydrogen).
2019-03-16Fix: the 'CONECT' identifier has been corrected.Clemens Barth
On October 19th 2018, the 'CONECT' identifier was changed to 'CONNECT'. This is wrong because in a PDB file a stick is identified as 'CONECT'. I recognized that this morning and could not load any sticks. I have put a note into the code. Please leave it as is! There are still some errors afterwards, which I will solve later on.
2019-03-16Concept change for dupliverts (atomic structures): the way of naming a ↵Clemens Barth
duplivert (mesh and obj) has been changed. Problem: because of changes that were made with respect to instancing (see https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Scene_and_Object_API) the mesh and object appear on the 'same level' in the outliner. Finding the mesh and object was not easy because of the old 'name convention' in 2.79. Now, the names of mesh and object both start with the element name (e.g., hydrogen) + an identifier of their nature ("_mesh" and "ball"). The then appear one after the other in the outliner ... .
2019-03-15Cleanup -> acknowledgements: full names, if available, are now mentionedClemens Barth
2019-03-15Fix: issues with the camera and light sourceClemens Barth
For instance, the old 'RAY_SHADOW' thing of the light source was removed and the 90° camera rotation is now deactivated. I need to see how one can rotate the camera around its own axis ... .
2019-03-15Renaming classes as documented here: ↵Clemens Barth
https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Addons
2019-03-15Some cosmetics ...Clemens Barth
2019-03-15First rough changes such that the addon can be at least started in Blender 2.8.Clemens Barth
Much more works needs to be done the next days.
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-09-07Merge branch 'master' into blender2.8Campbell Barton
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-08-29Python / Cleanup: rename INFO_MT to TOPBAR_MT to reflect actual location.Brecht Van Lommel
2018-07-06Update for renaming lamp to light.Brecht Van Lommel
2017-03-19Cleanup: trailing spaceCampbell Barton
2016-05-01Cleanup: tabs to spacesCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-03-05Cleanup: typosCampbell Barton
2014-08-20some version updateClemens Barth
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-05-17remove '.' from descriptionsCampbell Barton
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2013-06-13Importing a PDB structure where the atoms are shown as mesh balls created anClemens Barth
error. This bug was fixed. Blendphys.
2013-04-041. After importing a structure, the sticks were not selected: fixedClemens Barth
2. Small cleanups of the code 3. New feature: The sticks can be represented as entire cylinders. One can choose either single cylinders, which are parented to an empty, or one single mesh object including all sticks. This feature is quite suitable for structures, which count more than 1000 sticks. When the sticks are represented by one single mesh object the handling in the 3D scene is much faster. Note that the layout of the preferences in the file dialog had to be also changed since there are more options for sticks now. Blendphys.
2013-03-22The new feature: the sticks represented by a skin and subdivision modifierClemens Barth
do also have a material now. - I simply forgot that to include. Blendphys.
2013-03-22Code cleanup: the code in the main function for drawing the sticks has Clemens Barth
been removed and put into a separate function. Blendphys.
2013-03-22Code cleanup: the code in the main function for drawing the atoms (balls) has Clemens Barth
been removed and put into a separate function. Blendphys.
2013-03-22Code cleanup: the code in the main function for inserting a camera and light Clemens Barth
source into the 3D scene has been removed and put into a separate function. Blendphys.
2013-03-22New feature: Somebody asked me to make use of the skin and subdivision modifier Clemens Barth
in Blender, which both can be used to draw the sticks. This is what I have done and implemented. The code has become a bit 'unreadable' there will be after some other commitments including some code cleanups. Blendphys.
2013-01-16Quite annoying: When importing an atomic structure with sticks, the sticksClemens Barth
were not automatically smoothened. I changed the default value from False to True. Blendphys.
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-11-14use alternate syntax to clear listsCampbell Barton
2012-11-101. New: NURBS, mesh and meta balls can now be chosen as atoms.Clemens Barth
I also updated the Wiki page. 2. There was a small mistake introduced by the last commits. This has been fixed. 3. Code cleaning Blendphys
2012-11-10As in the case of the XYZ IE, names of classes and functions were changed,Clemens Barth
according to the "Style Guide for Python Code" (http://www.python.org/dev/peps/pep-0008/) and the recent review (http://codereview.appspot.com/6815052). Some slight changes were done, too. Extensive tests have shown that the code is still well working. Blendphys
2012-11-04Also here: rotation of camera fixed.Clemens Barth
Blendphys