V4 beta Nov-18-2017 available now
 1  …  62-81  82-101  102-121  122-137

Previous
Next
 From:  Finema
8682.102 In reply to 8682.100 
Hi Vladimir,
I can't reproduce it on Mac. it's work fine.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
8682.103 In reply to 8682.100 
@ Vladimir
You have an easy version of this headache!
It's not fair to give solution! :)

Here mine! :)

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8682.104 In reply to 8682.100 
Hi Vladimir, thanks for reporting this bug and posting the crash report and image files, that helps a lot for tracking down the bug!

It looks like the crash has to do with MoI v4 not handling lower color depth images properly. I should be able to fix it but for the moment you can get these images to work ok in the current v4 beta by converting them to 24-bit images, currently they are 8-bit images. I've attached converted versions here that you should be able to use until the next beta release. Be careful to not download the thumbnail image from the attachment, you need to use something like "Save link as..." if you right-click on the thumbnail, if you just use "Save image as" it will probably download the small thumbnail instead of the full size image.

Thanks, - Michael
Image Attachments:
Size: 75.3 KB, Downloaded: 37 times, Dimensions: 1000x680px
Size: 110.8 KB, Downloaded: 34 times, Dimensions: 690x1000px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
8682.105 In reply to 8682.102 
Hi Finema.
Only these files result in an error. Maybe the files are bad. Crash has created a report that can be useful for Michael. Thanks for checking.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8682.106 In reply to 8682.105 
Hi Vladimir, the images are not bad but they are a little unusual because they're stored at a lower color depth. It's that low color depth that MoI v4 isn't handling properly yet. I attached some replacement images above which should work ok until the next beta. The crash report is very useful, thank you for posting it and the images.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
8682.107 In reply to 8682.104 
Thank you Michael for the detailed answer, help and your wonderful program.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  bemfarmer
8682.108 
The SpurGearProfile script is faulty.
- B
I have nearly the same code in LogSpiral script, which works fine.

SpurGear may have a misplaced
code:
 </div> 
near the end of the .htm file?

EDITED: 25 Nov 2017 by BEMFARMER

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
8682.109 In reply to 8682.106 
Hi Michael,

it seems that openFileStream / writeLine / readLine functions are using Western codepage instead of UTF8. Mac version only.
I attached a nod-file with russian characters. Nodeeditor can't read this file properly.

EDITED: 7 Mar 2022 by SMIRNOV

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8682.110 In reply to 8682.109 
Hi Max,

> it seems that openFileStream / writeLine / readLine functions are using Western codepage
> instead of UTF8. Mac version only.
> I attached a nod-file with russian characters. Nodeeditor can't read this file properly.

For the next beta I've converted the internals of openFileStream to use the Qt text stream functions, it should provide better consistency in unicode support like be able to detect any encoding signature at the start of the text file and use UTF-8 by default.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
8682.111 In reply to 8682.110 
Hi Michael,

Thank you! Could we expect a binary read/write functions in v4? ;)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8682.112 In reply to 8682.111 
Hi Max, I'm not sure about that, there could be some complications like trying to send binary data back and forth using strings can run into problems with things like illegal character encoding sequences and 0 values being treated as end of string markers.

There is a new kind of "typed array" thing that's meant for working with binary data in JavaScript but the version of JavaScriptCore that MoI v4 is currently using doesn't seem to have it included in the JSC API yet. That might not be possible without updating to the latest QtWebKit which is unfortunately a highly time consuming job.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Unknown user
8682.113 
Hi Michael.

Paste does not work from the context menu of the mouse.
Video attached.

Vladimir.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8682.114 In reply to 8682.113 
Hi Vladimir,

> Paste does not work from the context menu of the mouse.
> Video attached.

Thanks for reporting it - I've put it on my list and I'll look into it next week. It won't be fixed yet for the very next coming beta since I want to release one soon, hopefully later today.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8682.115 In reply to 8682.81 
Hi Marc & Metin,

re:
> On thing I noticed is the 'live' aspect of extrude seems slower in the Mac version than Windows.

I can see this here too, thanks for reporting it. I've got it on my list now and I'll look into it next week, it won't be fixed for the very next beta quite yet.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
8682.116 
New version of CMorph by Max Smirnov
http://moi.maxsm.net/media/files/
V4 (Windows 10)

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
8682.117 
New version of NutsandBolts by Max Smirnov
http://moi.maxsm.net/media/files/
V4 (Windows 10)

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
8682.118 
New Cloth for V4 by Max Smirnov
(V4 Windows 10) (was fine in the V3 with old version :)

EDITED: 26 Nov 2017 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  bemfarmer
8682.119 
Hi Michael,

In the hope that the following will assist in bug hunting:-)

Besides the non-working SpurGearProfile script, the LogSkelion script, which permits selection of a center point, does not work.

Today I tried out the JacobianFunctionGraph script, which uses color (style) selection.
It gives a weird error,
ReferenceError: Can't find variable: font
Line 16, there is a {
g_style_index = 0;
} there.
(I removed the "curly brackets" { }, and it seems the g_style_index = 0 is the problem line.)


Also, Please note that the script JacobianFunctionGraph-copy does not load the copy, it loads the original, JacobianFunctionGraph, with Max's customUI.
Maybe it is a customUI problem. Wen the modified script was renamed JacobianFunctionGraphMOD, it loaded properly.
(I have "DisableFileCaching = y in MoI.ini.)

- Brian

EDITED: 26 Nov 2017 by BEMFARMER

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  bemfarmer
8682.120 
Just installed a Samsung 28", UHD 4K monitor, model UE510, 28."
The quality of the display is very nice.
- Brian
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8682.121 In reply to 8682.119 
Hi Brian, re: JacobianFunctionGraph not working, it looks like when an exception occurs in script from the .htm file the display of the lines of code with the >>> marker in it is not accurate, so disregard that part of the error message in this case and only pay attention to the top that says "ReferenceError: Can't find variable: font".

I looked around and it seems that this function in _JacobianFunctionGraph.htm file is were the error is at, I've marked the use of setting properties on font but there does not seem to be any such object. Looks like font will be 'undefined' an you can't assign properties to 'undefined'. Maybe exceptions in .htm file code in V3 were silently ignored or something like that which is why it's different there:

code:

		<script>
			function PopulateFonts( factory )
			{
				var FontList = factory.getFonts();
				
				for ( var i = 0; i < FontList.length; ++i )
				{
					var Option = document.createElement( 'option' );
					var FontName = FontList.item(i);
					Option.text = FontName;
					Option.value = FontName;
					
>>>>				font.add( Option, i );
				}
				
				var InitFont = 'Arial';
				try
				{
					var PrevFont = moi.command.getOption( 'Text.htmDefaultFont' );
					if ( PrevFont != '' )
						InitFont = PrevFont;
				}
				catch(e) { }
				
>>>>			font.value = InitFont;
				
				text.style.fontFamily = InitFont;
			}
			// Left out Initialize() and Shutdown() functions
		
		</script>		


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1  …  42-61  62-81  82-101  102-121  122-137