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-12Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same...Bastien Montagne
2015-01-11Fix T43208 material flickering in edit mode.Antony Riakiotakis
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-10cleanup: style & warningsCampbell Barton
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-09Transfer Data: add main core code and operators.Bastien Montagne
2015-01-09BKE: Add 'mesh remap' code.Bastien Montagne
2015-01-09BKE bvhutils: cleanup and refactor to make it more flexible.Bastien Montagne
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-08Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-08GHash: use reinsert instead of remove/insertCampbell Barton
2015-01-07Recalculate particle pathcache stuff for all particles instead ofLukas Tönne
2015-01-07PyAPI: Call to get the pixel x,y in a text blockMartin Felke
2015-01-06Remove slurph shape-key featureCampbell Barton
2015-01-06cleanup: warningsCampbell Barton
2015-01-06Fix T43122: Shrinkwrap target, wrong linked objectCampbell Barton
2015-01-04sequencer: don't return big values (fill pointer instead)Campbell Barton
2015-01-04cleanup: use 'coords' abbreviation for functions.Campbell Barton
2015-01-03Refactor 'fit in camera view' code, and expose it to RNA.Bastien Montagne
2015-01-02Fix T43099: Modifiers in edit mode might mess up materialsSergey Sharybin
2015-01-02cleanup: styleCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2015-01-01Fix T43078: Strip custom proxy files did not respect color space settingsSergey Sharybin
2014-12-31Fix T42984 detail flood fill not respecting mask values for smooth/sharpAntony Riakiotakis
2014-12-29Fix stupid handling of 'Object.matrix_local' in RNA.Bastien Montagne
2014-12-29Move average stroke from sculpt session to unified paint settings so itAntony Riakiotakis
2014-12-29cleanup: redundant call to BKE_object_apply_mat4Bastien Montagne
2014-12-27cleanup: redundant tri-normal calculationCampbell Barton
2014-12-27Brush Texture Angle Goodies:Antony Riakiotakis
2014-12-26Fix T43010 regression in material setting.Antony Riakiotakis
2014-12-24Fix T42997: Support RGBA output for HuffYUVSergey Sharybin
2014-12-19Fix for bad file name string matching in point caches, leading toLukas Tönne
2014-12-19Fix reversed args in function call (float, bool vs. bool, float).Bastien Montagne
2014-12-15Fix for clip proxies builder reloading original footage framesSergey Sharybin
2014-12-15Tracking: Fix wrong logic in tracks synchronizationSergey Sharybin
2014-12-15Tracking: Avoid possible treading issue reading the frame to syncSergey Sharybin
2014-12-15Tracking: Fix possible race condition accessing the tracksSergey Sharybin
2014-12-14Fix for idproperty comparisonCampbell Barton
2014-12-12Fix T42883: ID-Prop arrays longer than 'shot' failCampbell Barton
2014-12-11Fix crash when changing worlds with world background active.Antony Riakiotakis
2014-12-10Fix T42472: Undoing/Redoing repeated transform operator gives wrong final mat...Bastien Montagne
2014-12-10Fix T42748: Crash in subsurf, threaded accessCampbell Barton
2014-12-09Fix T42175: Modifiers don't render in sculpt mode using multiresSergey Sharybin
2014-12-08Fix T42824: Proxy bone custom-shape lost on undoCampbell Barton
2014-12-05Amendment to previous commit: Add an option to scene strips to disable GPencilJoshua Leung
2014-12-05Grease Pencil sketches get included when doing OpenGL previews for scene stri...Joshua Leung
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