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-07-20More functionality review fixes.soc-2013-paintAntony Riakiotakis
2014-07-20Bring back select mouse tweak trasform, needed for image editor curves.Antony Riakiotakis
2014-07-20active pivot works in paint transform. It uses the centerpoint of theAntony Riakiotakis
2014-07-20Paint Curves Transform:Antony Riakiotakis
2014-07-20cursor transform WIP for curvesAntony Riakiotakis
2014-07-17Use size for fixed length array argsCampbell Barton
2014-07-16Fix some undo issues with paint curves.Antony Riakiotakis
2014-07-16Fix issue with multiple materials not displaying colors correctly.Antony Riakiotakis
2014-07-16Finalize transform for paint curves:Antony Riakiotakis
2014-07-16Make selection of paint curve handles much easier.Antony Riakiotakis
2014-07-16Themefy paint curve colors, some tweaks to make selected paint handlesAntony Riakiotakis
2014-07-16Functionality Review:Antony Riakiotakis
2014-07-16Functionality Review:Antony Riakiotakis
2014-07-16Palettes:Antony Riakiotakis
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-13Fix T40987: Distant Lamps have no influence on Volumes.Thomas Dinges
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 T41023: Specific material cause bad render result, different on CPU/GPUSergey Sharybin
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