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
2014-08-19Fix crash in BKE_mesh_validate_arraysCampbell Barton
2014-08-19Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with st...Dalai Felinto
2014-08-19Fix mesh validate skipping first vertexCampbell Barton
2014-08-19Fix T41479: BLI_bvhtree_find_nearest inaccurateCampbell Barton
2014-08-19Fix for BKE_deform_flip_side_name getting fooled by extra separator charactersCampbell Barton
2014-08-19Fix for fix (don't guess enum's sign)Campbell Barton
2014-08-18Fix T41456: soft light texture blend mode zero effectAntony Riakiotakis
2014-08-18Correction to previous curve bevlist commitSergey Sharybin
2014-08-18Fix T39630: Mouse Wheel doesn't detect Multi Window FocusSergey Sharybin
2014-08-18Fix T40653: Modified keymap: MMB not behaving like RMB?Bastien Montagne
2014-08-18Fix building on some compilers (clang on OSX).Bastien Montagne
2014-08-18De-duplicate EWA filter code between renderer and compositorSergey Sharybin
2014-08-18Fix T41137: Old render result from viewport render in camera view does not go...Sergey Sharybin
2014-08-18Install_deps: Better handling of 'check installed' in Debian, and fix jack2d ...Bastien Montagne
2014-08-18Fix T41474: Second renderlayer doesnt render if first one has 'Use Surfaces' ...Sergey Sharybin
2014-08-18Fix T41426: floating menus - scroll issues.Bastien Montagne
2014-08-18Fix T41462: "Reload from trusted" button not prompting for confirmation.Bastien Montagne
2014-08-18Correction to the mipmaps generationSergey Sharybin
2014-08-18Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve...Sergey Sharybin
2014-08-18Fix for line style shader/texture types showing up in the node editor when Fr...Tamito Kajiyama
2014-08-18Fix T41314: OpenGL error when using Cycles engineSergey Sharybin
2014-08-18BMesh: intersect toolCampbell Barton
2014-08-18Cleanup: assert / warnCampbell Barton
2014-08-18BMesh: add BM_vert_splice_check_doubleCampbell Barton
2014-08-17Fix T41467: Modifier view buttons changing positions.Bastien Montagne
2014-08-17BLI_array: utility function for searching an arrayCampbell Barton
2014-08-17Knife tool: simplify hit-depth calculationCampbell Barton
2014-08-17CleanupCampbell Barton
2014-08-17Math Lib: replace epsilon with check against zeroCampbell Barton
2014-08-17Fix poll func of CYCLES_OT_use_shading_nodes.Bastien Montagne
2014-08-17Fix filenames in splashscreen.Bastien Montagne
2014-08-16Math Lib: add isect_line_line_epsilon_v3Campbell Barton
2014-08-16CommentsCampbell Barton
2014-08-15Fix T41454: Command "Dirty Vertex Colors" prompts Python error.Bastien Montagne
2014-08-15Fix T41421Antony Riakiotakis
2014-08-15Fix compilation on linux (implicit conversion from double/float to size_t tre...Bastien Montagne
2014-08-15Fix T41427: Region overlap moves into wrong window.Bastien Montagne
2014-08-15CleanupCampbell Barton
2014-08-15Fix uninitialized imagepaint values on new scene, report by kopias onAntony Riakiotakis
2014-08-15Correction to last commit, rna namingCampbell Barton
2014-08-15Final Fix T41222 Blender gives weird ouput when baking (4096*4096) resolution...Dalai Felinto
2014-08-15Revert "Fix T41222 Blender gives weird output when baking (4096*4096) resolut...Dalai Felinto
2014-08-15Solidify Modifier "Rim Only" OptionCampbell Barton
2014-08-15Modifiers: consider all constructive modifiers as 'preview' ones as well.Bastien Montagne
2014-08-15Fix T41443: Separate bug with Curves & HooksSergey Sharybin
2014-08-15ColorRamp HSV, HSL Blend ModesCampbell Barton
2014-08-15Cleanup: comment & var nameCampbell Barton
2014-08-15Fix T41435: Info-text lags changing space-typesCampbell Barton
2014-08-15UI: avoid spacetype and butspacetype mismatchCampbell Barton
2014-08-14Cycles: Don't check closure flag in kernel_volume_decoupled_scatter(), we che...Thomas Dinges