Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2015-12-29BLI_math_statistics: switch from OMP to BLI_task.Bastien Montagne
2015-12-28BLI_kdopbvh: switch from OMP to BLI_task.Bastien Montagne
2015-12-28Fix opengl error when GLSL is on for basic shader: shader needs to beAntony Riakiotakis
2015-12-28cdderivedmesh fix stippled faces not getting drawn at allAntony Riakiotakis
2015-12-28Fix T47045: add some missing UI i18n translations to texture buttons and free...Bastien Montagne
2015-12-28Minor cleanup (paranoid checks) and fixes from coverity.Bastien Montagne
2015-12-28Some fixes from coverity (only one really nasty, in paint_proj).Bastien Montagne
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-28Correct recent error passing NULL to fcloseCampbell Barton
2015-12-28White Balance modifier for the VSEThomas Beck
2015-12-28Fix for building ghost-testsCampbell Barton
2015-12-28Fix possible invalid-index use /w link/path selectCampbell Barton
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-28Cleanup typo.Bastien Montagne
2015-12-28Switch BKE_smoke from OMP to BLI_task.Bastien Montagne
2015-12-28Fix (unreported) broken BLI_task's forloop func in case we have less iteratio...Bastien Montagne
2015-12-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Minor UI incosistency reported by erickblender on irc. Twist brush isAntony Riakiotakis
2015-12-27Fix T47064: Change Audio defaults to 48 kHzJörg Müller
2015-12-27BMesh Path Select: Face Stepping OptionCampbell Barton
2015-12-27BMesh: BM_loop_share_edge_check utility funcCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-27BMesh Path Select: Add checker-select optionsCampbell Barton
2015-12-27BMesh: extract int/bmesh element access funcs.Campbell Barton
2015-12-27WM: add checker_interval utility functionsCampbell Barton
2015-12-27Move generic operator props into own fileCampbell Barton
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-12-26CMake: Fix errors building by MinGWSergey Sharybin
2015-12-26BMesh: add checks for duplicates in a faceCampbell Barton
2015-12-26BMesh: check at least 2 edges in each loops vertCampbell Barton
2015-12-26CleanupCampbell Barton
2015-12-25Minor cleanup.Bastien Montagne
2015-12-25MOD_UVWarp: switch from OMP to BLI_task.Bastien Montagne
2015-12-24Cleanup: use enum for bmesh_elem_checkCampbell Barton
2015-12-24BMesh: remove doubles fix/optimizationCampbell Barton
2015-12-24BMesh: BM_verts_from_edges utility functionCampbell Barton
2015-12-24Add STACK_CLEAR macroCampbell Barton
2015-12-23Fix a few warnings with Apple LLVM 7.0.2.Brecht Van Lommel
2015-12-23Fix T47051: cycles viewport textured shadeless draw bug.Brecht Van Lommel
2015-12-23Fix weld edges into faces splicing verts that shared a faceCampbell Barton
2015-12-23Fix weld edges into faces - eternal loopCampbell Barton
2015-12-23Remove BLI_buffer calloc optionCampbell Barton
2015-12-23Fix BLI_buffer_reinit not clearing static flagCampbell Barton
2015-12-23Fix error in BLI_buffer_reinitCampbell Barton
2015-12-23Fix bevel RNA enum/boolean mixupCampbell Barton
2015-12-23Math Lib: clamp closest_to_line_segment_v# when segment has no lengthCampbell Barton
2015-12-23Fix issue w/ transform orientation & vert selectionCampbell Barton
2015-12-23Remove feof check for file readingCampbell Barton
2015-12-23Disable calculating manipulator while transformingCampbell Barton
2015-12-23Add BM_vert_edge_pair utility functionCampbell Barton