3d View: Simple Align #22389

Closed
opened 2010-05-21 20:15:54 +02:00 by Gabriel Beaudin · 32 comments

Project: Blender Extensions
Tracker: Py Scripts Contrib
Python: 3.2
Blender: 2.61
Author(s): Gabriel Beaudin (gabhead)
Script name: 3D View: Simple Align
Wiki page: http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Align_tools
Category: 3D View
SVN Download: https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/space_view3d_simple_align.py
Status: Open

%%%Add align tools to the 3d_view toolBar(at left).
All selected objects are align to the active object.
%%%

**Project**: Blender Extensions **Tracker**: Py Scripts Contrib **Python**: 3.2 **Blender**: 2.61 **Author(s)**: Gabriel Beaudin (gabhead) **Script name**: 3D View: Simple Align **Wiki page**: http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Align_tools **Category**: 3D View **SVN Download**: https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/space_view3d_simple_align.py **Status**: Open %%%Add align tools to the 3d_view toolBar(at left). All selected objects are align to the active object. %%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'

This task was automatically closed as archived as part of migration, because it was determined to be no longer active.

The authoritative list of addons is on the wiki, we no longer have a report for each addon to track bugs and updates. Bugs can be reported individually and assigned to the addon developers. See the #Addons project page for more information on the workflow.

This task was automatically closed as archived as part of migration, because it was determined to be no longer active. The authoritative list of addons is on the wiki, we no longer have a report for each addon to track bugs and updates. Bugs can be reported individually and assigned to the addon developers. See the #Addons project page for more information on the workflow.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Member

%%%moved this handy tool to release.%%%

%%%moved this handy tool to release.%%%
Author
Member

%%%*Fixed a bug with the scales operators.

I was trying to chance "S"cale propretie while the actual propretie is "s"cale. ^_^

  • Next version will support the Edit mode.

%%%

%%%*Fixed a bug with the scales operators. I was trying to chance "S"cale propretie while the actual propretie is "s"cale. ^_^ - Next version will support the Edit mode. %%%
Author
Member

%%%*Changed the code to have only on operator.
*Changed Buttons for checkboxs.

This version don't support edit mode yet.

%%%

%%%*Changed the code to have only on operator. *Changed Buttons for checkboxs. This version don't support edit mode yet. %%%
Author
Member

%%%*BugFix%%%

%%%*BugFix%%%
Author
Member

%%%*BugFix%%%

%%%*BugFix%%%
Author
Member

%%%v0.8

  • can now align to center,min.max or origin
  • new ui
    todo:
    support edit mode
    support parenting
    support pose mode%%%
%%%v0.8 - can now align to center,min.max or origin - new ui todo: support edit mode support parenting support pose mode%%%
Author
Member

%%%v.0.9

  • BugFix with the center option
    %%%
%%%v.0.9 - BugFix with the center option %%%
Author
Member

%%%v0.10

  • Fit the new Python Api
  • matrix were changed to matrix_world%%%
%%%v0.10 - Fit the new Python Api - matrix were changed to matrix_world%%%
Author
Member

%%%I uploaded the pyc file last time...sorry.
%%%

%%%I uploaded the pyc file last time...sorry. %%%
Author
Member

%%%V 0.10%%%

%%%V 0.10%%%
Author
Member

%%%V0.11

  • Fixed to fit the 2.54 new Api

%%%

%%%V0.11 - Fixed to fit the 2.54 new Api %%%
Author
Member

%%%BugFix:

  • there was a reference to a variable that was missing in v0.11
    %%%
%%%BugFix: - there was a reference to a variable that was missing in v0.11 %%%
Author
Member

%%%V0.13
BugFix

  • Check before access to activeObject.It is possible to select multiple objects and have no active object.%%%
%%%V0.13 BugFix - Check before access to activeObject.It is possible to select multiple objects and have no active object.%%%
Member

%%%hi, sorry about the mismatched version in trunk.
could you please download the script from svn first
https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/space_view3d_align_tools.py
then if you could apply all your changes the script will be up to date & I'll add to trunk.
if you can get onto irc freenode #blenderpython, I can help with preventing this version mismatch in the future.
Thanks.%%%

%%%hi, sorry about the mismatched version in trunk. could you please download the script from svn first https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/space_view3d_align_tools.py then if you could apply all your changes the script will be up to date & I'll add to trunk. if you can get onto irc freenode #blenderpython, I can help with preventing this version mismatch in the future. Thanks.%%%
Author
Member

%%%
tested on api: 32121
svnrev:1083%%%

%%% tested on api: 32121 svnrev:1083%%%
Member

%%%hi,
the script I have is the current working version. rev 32121
Any additions should be made to this file,
the code has been cleaned up & fixed for api changes.
please add extra buttons & functions using the methods in this version before any changes to our svn.
Thanks.%%%

%%%hi, the script I have is the current working version. rev 32121 Any additions should be made to this file, the code has been cleaned up & fixed for api changes. please add extra buttons & functions using the methods in this version before any changes to our svn. Thanks.%%%
Member

