Final trueSpace7.61 Beta 8 Std Unofficial Update

User avatar
clintonman
Captain
Posts: 5430
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

Installed, no problems found.
Minor - default scene has inside out infinite lights. Same for Yafaray scene.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

Dang it! I guess that update you shared did not include ALL of the Infinite and Directional shape fixes.
Back to the drawing board. :cry:
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

trueBlue wrote: 31 Aug 2019, 19:26
clintonman wrote: 31 Aug 2019, 18:06 The Vertex Snap widget goes into /Widgets/Tools
The No Snap widget also goes into /Widgets/Tools
The Vertex Snap pref goes into /Preferences/Snapping
To be on the same page I reset the Vertex Snap button ID as I explained previously, just to be on the safe side.
Your RMB command shows multiple preference panels in the stack.
This command seems to work better:

Code: Select all

UserInterface.OpenToolPanelViewEx2WithFlag('', '','/Preferences/Snapping/Vertex Snap/Vertex Snap',3,1,0,2);
Really wish you could figure out the Tag Alias :mrgreen:
Also tried the shortcut keys and there seems to be no conflict with other Update shortcuts.
I did notice that "Use the selection as the source" did not work with the shortcut keys though.
User avatar
clintonman
Captain
Posts: 5430
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

trueBlue wrote: 01 Sep 2019, 13:46 ...
Your RMB command shows multiple preference panels in the stack.
This command seems to work better:

Code: Select all

UserInterface.OpenToolPanelViewEx2WithFlag('', '','/Preferences/Snapping/Vertex Snap/Vertex Snap',3,1,0,2);
Really wish you could figure out the Tag Alias :mrgreen:
Also tried the shortcut keys and there seems to be no conflict with other Update shortcuts.
I did notice that "Use the selection as the source" did not work with the shortcut keys though.
Don't know what you mean about the Tag Alias.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

clintonman wrote: 01 Sep 2019, 15:14
trueBlue wrote: 01 Sep 2019, 13:46 ...
Your RMB command shows multiple preference panels in the stack.
This command seems to work better:

Code: Select all

UserInterface.OpenToolPanelViewEx2WithFlag('', '','/Preferences/Snapping/Vertex Snap/Vertex Snap',3,1,0,2);
Really wish you could figure out the Tag Alias :mrgreen:
Also tried the shortcut keys and there seems to be no conflict with other Update shortcuts.
I did notice that "Use the selection as the source" did not work with the shortcut keys though.
Don't know what you mean about the Tag Alias.
Like other Workspace PE icons that are inoperable (grayed out) unless an object(s) are selected or in PE mode.
Capture.PNG
Capture.PNG (17.3 KiB) Viewed 3311 times
User avatar
clintonman
Captain
Posts: 5430
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

trueBlue wrote: 01 Sep 2019, 15:39
clintonman wrote: 01 Sep 2019, 15:14
trueBlue wrote: 01 Sep 2019, 13:46 ...
Your RMB command shows multiple preference panels in the stack.
This command seems to work better:

Code: Select all

UserInterface.OpenToolPanelViewEx2WithFlag('', '','/Preferences/Snapping/Vertex Snap/Vertex Snap',3,1,0,2);
Really wish you could figure out the Tag Alias :mrgreen:
Also tried the shortcut keys and there seems to be no conflict with other Update shortcuts.
I did notice that "Use the selection as the source" did not work with the shortcut keys though.
Don't know what you mean about the Tag Alias.
Like other Workspace PE icons that are inoperable (grayed out) unless an object(s) are selected or in PE mode.
Capture.PNG
Looks like you might be using the old button? To get the grayed out for a widget you have to open a widget with widget commands and point the tag alias to the widget. The polyh# is to limit highlight for when a mesh is selected.
Command should be.

Code: Select all

Widgets.ToggleWidget('{43ec2ce1-88d5-9696-84a6-ce04703bc7c0}','/Widgets/Tools/Vertex Snap','Default','','');
Tag should be:

Code: Select all

polyh#/Widgets/Tools/Vertex Snap
This is untested since I don't even know which of the many releases are installed on this computer at the moment.
Clinton Reese

http://clintons3d.com
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

clintonman wrote: 01 Sep 2019, 15:56
trueBlue wrote: 01 Sep 2019, 15:39
clintonman wrote: 01 Sep 2019, 15:14
Don't know what you mean about the Tag Alias.
Like other Workspace PE icons that are inoperable (grayed out) unless an object(s) are selected or in PE mode.
Capture.PNG
Looks like you might be using the old button? To get the grayed out for a widget you have to open a widget with widget commands and point the tag alias to the widget. The polyh# is to limit highlight for when a mesh is selected.
Command should be.

Code: Select all

Widgets.ToggleWidget('{43ec2ce1-88d5-9696-84a6-ce04703bc7c0}','/Widgets/Tools/Vertex Snap','Default','','');
Tag should be:

Code: Select all

polyh#/Widgets/Tools/Vertex Snap
This is untested since I don't even know which of the many releases are installed on this computer at the moment.
Nope I am using your last version.
Command

Code: Select all

Widgets.ToggleWidget('{43ec2ce1-88d5-9696-84a6-ce04703bc7c0}','/Widgets/Tools/Vertex Snap','Default','','');
Been struggling with the Tag Alias for awhile now.

Figured it out! Yeah! :D
It's a combination of two attributes:
AgentID

Code: Select all

{5B44AED2-C4BF-460B-A1D9-7C83F91B307A}
TagAlias

Code: Select all

polyh#/Widgets/Tools/Vertex Snap
Capture.PNG
Capture.PNG (15.02 KiB) Viewed 3309 times
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

New buttons:

Removed due to update
User avatar
trueBlue
Captain
Posts: 5214
Joined: 06 Jul 2009, 22:50
Type the number ten into the box: 10

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by trueBlue »

Vertex Snap
Respect Axis Lock

Definition?
Does this mean tS7's - XYZ locks?

When I select the keyboard key / shortcut
Results:
Capture.PNG
Capture.PNG (27.35 KiB) Viewed 3291 times
User avatar
clintonman
Captain
Posts: 5430
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: Final trueSpace7.61 Beta 8 Std Unofficial Update

Post by clintonman »

trueBlue wrote: 02 Sep 2019, 13:58 Vertex Snap
Respect Axis Lock

Definition?
Does this mean tS7's - XYZ locks?

When I select the keyboard key / shortcut
Results:
Capture.PNG
Yes, tS7 XYZ locks, so if you lock X and Y it will only move to match the Z value of the target.
Clinton Reese

http://clintons3d.com
Post Reply