Blender Git Loki

Blender Git commits from all branches.

Page: 2190 / 2888

September 1, 2015, 00:16 (GMT)
Compile fix for changes from master
August 31, 2015, 02:07 (GMT)
correct comment
August 31, 2015, 02:04 (GMT)
Comment implementation details
August 31, 2015, 01:56 (GMT)
Rename `lines_wrap` to `lines`, since this is used for n newlines too.
August 31, 2015, 01:44 (GMT)
Merge branch 'master' into temp-blf-wordwrap
August 31, 2015, 01:43 (GMT)
rename BLF_WORDWRAP -> BLF_WORD_WRAP
August 31, 2015, 01:41 (GMT)
Add Python API calls into wordwrap
August 31, 2015, 01:36 (GMT)
Move struct inline (was only used in one place)
August 30, 2015, 21:06 (GMT)
Remove duplicate call to glColorMask() in ImageRender::Render().
August 30, 2015, 20:37 (GMT)
VideoTexture: Add an optional parameter to the refresh method of image sources.

If provided, the parameter must be an object that supports the buffer protocol
(bytearray, memoryview, etc) otherwise a runtime error is generated. If the
buffer is sufficiently large, the image is copied in the buffer before being
refreshed (i.e. invalidated). If the image was not already available, it will
be updated first. In the later case, it is possible that the image is loaded
directly in the user's buffer wihtout an intermediate copy in the internal
image buffer. This is currently the case for ImageViewport and ImageRender
sources when the OGL format matches the buffer format (alpha, no filter,
no flip, no scaling). Note that the image format in the buffer is always RGBA.
If no parameter is provided, the method works as before: the image is
invalidated without any attempt to updated it first.

The function returns False if a buffer was provided but could not be updated
for any reason (source not ready, buffer too small). It returns True in all
other situations.

The purpose of this function is to efficiently retrieve the OGL frame buffer
directly into a user buffer by skiping an extra copy to the internal image
buffer if it's not needed.
August 30, 2015, 10:35 (GMT)
expose BLF_height_max as an int
August 30, 2015, 10:06 (GMT)
Merge branch 'master' into id-remap
August 30, 2015, 09:55 (GMT)
Merge branch 'master' into missing-libs
August 30, 2015, 09:44 (GMT)
Merge branch 'asset-experiments' into asset-engine
August 30, 2015, 09:40 (GMT)
Merge branch 'master' into asset-experiments
August 30, 2015, 09:29 (GMT)
Merge branch 'asset-experiments' into asset-engine
August 30, 2015, 02:25 (GMT)
Add newline support
August 30, 2015, 01:54 (GMT)
BLF: Set width for single line ascii drawing BLF_draw_ascii_ex and all wrapped text drawing
August 29, 2015, 17:36 (GMT)
Cleanup: Typos
August 29, 2015, 17:33 (GMT)
more useful debug print info
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021