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
2015-12-29Fix invalid memory access in multiview code during render, reported on irc.Brecht Van Lommel
2015-12-28cdderivedmesh fix stippled faces not getting drawn at allAntony Riakiotakis
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-28White Balance modifier for the VSEThomas Beck
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-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Fix T47064: Change Audio defaults to 48 kHzJörg Müller
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-12-21BLI_storage: Split text/binary version of mem-from-file funcsCampbell Barton
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-18OpenSubdiv: Avoid having bad-level callSergey Sharybin
2015-12-15Cleanup: math lib namingCampbell Barton
2015-12-14Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code.Bastien Montagne
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-12-13BMesh: add BKE_bmbvh_find_face_closestCampbell Barton
2015-12-13GPencil: Bump subversion and ensure that the datablock-level onionskinning fl...Joshua Leung
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-12Use material remapping for bmesh-booleanCampbell Barton
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-12-06OpenGL: pass flag to indicate of drawMappedFaces needs to use normals.Brecht Van Lommel
2015-12-06Switch Ocean modifier's geometry generation from OMP to BLI_task.Bastien Montagne
2015-12-06Switch from OMP to BLI_task in BKE's part of Ocean simulation.Bastien Montagne
2015-12-03Node callback for handling link insertion and swapping of occupied inputs.Lukas Tönne
2015-12-03Correct OpenMP pragma, wasn't updated for looptriCampbell Barton
2015-12-03Fix T46899 sculpt normals not getting updated after exiting sculpt mode.Antony Riakiotakis
2015-12-02Fix T46909: Text strip not themeableJulian Eisel
2015-12-01Comment assert in id_us_min, currently we can get zero user count at this point.Bastien Montagne
2015-12-01Cleanup: struct declarationsCampbell Barton
2015-11-30Libquery: fix double-handling of object pointer in scene's basact base.Bastien Montagne
2015-11-30Fix T46628: Strips overlapping in VSEJulian Eisel
2015-11-30Fix T38245: render slot getting lost when switching slots while compositing.Brecht Van Lommel
2015-11-26Fix crash when ding dyntopo sculptingSergey Sharybin
2015-11-26Fix (unreported) libquery's IDLooper for constraints not handling correctly r...Bastien Montagne
2015-11-26Fix recent c99 cleanup w/ openmpCampbell Barton
2015-11-26Partial revert of last commitCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-11-24Fix T46851: Crash on multires more than millionSergey Sharybin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-24Fix T46816: Vert/Edge snap fails at edge of boundsCampbell Barton
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton