ChaosGroup / blender_with_vray_additions

Blender with patches for V-Ray *.vrscene export
Other
29 stars 13 forks source link

'Remap Relative' affects name of UV in 'Image File' node #155

Closed kasperski95 closed 8 years ago

kasperski95 commented 8 years ago

How to reproduce the issue:

  1. Open Blender
  2. Add an object and create UV map
  3. Add a material
  4. Add an Image Node
  5. Choose UV for an Image Node
  6. Save the file

or

1 + 6 + 2 + 3 + 4 + 5 + Save in a different localization

issue

bdancer commented 8 years ago

Nice bug =) Will fix on Monday.

bdancer commented 8 years ago

Sorry for the delay, this issue is a bit trickier then I thought. Will try to fix asap.

kontrolermpl commented 8 years ago

I must add, that this happened too with auto save render. I have picked Output in Render panel with this parameters:

Path: //render/$F/ Filename: $F

When I save file in any place I get this:

Path: //render/$F/ Filename: //..\ ..\ ..\$F

And now Vray don't render. Maybe this bug is in every place when is some destination adres?

bdancer commented 8 years ago

Maybe this bug is in every place when is some destination adres?

This bug affects all string properties.

Fixed with https://github.com/bdancer/blender-for-vray/commit/b1cf519a62dc46929a3d9926ffd5daec1cc78f68. Builds are cooking...

kontrolermpl commented 8 years ago

It works very well, thank you!

kasperski95 commented 8 years ago

Thanks.