Jump to content

[SOLVED] Bug with scaling button on the nodes panel


photo

Recommended Posts

Hi,

There is a bug when pressing the scaling button on the nodes panel (N) of the editor. I increase the scaling value up to 2 digits, it does not function correctly anymore. Can you verify this bug?

You can check the attached picture to see what I am describling. Pressing the button does not work when the value reaches 10.0

 

Thanks!

post-830-0-64145800-1369359440_thumb.jpg

Link to comment

 

Hi,

 

 

I'm afraid this is correct behavior. If you want to set scale more then 10 you can set it manually by editing the text fields.
 
Thanks!

 

Ok, so is there a way to set to allow scale more than 10 using the button.

Link to comment

is there a way to set to allow scale more than 10 using the button.

You can modify <SDK>\data\core\editor\editor_nodes.ui file and change default maximum limit of scale fields.

 

Please, found these strings:

  • Nodes::scale_sb[0]" export="1" min="0" max="100"
  • Nodes::scale_sb[1]" export="1" min="0" max="100"
  • Nodes::scale_sb[2]" export="1" min="0" max="100"
and replace max="100" to max="1000".

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment

You can modify <SDK>\data\core\editor\editor_nodes.ui file and change default maximum limit of scale fields.

 

Please, found these strings:

  • Nodes::scale_sb[0]" export="1" min="0" max="100"
  • Nodes::scale_sb[1]" export="1" min="0" max="100"
  • Nodes::scale_sb[2]" export="1" min="0" max="100"
and replace max="100" to max="1000".

 

Thanks!

 

ok, thanks

Link to comment
×
×
  • Create New...