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-04-09Fix T44322: Crash when trying to render spotlight halos.Bastien Montagne
2015-04-09Cleanup: redundant NULL checksCampbell Barton
2015-04-08Cleanup: confusing if statements & alignmentCampbell Barton
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-04-06UI i18n cleanup...Bastien Montagne
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-06Cleanup: replace confusing 'if' statementsCampbell Barton
2015-04-06Fix T43696: Baking tearing normalsCampbell Barton
2015-04-03Fix T44240: Lamp Halo invisible in rendering.Bastien Montagne
2015-04-02Fix T44183 particles in linked group offset from objectAntony Riakiotakis
2015-04-02Cleanup: followup to rBf87d7c605dcfb - use __func__ instead of literal func n...Bastien Montagne
2015-04-02Fix error messages for RE_layer_load_from_file() and RE_layer_load_from_file()Dalai Felinto
2015-03-29Make internal functions of point density independent from RenderSergey Sharybin
2015-03-29Make point density sampling functions a bit easier for re-useSergey Sharybin
2015-03-28Code cleanup: whitespace, line wrappingSergey Sharybin
2015-03-28Code cleanup: Get rid of set but unused matrixSergey Sharybin
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-03-27Cleanup: use const char for stats argCampbell Barton
2015-03-26Fix T44122, rendering OpenGL preview movie with audio has wrong audioAntony Riakiotakis
2015-03-24Code cleanup: r_ prefix vs. _r suffixSergey Sharybin
2015-03-24Fix T44102: Mirrored objects render black with Blender Internal and Autosmooth.Bastien Montagne
2015-03-20Correction to previous commit, initialization of needs_free got lost by acci...Sergey Sharybin
2015-03-20Correct recent commitCampbell Barton
2015-03-20Avoid per-draw allocation when drawing currently rendering tilesSergey Sharybin
2015-03-20Fix race condition and bad memory access highlighting render tilesSergey Sharybin
2015-03-19Color managed luminance for shader ramp-in-energyCampbell Barton
2015-03-17Fix T44028: Vertex Colors Baking errorSergey Sharybin
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
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