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-12-04Fix T41883 proxy sizes not correct.Antony Riakiotakis
2014-12-04Fix T42800: Blender suddenly closes after pressing solve camera motionSergey Sharybin
2014-12-03Fix really crappy bug after vertex array refactor commit, it used vertexAntony Riakiotakis
2014-12-02Fix T42767: Subsurfacing union boolean with same-named UVs crashes BlenderSergey Sharybin
2014-12-02No need to free GPU images from BKE_image_free_buffers when in background modeSergey Sharybin
2014-12-02Cleanup: style & de-duplicateCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-29Correct includes for win32Campbell Barton
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-28Cleanup GPU: get rid of some extremely legacy draw code.Antony Riakiotakis
2014-11-28Material not set in edit derived meshes after last material modificationAntony Riakiotakis
2014-11-27Addition/correction to previous commit:Antony Riakiotakis
2014-11-27Fix T42653, solidify modifier not displaying correctly under edit mode.Antony Riakiotakis
2014-11-26World background working on cycle nodes.Antony Riakiotakis
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton
2014-11-24Minor edits to T42649 fixCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-22Bugfix T42549: Grease pencil layers are not scene-specific for "full copy sce...Joshua Leung
2014-11-22Fix for previous commitJoshua Leung
2014-11-22Bugfix: Duplicating Grease Pencil datablocks wasn't doing so in a safe wayJoshua Leung
2014-11-21Cleanup: typoCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-18Fix T42585: Mask motion blur is wrong when parented to plane trackSergey Sharybin
2014-11-17ShapeKey: Cleanup of BKE_keyblock_convert/update code.Bastien Montagne
2014-11-17Fix T35170: Undoing edit op on a basis shapekey could generate extra offset o...Bastien Montagne
2014-11-17ShapeKeys: Add `BKE_keyblock_is_basis` to check whether a given keyblock is u...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-17ShapeKey: Refactor a bit `BKE_key_convert_from_...`Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-16[T40372] FCurve Eval/Drawing Optimisation: Skip Bezier handle eval when all h...Joshua Leung
2014-11-16Bugfix T41525: Button keyframe indicators don't work correctly when editing N...Joshua Leung
2014-11-15Cleanup (mostly 0/1 -> false/true).Bastien Montagne
2014-11-14skip scene_armature_depsgraph_workaround when theres no armaturesCampbell Barton
2014-11-14Depsgraph: Workaround for missing pose update when changing visible layersSergey Sharybin
2014-11-14Fix vertex colors being displayed wrong in GLSL in edit mode. Looks likeAntony Riakiotakis
2014-11-14Don't assign wrong datalayers to gpuattribs in edit mode.Antony Riakiotakis
2014-11-11Cleanup: remove inline list-countCampbell Barton
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-11-11cloth: Avoid calling powf with integer exponentSergej Reich
2014-11-11cloth: Fix overallocation for collisionsSergej Reich
2014-11-11Fix T42557: Crash on delete or separate vertices with subsurf modifier + vert...Bastien Montagne
2014-11-10Fix/workaround T37073: Crash updating custom props visible in the UICampbell Barton