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-02-23Fix T43769: Envmap Texture copy looses imageCampbell Barton
2015-02-23CustomData: const correctnessCampbell Barton
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-23CustomData: replace calloc -> mallocCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2015-02-23Subsurf: missing NULL checks on freeCampbell Barton
2015-02-22Fix T43768: Pointcache end frame ignores preview rangeJulian Eisel
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-02-20Fix for unlikely NULL pointer dereferenceCampbell Barton
2015-02-20Fix possible (unlikely) memory leakCampbell Barton
2015-02-19BGE: Fix T41502 Path following jumpingJorge Bernal
2015-02-18Fix free'd memory use removing constraintCampbell Barton
2015-02-17Ensure BLI_stat() return value is checked.Campbell Barton
2015-02-17Fix T38808: Re-opening an image makes absoluteCampbell Barton
2015-02-17Fix for particle path drawing with black tips.Lukas Tönne
2015-02-17etch-a-ton: off by one errorCampbell Barton
2015-02-17etch-a-ton: fix uninitialized memory useCampbell Barton
2015-02-17Subsurf: Use guarded allocator for non-arena CCGSergey Sharybin
2015-02-14Revert "Fix T43471, based on patch submitted by @sean_loh."Lukas Tönne
2015-02-14Bring copy/free operations into line with changes in previous commitJoshua Leung
2015-02-14Comments: use doxy sections for nodes headerCampbell Barton
2015-02-13Fix issue with some files having non-unique modifier namesSergey Sharybin
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-12Removed the cloth preroll feature.Lukas Tönne
2015-02-12Bugfix: Old NLA Strips from 2.4x got converted with no names (since they didn...Joshua Leung
2015-02-12Correct fix for T43424Campbell Barton
2015-02-12Fix T43471, based on patch submitted by @sean_loh.Lukas Tönne
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
2015-02-11Fix VSE strip channel skip overlapping stripsCampbell Barton
2015-02-11cleanup: rename enum type to blender conventionCampbell Barton
2015-02-11Cavity masking - add curve control to cavity mask and move relevantAntony Riakiotakis
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-11FileBrowser: Editable Bookmarks.Bastien Montagne
2015-02-10correct last commitCampbell Barton
2015-02-10Fix: Grease Pencil datablocks can be copied using the ID.copy() API method nowJoshua Leung
2015-02-10Fix T43611: Collision shape of rigid bodies changes inadvertentlySergey Sharybin
2015-02-09Fix T43424: undo changes the active sceneCampbell Barton
2015-02-09Fix ImBuf leaked by Image from View operatorNicholas Bishop
2015-02-09Code cleanup: remove unused function BKE_image_assign_ibufNicholas Bishop
2015-02-08Some minor fixes from latest coverity scan, nothing crucial here.Bastien Montagne
2015-02-08CMake: only quiet warnings for generated rna filesCampbell Barton
2015-02-06Fix T42950: Smoke particle flow doesn't work with high res and subframes unle...Miika Hamalainen
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-06cleanup: styleCampbell Barton
2015-02-06Get rid of no scaling for proxies for master, it causes FX to crash,Antony Riakiotakis
2015-02-06Outliner: DragDrop objects to groupsCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-05Fix T43556 clamp brush size before setting it after division by DPI,Antony Riakiotakis
2015-02-05Add Custom Loop Normals to Data Transfer.Bastien Montagne