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-06-14Polyfill2d: replace array with linklist, faster resizingCampbell Barton
2014-06-14Implement GLSL code for XYZ nodes.Thomas Dinges
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-06-13Bake-API: increase cage extrusion/ray distance limitDalai Felinto
2014-06-13Resolve MSVC errorCampbell Barton
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-06-13Bake-API: handle objects with no faces (fix T40601)Dalai Felinto
2014-06-13Sequencer: add support for grease pencil rendering in previewsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton
2014-06-13New Editmesh Tool: Extend Vertex, (Alt+D) D512Campbell Barton
2014-06-13Automatically generate blender.1 man page during build processCampbell Barton
2014-06-13Revert part of rB477f35 (error resolving conflict)Campbell Barton
2014-06-13Code cleanup: use const for mouse location argCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13BLI_bitmap: typecheck macoCampbell Barton
2014-06-13Add string escaping support for BLI_str_quoted_substrNCampbell Barton
2014-06-13Editmesh: Replace SmallHash with GSet for MESH_OT_loop_to_regionCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-06-13BLF: use NONNULL & WARN_UNUSED_RESULT attrs & remove unneeded NULL checkCampbell Barton
2014-06-13BLI_kdtree: use UNLIKELYCampbell Barton
2014-06-13Code cleanup: UI, unnecessary float/int conversionCampbell Barton
2014-06-13Code cleanup: remove hack for older GCC (4.2x and newer work without)Campbell Barton
2014-06-13Code cleanup: remove redundant arg from ARRAY_LAST_ITEMCampbell Barton
2014-06-13Code cleanup: remove redundant NULL checkCampbell Barton
2014-06-13Code cleanup: reorder BKE_scene_use_new_shading_nodes checks lastCampbell Barton
2014-06-13Code cleanup: replace interp_v2_v2v2 with mid_v2_v2v2Campbell Barton
2014-06-13Code cleanup: avoid call to BLI_countlistCampbell Barton
2014-06-13Code cleanup: BLI_strdupn -> BLI_strdupCampbell Barton
2014-06-13Code cleanup: spellingCampbell Barton
2014-06-13Detect version suffix based on release cycle and version charSergey Sharybin
2014-06-13Start of the 2.72 release cycles, BCon1.Thomas Dinges
2014-06-12Splash: enable rc labelCampbell Barton
2014-06-12Fix T40596: Node link menus flipped & events invertedCampbell Barton
2014-06-12We're entering 2.71rc state nowSergey Sharybin
2014-06-12Quiet double promotion warning & ws editCampbell Barton
2014-06-12Fix crash running in background modeCampbell Barton
2014-06-12Fix Bevel bug T39746, small scale gives flat profile.Howard Trickey
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2014-06-12Bake-API: Set Custom Cage to be Cage ObjectDalai Felinto
2014-06-12blenderplayer stuffAntony Riakiotakis
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-06-11Bake-API: new approach for cageDalai Felinto
2014-06-11Regression Bugfix T40332: Bad driver behaviour on small distances.Joshua Leung
2014-06-11correction from last commitDalai Felinto
2014-06-11Bake-API: removal of unecessary UV tests, as suggested by Campbell BartonDalai Felinto
2014-06-10Fix Bevel multisegment profile bugs T39184, T37502 and last part of T40365.Howard Trickey
2014-06-10Fix missing notifier when inserting keyframeSergey Sharybin
2014-06-10Curve: skip curves when matching bevel-fac (like 2.70)Campbell Barton
2014-06-10Fix wrong memory write in partial render update with Save Buffers enabledSergey Sharybin