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-03-09Fix for yet another assert fail of particle dmcache index.Lukas Tönne
2015-03-02Fix T43859: Texture baking crashes blenderSergey Sharybin
2015-02-21Code cleanup: Use bools instead of intSergey Sharybin
2015-02-20Fix for unlikely NULL pointer dereferenceCampbell Barton
2015-02-14cleanup: doxy commentsCampbell Barton
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-08CMake: only quiet warnings for generated rna filesCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-23cleanup: styleCampbell Barton
2015-01-20Fix for BI rendering of hair spirals: Was not taking the extra pointsLukas Tönne
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-20Reimplemented the voxel texture type for displaying hair continuum grids.Lukas Tönne
2015-01-20Moved the cloth solver code into a new subfolder/library inside BlenderLukas Tönne
2015-01-20New voxel texture mode "Hair", for displaying the internal hair volumeLukas Tönne
2015-01-16Fix T43275: Crash on Render when using 'save buffer' and render layer name co...Bastien Montagne
2015-01-13Blender-Internal: avoid redundant area checkCampbell Barton
2015-01-08Fix for wrong boolean flag checkSergey Sharybin
2015-01-06Remove slurph shape-key featureCampbell Barton
2015-01-04sequencer: don't return big values (fill pointer instead)Campbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-26Fix T42641, Graphical fragments showing on Blender 2.71 and higher when baking.Bastien Montagne
2014-12-19Code cleanup: include directory for sconsSergey Sharybin
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-12-01Python: add 'render_write' callbackCampbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: unused headersCampbell 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-21Cleanup: typoCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-14Cleanup: use BLI_hash_ prefix for md5 apiCampbell Barton
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-11-13Fix T42590 baking bakes to duplicated objects too.Antony Riakiotakis
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-11-04Fix T42408: FSAA affects Cycles Image CompositingSergey Sharybin
2014-10-31Code cleanup: Remove unused variableSergey Sharybin
2014-10-31Fix T42401: Gaussian blur node is visibly squared-off at larger sizesSergey Sharybin
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-30Fix T42441: Smoke doesn't render in 3DView if domain object's maximum draw ty...Bastien Montagne
2014-10-28Remove redundant BLI_exists callCampbell Barton
2014-10-15Better fix for T42139Antony Riakiotakis
2014-10-10Code cleanup: Use generic isnan() function instead of own ifdefSergey Sharybin
2014-10-09Minor cleanup.Antony Riakiotakis
2014-10-09Classic blenderplayer fix + small optimizationAntony Riakiotakis
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis