Blender Git Commits

Blender Git "master" branch commits.

Page: 1515 / 5574

October 11, 2018, 04:24 (GMT)
DRW: avoid edit-mode layer lookups for freestyle
October 11, 2018, 04:15 (GMT)
Cleanup: assign a var to check an edge is real

Makes code slightly more readable.
October 11, 2018, 01:24 (GMT)
RNA: remove redundant new_from_object/to_mesh arg

If the caller wants loop-tris, there is a function to calculate them.
October 11, 2018, 00:41 (GMT)
DRW: remove redundant editmode mesh tessellation

Also re-order logic so loop indices are ensured to be valid.
October 10, 2018, 23:34 (GMT)
Cleanup: mesh iterators

- Split indexed/non-indexed into separate loops.
- Avoid assigning the same value in the loop.
- Use const variables.
October 10, 2018, 23:09 (GMT)
UI: increase size of copy buffer

The length was 400 which isn't enough for some file paths.
October 10, 2018, 23:04 (GMT)
UI: copy-buffer was cleared w/ non-text buttons

Also correct invalid strncpy use.
October 10, 2018, 22:38 (GMT)
Merge branch 'master' into blender2.8
October 10, 2018, 22:36 (GMT)
Fix incorrect strncpy use

Didn't ensure null terminated.
October 10, 2018, 22:29 (GMT)
Fix draw manager out of bounds assignment
October 10, 2018, 22:27 (GMT)
Remove image based bitmap font support

Was used in the game engine and is no longer used.
October 10, 2018, 22:08 (GMT)
Merge branch 'master' into blender2.8
October 10, 2018, 22:03 (GMT)
Cleanup: style (pointers)
October 10, 2018, 21:20 (GMT)
Cleanup: indentation
October 10, 2018, 21:14 (GMT)
Correct case
October 10, 2018, 21:00 (GMT)
GP: New Glow Shader FX (wip)

New shader to simulate a glow of the color.

The glow can be generated by luminance threshold or using a selection color.
October 10, 2018, 16:39 (GMT)
Python GPU: Use PyC_AsArray_FAST in GPUVertBuf.fill_attribute.

This allows you to use other types of sequences besides tuples.
October 10, 2018, 16:39 (GMT)
Python GPU: Use PyC_AsArray_FAST when initing GPUIndexBuff.

This allows you to use other types of sequences besides tuples.
October 10, 2018, 16:35 (GMT)
Fix runtime error: shift of uint

The warning was: runtime error: left shift of 1 by 31 places cannot be
represented in type 'int'

Patch by Cl�ment Foucault.
October 10, 2018, 16:27 (GMT)
Fix T57144: saving theme presets not working after recent changes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021