Blender Git Commit Log

All Blender Git commits.

Page: 3520 / 8462

January 10, 2018, 21:00 (GMT)
fixed a crasher when moving an object in dynamic fracture and when attempting to undo/redo FM removal
January 10, 2018, 18:27 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 10, 2018, 18:15 (GMT)
End operator if click out of panel
January 10, 2018, 18:12 (GMT)
Remove header text functions

This text is not used in this operator
January 10, 2018, 18:09 (GMT)
Set color function
January 10, 2018, 17:06 (GMT)
WIP: Redo colorpicker drawing and mouse cursor
January 10, 2018, 13:58 (GMT)
Subsurf: Loop array should not be called mv

mv is a mesh vertex, not loop.
January 10, 2018, 13:58 (GMT)
Subsurf: Remove increment of unused variable
January 10, 2018, 13:22 (GMT)
Cleanup code
January 10, 2018, 13:20 (GMT)
Replace reverse findlink

Fix error in previous commit using reverse find
January 10, 2018, 13:15 (GMT)
Fix compilation error

Seems of new padding were added in 2.8 branch.
January 10, 2018, 12:22 (GMT)
Merge branch 'master' into blender2.8
January 10, 2018, 12:20 (GMT)
Fix wrong data type used for undo memory limit
January 10, 2018, 11:53 (GMT)
Task scheduler: Use const qualifier in callbacks for parallel range
January 10, 2018, 11:49 (GMT)
Task scheduler: Use restrict pointer qualifier

Those pointers are never to be aliased, so let's be explicit about this and hope
compiler does save some CPU ticks.
January 10, 2018, 11:27 (GMT)
Task scheduler: Use more const qualifiers
January 10, 2018, 10:17 (GMT)
WIP: Display colors bar

Basic display of colors.

Still the selector is not working.
January 10, 2018, 10:09 (GMT)
RNA: Increase memory limit settings to their possible max on platform

This is quite common to have 64GB memory now, and even 128. There is no reason
to add any artificial caps on the cache and undo memory here. We can not protect
against using too much memory in one cases and allow use of full computer
potential in others.

Now 32 bit will use 2GB max (as it used to be), but 64bit will use whatever
number of megabytes fits into integer.

Reviewers: campbellbarton, mont29

Subscribers: sebastian_k

Differential Revision: https://developer.blender.org/D2972
January 10, 2018, 10:06 (GMT)
math utils: Add size_t version of min and max functions
January 10, 2018, 09:45 (GMT)
Fix color for manipulator drawing

Was drawing black after the first draw call.
For now set the shader before each draw call,
noted as TODO to investigate a nicer way to handle.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021