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
2014-07-15Use BKE_libblock_find_nameCampbell Barton
2014-07-14Update factory defaults:Antony Riakiotakis
2014-07-14Paint Curves:Antony Riakiotakis
2014-07-14Minor edits, no point to using `short` for pixel coordsCampbell Barton
2014-07-14Merge branch 'master' into soc-2013-paintCampbell Barton
2014-07-14Math Lib: add compare_len_squared_v3v3 from paint branchCampbell Barton
2014-07-14Replace GSQueue with BLI_Stack for image fillingCampbell Barton
2014-07-14Merge branch 'master' into soc-2013-paintCampbell Barton
2014-07-14Math Lib: accept a limit of 0.0 when comparing vectorsCampbell Barton
2014-07-13Tooltip improvements for modifier functionsgaiaclary
2014-07-13Freestyle: minor docstring fixes.Tamito Kajiyama
2014-07-13Followup to rB320b7a59c3eed: also handle background image ID refcount when du...Bastien Montagne
2014-07-13BMesh: minor speedup to BM_face_split_edgenetCampbell Barton
2014-07-13BMesh: remove error check on radial loops and consistent namingCampbell Barton
2014-07-12Better fix for texture name lookupCampbell Barton
2014-07-12Misc code cleanupCampbell Barton
2014-07-12Fix for incorrect use of sizeofCampbell Barton
2014-07-12remove redundant NULL checksCampbell Barton
2014-07-12rename DM_active_paint_uvlayer, BKE_free_paint_curveCampbell Barton
2014-07-12Use BKE_texpaint_ prefixCampbell Barton
2014-07-12Code cleanupCampbell Barton
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-12Code Cleanup: use constCampbell Barton
2014-07-12BGE debug API and actuatorHG1
2014-07-12Correct error in BM_face_split_edgenet when no faces are splitCampbell Barton
2014-07-12Fix potential bug in loop normals code.Bastien Montagne
2014-07-12Another attempt for T40981, clipping border does not work with GLSL onAntony Riakiotakis
2014-07-12View3D Walk: Use scene gravity instead of hardcoded value (fix T40921)Dalai Felinto
2014-07-12View3D Walk: Rename gravity by gravity_state (cleanup)Dalai Felinto
2014-07-12Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-07-12BLI_array: avoid mixing terms count/lengthCampbell Barton
2014-07-12Fix T40257: Frustum culling not working properlyMitchell Stokes
2014-07-12WM: add WM_operator_properties_create_ptrCampbell Barton
2014-07-12Add mesh tool to split faces by wire edges (face menu)Campbell Barton
2014-07-12BMesh: new face splitting function BM_face_split_edgenetCampbell Barton
2014-07-12Fix for invalid memory access in graph editor when deleting the lastLukas Tönne
2014-07-12Revert "Fix T40257: Frustum culling not working properly"Mitchell Stokes
2014-07-12Fix T40909: BGE softbodies broken.Mitchell Stokes
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-12Code Cleanup: use constCampbell Barton
2014-07-12BGE debug API and actuatorHG1
2014-07-12Correct error in BM_face_split_edgenet when no faces are splitCampbell Barton
2014-07-11Fix potential bug in loop normals code.Bastien Montagne
2014-07-11Another attempt for T40981, clipping border does not work with GLSL onAntony Riakiotakis
2014-07-11View3D Walk: Use scene gravity instead of hardcoded value (fix T40921)Dalai Felinto
2014-07-11View3D Walk: Rename gravity by gravity_state (cleanup)Dalai Felinto
2014-07-11Take care of more review points.Antony Riakiotakis
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-07-11BLI_array: avoid mixing terms count/lengthCampbell Barton
2014-07-11Fix T40257: Frustum culling not working properlyMitchell Stokes