Blender Git Commits

Blender Git "multiview" branch commits.

Page: 14 / 19

September 11, 2014, 10:05 (GMT)
Fix for image display not updating before selecting a view (left over from the ima->views change)
September 11, 2014, 09:14 (GMT)
Fix crashes when for stereo3d_format update where there is no id
September 10, 2014, 23:59 (GMT)
Missing RNA access to image->packedfiles and fix image.packed_file for
backward compatibility

(it now points to the first packed file)
September 10, 2014, 23:04 (GMT)
Expose Image Stereo 3d format in the Properties Panel

This allow the users to change the stereo type after loading the image (in case the wrong encoding was wrongly pick)

Note: we do not let the user change between stereo and views after loading
September 10, 2014, 21:30 (GMT)
Silence false positive detected by valgrind
September 10, 2014, 21:16 (GMT)
Fix unfreed memory when RenderResult were requested to be filled with all views
September 10, 2014, 17:18 (GMT)
Fix unfreed memory when using sequence of files

(I have fixed it movie and image but forgot about the above)
September 10, 2014, 16:57 (GMT)
Fix image not re-scale when "Fields" is toggled twice
September 10, 2014, 15:04 (GMT)
Fix unfreed memories issue

(the problem was that I was creating multiple ImBufs in the load functions, and was not deferring them)
September 10, 2014, 15:04 (GMT)
Fix blenderplayer build
September 10, 2014, 15:04 (GMT)
Remove unused function (BKE_image_cache_count and IMB_moviecache_count)
September 10, 2014, 10:39 (GMT)
use BLI_str_rpartition() instead of my own (thanks Campbell) - and the code seems to be UTF8-safe :)
September 9, 2014, 20:58 (GMT)
Image Editor saving of image in 3d (individual views) working

Note: I need to go over this function again to see if I'm handling the
'save as copy' == false correctly. If the image is saved to a
destructive format, in that case we should change the current image (and
I'm almost sure I overlooked that).

This function can likely be simplified as well now that I'm more
comfortable with the whole image pipeline.
September 9, 2014, 20:57 (GMT)
Packing of multiview images working

Notes:
* This will pack multiple images if the format is R_IMF_VIEWS_INDIVIDUAL
* When packing as PNG we convert the views_format to R_IMF_VIEWS_INDIVIDUAL
* Technically we could use the same principle to pack a sequence of images (with some changes of course, since this approach relies on ImageView
September 9, 2014, 20:56 (GMT)
Merge remote-tracking branch 'origin/master' into multiview
September 9, 2014, 09:51 (GMT)
Stereo 3d Movie support
September 8, 2014, 18:46 (GMT)
remove ambiguity in if statement
September 8, 2014, 17:46 (GMT)
Image Editor saving of Image in 3d working (it was working for RenderResult images only in the past)
September 8, 2014, 16:42 (GMT)
Generated Images only give 3d option if scene is Multiview
September 8, 2014, 15:20 (GMT)
Import of all stereo encoded formats (anaglyph, interlace, top-bottom, ...)

This is supported at the moment for single-layer formats only. It works
fine though. The user must be aware that some formats are
highly-destructive and won't never be recovered 1:1 (e.g., interlace and
anaglyph)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021