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
path: root/source
AgeCommit message (Expand)Author
2015-02-27Fix T43806: Knife project crashesCampbell Barton
2015-02-26cleanup: spelling & typosMike Erwin
2015-02-26BGE: Fix for CreateConstraint APIThomas Szepe
2015-02-26Fix T43303 impossible to select a joint in stick bone edit mode.Antony Riakiotakis
2015-02-26Remove redundant glInitNames calls (shouod be handled in selection codeAntony Riakiotakis
2015-02-26Fix T43479 animated textures lost after going to a frame before animatedAntony Riakiotakis
2015-02-26Fix T42506 sequencer not limiting zoom.Antony Riakiotakis
2015-02-26Grmll, sorry for the noise, fix stupi cpoypaste typo in previous commit.Bastien Montagne
2015-02-26Attempt to fix BGE build on windows.Bastien Montagne
2015-02-26Fix T43817: issue with non-utf8 encodings in Windows paths, again...Bastien Montagne
2015-02-26Fix potential buffer overflow in `BLI_strncpy_wchar_as_utf8()`.Bastien Montagne
2015-02-26Fix T43643: Solidify crashes with 'only-rim'Campbell Barton
2015-02-26mesh_validate: don't add invalid edges into the hashCampbell Barton
2015-02-26Change samples variable for SSAO - now it is actual samples, not squaredAntony Riakiotakis
2015-02-26Use spiral mapping for SSAO - it reduces banding a lot, especially inAntony Riakiotakis
2015-02-26SSAO: sampling coordinates go out of screen, reject the sampleAntony Riakiotakis
2015-02-25Warning messagebox for windows when an unsupported implementation ofAntony Riakiotakis
2015-02-25Fix T43798: Individual origins disabled object PETCampbell Barton
2015-02-24T43771: FixJeroen Bakker
2015-02-24Fix T43535 - weight paint issuesAntony Riakiotakis
2015-02-24Cleanup leftover code from previous commitAntony Riakiotakis
2015-02-24Fix T43785 crash with border select.Antony Riakiotakis
2015-02-24Patch D843 by Alexander Romanov, fixes to the naming of the materialAntony Riakiotakis
2015-02-24Fix T43792: Connect faces fails with ngonsCampbell Barton
2015-02-24Modifier: no need to calloc (immediately filled)Campbell Barton
2015-02-24Fix T43743 R key not working after recent rake/random sourceAntony Riakiotakis
2015-02-24Fix T43634: Selecting 'Drop Color' from spacebar menu causes instant closeSergey Sharybin
2015-02-24RNA: correct enum flag callbackCampbell Barton
2015-02-24Fix T43784: Compositing scale node border errorSergey Sharybin
2015-02-24Fix BKE_mesh_validate_arrays, ignored do_fixesCampbell Barton
2015-02-24Cleanup: use bit-shift for bmesh_elem_checkCampbell Barton
2015-02-23RNA: use 0/1 for pose layer operatorCampbell Barton
2015-02-23Fix interpolation functions ignoring number of components when doing early ou...Sergey Sharybin
2015-02-23Gooseberry request:Antony Riakiotakis
2015-02-23Move allocation of imbuf from array to allocimbuf.Antony Riakiotakis
2015-02-23RNA: use 1/0 for move layers operatorDalai Felinto
2015-02-23GPU module: get rid of gluscaleimage - game engine also uses that butAntony Riakiotakis
2015-02-23After discussion on irc change new function to only allocate from aAntony Riakiotakis
2015-02-23IMB library: Add function that scales an array of byte or float pixels.Antony Riakiotakis
2015-02-23Fix compilation error after recent GPU debug changesSergey Sharybin
2015-02-23Fix mismatch (missing 'const' to mactch funcs declarations).Bastien Montagne
2015-02-23Debug GPU functionality from soc-viewport_fx by Jason WilkinsAntony Riakiotakis
2015-02-23Snap to Active: missing armature/pose/mball/curveCampbell Barton
2015-02-23Fix T43774: Snap to Cursor ignores active pivotCampbell Barton
2015-02-23Fix T43776: Rigging : Clear User transform is not working when mesh is in wei...Bastien Montagne
2015-02-23Fix T43740: 'Back to Previous' failed on reloadCampbell Barton
2015-02-23Screen: remove redundant NULL check in ED_area_prevspaceCampbell Barton
2015-02-23Partial fix for T43740Campbell Barton
2015-02-23Fix T43769: Envmap Texture copy looses imageCampbell Barton
2015-02-23CustomData: const correctnessCampbell Barton