godot/scene
Daniel Rakos 6df53e0401 MeshLibrary export improvements
- From now materials assigned to the MeshInstance (not the Mesh) get exported
  into the MeshLibrary when such materials exist. This enables workflows where
  the MeshLibrary is exported from an imported scene (e.g. GLTF) where the
  materials assigned to the Mesh (not the MeshInstance) get overwritten on
  re-import, thus can't use editor set materials in the exported MeshLibrary
  unless they are assigned to the MeshInstance whose materials get saved with
  the inherited scene thus persist across re-imports.
- When appending to an existing MeshLibrary only generate previews for newly
  added or modified meshes.
- During preview generation transform camera and lights instead of the mesh
  and use the source MeshInstance's transform for the mesh to avoid weird
  previews being generated for meshes with a position dependent material
  (e.g. when using triplanar mapping).
- Adjust the camera angle and light directions used in mesh preview generation
  for better results.
2019-02-03 22:48:35 +01:00
..
2d Do not restrict light texture type (wont work with atlas, though) 2019-01-27 16:58:18 -03:00
3d binding for get_frustum() of camera class 2019-01-28 21:43:59 +03:00
animation Fix problem blending from state to state in statemachine node, closes #21944 2019-01-27 15:21:54 -03:00
audio Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gui Small fixup on button toggle behaviour in ColorPicker 2019-01-28 15:51:57 -02:00
main Warn of invalid pointer when converting object to RID, closes #19023 2019-01-26 15:41:26 -03:00
resources MeshLibrary export improvements 2019-02-03 22:48:35 +01:00
register_scene_types.cpp Rename OrientedPathFollow to PathFollowOriented 2019-01-16 14:32:18 -02:00
register_scene_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
scene_string_names.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
scene_string_names.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Move Penner easing equations to thirdparty/misc 2018-09-28 16:01:26 +02:00