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 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-18Correction to previous curve bevlist commitSergey Sharybin
2014-08-18Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve...Sergey Sharybin
2014-08-17Fix T41467: Modifier view buttons changing positions.Bastien Montagne
2014-08-15CleanupCampbell Barton
2014-08-15Fix uninitialized imagepaint values on new scene, report by kopias onAntony Riakiotakis
2014-08-15Modifiers: consider all constructive modifiers as 'preview' ones as well.Bastien Montagne
2014-08-15ColorRamp HSV, HSL Blend ModesCampbell Barton
2014-08-14hint checks to re-alloc as unlikelyCampbell Barton
2014-08-14remove MAXFLOAT defineCampbell Barton
2014-08-13Maybe slightly controversial pie commit:Antony Riakiotakis
2014-08-13Math Lib: rename barycentric_transform -> transform_point_by_tri_v3Campbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-08-13SpellingCampbell Barton
2014-08-12Rewritten Array Modifier D443Campbell Barton
2014-08-12Cleanup: unused varCampbell Barton
2014-08-12Freestyle: Updated BKE_linestyle_default_shader() to include the UV Along Str...Tamito Kajiyama
2014-08-12Freestyle: Added new UV Along Stroke shader node.Tamito Kajiyama
2014-08-12Added BKE_linestyle_use_textures() to check if stroke textures are enabled.Tamito Kajiyama
2014-08-12Freestyle: Added "blend_type" and "use_clamp" options to the Output Line Styl...Tamito Kajiyama
2014-08-12Freestyle: Fix for a crash in BKE_linestyle_default_shader() due to a typo.Tamito Kajiyama
2014-08-12Freestyle: Add BKE_linestyle_default_shader() for creating the default line s...Tamito Kajiyama
2014-08-12Changed ntreeCopyTree_ex() to accept a pointer to struct Main.Tamito Kajiyama
2014-08-12Fix for a wrong ID datablock referenced due to a typo in BKE_copy_linestyle().Tamito Kajiyama
2014-08-12Added new Output Line Style shader node for defining a node-based line material.Tamito Kajiyama
2014-08-12SpellingCampbell Barton
2014-08-11Fix T41403: Grid Particles only partially generated.Bastien Montagne
2014-08-11Fix compilation error with debug sconsSergey Sharybin
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-08-11Fix T41395: Set Object As Camera - Monkey Render bug?Sergey Sharybin
2014-08-11Utility functions for getting boundbox size/scaleCampbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-08-07Fix T41047: Text objects flippingCampbell Barton
2014-08-05SpellingCampbell Barton
2014-08-05Fix T41328: Saving a copy changes lib pathsCampbell Barton
2014-08-05Cleanup: indentationCampbell Barton
2014-08-04Tweaks to macrosCampbell Barton
2014-08-04Cleanup: replace int cast with floorf when comparing timeCampbell Barton
2014-08-04Correct cu->pathlen treated as a floatCampbell Barton
2014-08-02SpellingCampbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-08-01Cleanup: Move `object_get_derived_final` from BKE_shrinkwrap to BKE_DerivedMeshBastien Montagne
2014-08-01Prevent macros hiding casts from `const` pointersCampbell Barton
2014-07-31Fix T41236: Rendered viewport doesn't update with material actionsSergey Sharybin
2014-07-31Style cleanupCampbell Barton
2014-07-31Fix T41258: Crash when entering edit mode while viewport render is enabledSergey Sharybin
2014-07-30BLI_path_utils: rename BLI_clean -> BLI_path_native_slashCampbell Barton