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
AgeCommit message (Expand)Author
2016-01-20Remove old multipaint related argument from wpaint_blend.Alexander Gavrilov
2016-01-20Weight Paint: Multi-paint support for blur toolAlexander Gavrilov
2016-01-20Delete unused code, separate for better diff appearance.Alexander Gavrilov
2016-01-20Weight Paint: multi-paint uses collective weightsAlexander Gavrilov
2016-01-20Weight Paint: 'Sample' now supports multi-paintAlexander Gavrilov
2016-01-20Cleanup: remove remainings of OMP in sculptpaint area.Bastien Montagne
2016-01-20paint_mask.c: OMP -> BLI_stack.Bastien Montagne
2016-01-19Weight Paint: Add lock-aware normalizeCampbell Barton
2016-01-17paint_cursor: OMP -> BLI_task.Bastien Montagne
2016-01-17Fix incorrect function for sculpt multithreading task after recent refactor.Brecht Van Lommel
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-14Fix T47168: Project image looses float precisionCampbell Barton
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-14Weight Painting: Respect locks w/ auto-normalizeCampbell Barton
2016-01-14Fix weight paint normalizing w/ locked groupsCampbell Barton
2016-01-14Fix incorrect weight normalize w/ locksCampbell Barton
2016-01-14Correct NULL checks in recent weight-paint fixCampbell Barton
2016-01-12Final OMP -> BLI_task commit for sculpt code.Bastien Montagne
2016-01-11Error in last commit (assumed mirror existed)Campbell Barton
2016-01-11Fix T47152: Normalize fails w/ mirror groupCampbell Barton
2016-01-08Math Lib: use x-span for fill_poly_v2i_n callbackCampbell Barton
2016-01-04Sculpt: OMP -> BLI_task, step III.Bastien Montagne
2016-01-04CleanupCampbell Barton
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2016-01-04Remove SCons building systemSergey Sharybin
2016-01-04Sculpt: OMP -> BLI_task, step II.Bastien Montagne
2016-01-01Sculpt: OMP -> BLI_task, step I.Bastien Montagne
2015-12-28Some fixes from coverity (only one really nasty, in paint_proj).Bastien Montagne
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-08Correct recent OpenGL cleanupCampbell Barton
2015-12-08OpenGL: use sized texture internal formatsMike Erwin
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-11-28OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-24Sculpting optimization: Avoid iterating the PBVH for intersection duringAntony Riakiotakis
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-11-16Cleanup: typosCampbell Barton
2015-11-16Keymap: Add delete-key for paint curvesCampbell Barton
2015-11-13Fix T46726 shading issues in sculpt mode.Antony Riakiotakis
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-11-11OpenGL Render: Support full-sample Anti-AliasingCampbell Barton
2015-11-11Cleanup: GL Render (simplify internal logic)Campbell Barton
2015-11-05Use 'beauty' for sculpt triangulationCampbell Barton
2015-11-05Fix T46692: Triangulate creates duplicate facesCampbell Barton
2015-11-03Avoid assert weight painting w/o an active groupCampbell Barton
2015-11-02Fix T46626: Crash generating previewsCampbell Barton
2015-10-30Vertex Paint: orbit last stroke supportCampbell Barton