%%%working revision update
rev: 32411%%%

%%%working revision update rev: 32411%%%

%%%assigning to gabriel%%%

%%%assigning to gabriel%%%
Member

%%%Hi!
Since your script is now in bf-extensions' svn (contrib|trunk) we have deleted the current attachments to avoid that end-users could reach this page and get the wrong version of your script.
Note that your script may have api changes or small maintenence changes applied in SVN.
Please retrieve your script from SVN before updating SVN to avoid mis-versioned scripts.
Thanks!
%%%

%%%Hi! Since your script is now in bf-extensions\' svn (contrib|trunk) we have deleted the current attachments to avoid that end-users could reach this page and get the wrong version of your script. Note that your script may have api changes or small maintenence changes applied in SVN. Please retrieve your script from SVN before updating SVN to avoid mis-versioned scripts. Thanks! %%%
Member

%%%Moving "Align Tools" addon from trunk to contrib. This addon is conflicting with the inbuilt Align Objects operator (register name conflict). Furthermore This is not an alignment tool, it's a copy transformation tool so I'd suggest to rename it. Also link to tracker in the addon is wrong%%%

%%%Moving "Align Tools" addon from trunk to contrib. This addon is conflicting with the inbuilt Align Objects operator (register name conflict). Furthermore This is not an alignment tool, it's a copy transformation tool so I'd suggest to rename it. Also link to tracker in the addon is wrong%%%
Member

%%%Moved from Py Scripts Release to Py Scripts Contrib%%%

%%%Moved from Py Scripts Release to Py Scripts Contrib%%%
Member

%%%moved tracker page to contrib%%%

%%%moved tracker page to contrib%%%

%%%I agree with Daniel Salazar. It would be better to rename the script.

When I copy rotation or scaling with the script buttons and then, use an operator (without deselecting like adding a sphere) and change a setting in last operator panel : previous action of the script is cancelled.
%%%

%%%I agree with Daniel Salazar. It would be better to rename the script. When I copy rotation or scaling with the script buttons and then, use an operator (without deselecting like adding a sphere) and change a setting in last operator panel : previous action of the script is cancelled. %%%
Member

%%%rename to simple align, updated in svn
thanks & sorry for the delay.%%%

%%%rename to simple align, updated in svn thanks & sorry for the delay.%%%
Member

%%%Hi,
Due to changes to the api including the merging of bmesh, several addons are outdated.
Please, if you are the author of an addon check your script with blender revision 44256 or newer.
That is builds made After blender 2.62 official release.
I would ask that updates be made to your addon before the Blender 2.63 release.
6-8 weeks away.
This allows time for the api to become more exposed & bmesh to stablize furthur.
If you need help, drop into irc freenode #blenderpython or #blendercoders & feel welcome to ask questions.
At the time of 2.63 release, scripts that are not repaired or in active developement will have their tracker page marked "Closed"
this will not affect your links to the tracker, similar to closing scripts in 2.49b, the page will be still availible & can be re-opened.

Thanks for your understanding & patience during these Exciting Times.
Brendon.%%%

%%%Hi, Due to changes to the api including the merging of bmesh, several addons are outdated. Please, if you are the author of an addon check your script with blender revision 44256 or newer. That is builds made After blender 2.62 official release. I would ask that updates be made to your addon before the Blender 2.63 release. 6-8 weeks away. This allows time for the api to become more exposed & bmesh to stablize furthur. If you need help, drop into irc freenode #blenderpython or #blendercoders & feel welcome to ask questions. At the time of 2.63 release, scripts that are not repaired or in active developement will have their tracker page marked "Closed" this will not affect your links to the tracker, similar to closing scripts in 2.49b, the page will be still availible & can be re-opened. Thanks for your understanding & patience during these Exciting Times. Brendon.%%%

Added subscriber: @FilipMond

Added subscriber: @FilipMond

just to be sure … wiki says script is version "0.11", but what I see at script it's verson "0.1".
Maybe only one number extra on wiki?

Reason why I'm asking is differences on UI on wiki and in blender.
(left wiki, right blender)

align-version.gif

Right image seems like last version.
On left image it seems like script was able align not only origins?

just to be sure … wiki says script is version "0.11", but what I see at script it's verson "0.1". Maybe only one number extra on wiki? Reason why I'm asking is differences on UI on wiki and in blender. (left wiki, right blender) ![align-version.gif](https://archive.blender.org/developer/F209019/align-version.gif) Right image seems like last version. On left image it seems like script was able align not only origins?

Added subscriber: @jacky3horn

Added subscriber: @jacky3horn

Hi is it possible to deactivate the mouse crosshair ruler but let the upper ruler (yellow ) sustain..?!
that woulld be great ..
best regrd Sebastian R.

Hi is it possible to deactivate the mouse crosshair ruler but let the upper ruler (yellow ) sustain..?! that woulld be great .. best regrd Sebastian R.
Sign in to join this conversation.
No Milestone
No project
No Assignees
8 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#22389
No description provided.