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-05Audio library, early exit when animation is foundAntony Riakiotakis
2015-03-04Fix for snap to cursor /w parents (object/pose)Campbell Barton
2015-03-03Fix mesh-validate for polys using successive vertsCampbell Barton
2015-03-02cleanup: float/double promotion, redundant castsCampbell Barton
2015-03-01Bugfix T43851: Creating a new action after stashing crashes blenderJoshua Leung
2015-03-01Use the old double-step collision method only for cloth.Lukas Tönne
2015-02-28Tweaks for NLA and newly added Action Stash TracksJoshua Leung
2015-02-28Action Stashing: Don't allow an action to get stashed more than onceJoshua Leung
2015-02-28Reshuffle codeJoshua Leung
2015-02-28Code Cleanup: Separate out the logic for stashing actions into a separate fun...Joshua Leung
2015-02-28NLA: Auto-Blends option is no longer enabled on all newly added stripsJoshua Leung
2015-02-28Fix for NLA Solo/Mute behaviourJoshua Leung
2015-02-27Fix T42833: Kink on nurbs curveCampbell Barton
2015-02-27Fix T43807: invalid mesh from 2-sided cyclic curveCampbell Barton
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-26mesh_validate: don't add invalid edges into the hashCampbell Barton
2015-02-24Fix BKE_mesh_validate_arrays, ignored do_fixesCampbell Barton
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