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
2015-01-13Merge branch 'master' into soc-2014-bgesoc-2014-bgeInes Almeida
2015-01-13BGE: python API cleanup - initialization for bge with submodules, closes D615Ines Almeida
2015-01-13BGE: python API cleanup - adding proper initialization to GameTypesInes Almeida
2015-01-13BGE: python API cleanup - replace BLI_program_path with BKE_appdir_program_pathInes Almeida
2015-01-13Fix T40616: Deformation Motion Blur for modifiersSergey Sharybin
2015-01-13Fix T43229: Knife-project regression (broke knife-project)Campbell Barton
2015-01-13Blender-Internal: avoid redundant area checkCampbell Barton
2015-01-13Math Lib: improve area calculationCampbell Barton
2015-01-13Fixes for SplineIK:Joshua Leung
2015-01-13Bugfix: The "bulge_min" setting for the Stretch To constraint prevented bones...Joshua Leung
2015-01-13Pataz-Gooseberry Request: Limits on Volume Preservation for Spline IKJoshua Leung
2015-01-13Fix T43128: Headerless panels are reorderable on Windowsjulianeisel
2015-01-12Cleanup: add missing MovieClip entry in RNA's id_type_items, and respect alph...Bastien Montagne
2015-01-12correct last commit: less cryptic camera checkCampbell Barton
2015-01-12Fix T43206: region_2d_to_origin_3d has no ortho offsetCampbell Barton
2015-01-12BMesh: Tweak behavior for select more/lessCampbell Barton
2015-01-12Fix: Don't show filesel buttons when no operators runningCampbell Barton
2015-01-12Fix T42754: File-Selector lost on fullscreen exitCampbell Barton
2015-01-12Fix OpenGL Context freeingCampbell Barton
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-12Cycles: Fix crash after recent BVH changes on empty BVH treesSergey Sharybin
2015-01-12BLI linkstack macros: do not prepend the 'anti-namespace-collision' to var name.Bastien Montagne
2015-01-12Cycles: Fix compilation error on platforms without SSE supportSergey Sharybin
2015-01-12Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same...Bastien Montagne
2015-01-12Avoid type re-definition for as long C11 is explicitly enabled in compilersSergey Sharybin
2015-01-12Fix typo in OCIO configuration fileSebastian Koenig
2015-01-12Cycles: Add leaf primitives sanity check asserts to the kernelSergey Sharybin
2015-01-12Cycles: Enable leaf split by primitive type and adopt BVH traversal for thisSergey Sharybin
2015-01-12Cycles: Optimize leaf splitting code by avoid vector allocationSergey Sharybin
2015-01-12Cycles: BVH params option to split leaf node by primitive typesSergey Sharybin
2015-01-12Merge branch 'master' into soc-2014-bgeInes Almeida
2015-01-12gameengine vehicle controller: removing partially removed constantInes Almeida
2015-01-12Cleanup: styleCampbell Barton
2015-01-12Fix T42069: Fonts /w non-ascii paths fail in win32Campbell Barton
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Fix T43208 material flickering in edit mode.Antony Riakiotakis
2015-01-11Modifiers shall be listed in alphabetical order in UI...Bastien Montagne
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-11Transfer data: cleanup: Remove 'vertex_group_transfer_weight' operator.Bastien Montagne
2015-01-11Data transfer: make operator able to work 'reversed' (i.e. transfer from sele...Bastien Montagne
2015-01-11Fix T43204: Shrinkwrap constraint, project mode: Space ignored in bone case.Bastien Montagne
2015-01-11Fix three issues reported by coverity in own recent code. Including two poten...Bastien Montagne
2015-01-10Fix building with very strict flags, use size_t rather than int for string le...Bastien Montagne
2015-01-10GPencil Editing: FKEY now controls the eraser size when in Stroke Edit ModeJoshua Leung
2015-01-10cleanup: style & warningsCampbell Barton
2015-01-10Fix for regression in bmesh connect-pairCampbell Barton
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-10Fix: Delkey didn't activate the Grease Pencil strokes delete operator like XK...Joshua Leung
2015-01-09Transfer Data: add main core code and operators.Bastien Montagne
2015-01-09Radial operator number angle input should use angles.Antony Riakiotakis