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-17Fix T44411: poll() function of MESH_OT_knife_project was not strict enough.Bastien Montagne
2015-04-17Fix T44412: Crash when trying to paint on a GPencil frame when the frames are...Joshua Leung
2015-04-17Fix for Grease Pencil and negative framesJoshua Leung
2015-04-17BGE: Fix for T44374 Crash when collision sensor deactivatedJorge Bernal
2015-04-16Cleanup: use const for sculpt codeCampbell Barton
2015-04-16Added Support for Custom Vertex Normals to Collada exporterGaia Clary
2015-04-16OpenGL does not like line thickness less than 1.0.Antony Riakiotakis
2015-04-16Action Editor: Preemptive fix for null-pointer dereferenceJoshua Leung
2015-04-16Fix T44408: "Rest Length" property in the Stretch To constraint was getting c...Joshua Leung
2015-04-16Cleanup: remove redundant initializersCampbell Barton
2015-04-16Draw smoke domain in transparent pass. Should composite smoke domainsAntony Riakiotakis
2015-04-16Fix T44406: the Hebrew font causes trouble.Bastien Montagne
2015-04-16RNA: avoid past tense in property namesCampbell Barton
2015-04-16Docs: BLI_rand non-obvious behaviorCampbell Barton
2015-04-16BGE: Fix for T42341 Sensor.frequency is badly namedJorge Bernal
2015-04-16Partial fix for T44404: freestyle crashes blender.Tamito Kajiyama
2015-04-16Dyntopo: avoid redundant loop collapsing edgesCampbell Barton
2015-04-16Dyntopo: blend vertex normals when collapsingCampbell Barton
2015-04-15dyntopo: don't allocate tessfaces while sculptingCampbell Barton
2015-04-15Fix crash loading file without scene in bg modeCampbell Barton
2015-04-15Cleanup: warnings, wsCampbell Barton
2015-04-15Cleanup: use const for event->tablet_dataCampbell Barton
2015-04-15Increase max brush size from 200 to 500Campbell Barton
2015-04-15BGE: subclass with more than 1 argument, D1237Porteries Tristan
2015-04-15BMesh: dyntopo used lopsided normalsCampbell Barton
2015-04-15BMesh: Missed normal from example /w skip-cd flagCampbell Barton
2015-04-15Fix T44395: String untranslated in open file window.Bastien Montagne
2015-04-15BMesh: avoid ghash lookups splitting the pbvhCampbell Barton
2015-04-15typo in last commitCampbell Barton
2015-04-15Sculpt: change behavior of crease brushCampbell Barton
2015-04-15RNA: use lock_ prefix for booleansCampbell Barton
2015-04-14Fix T44389: Tooltips swapped in Logic EditorJulian Eisel
2015-04-14Multiview: compositor openexr multiview images fully workingDalai Felinto
2015-04-14Fix T44343 Compositor image node cannot properly load multilayer EXRsDalai Felinto
2015-04-14Second round of hair random rotation limited to 180 degreesMai Lavelle
2015-04-14Action Editor: Make the warning on unlinking actions a bit less intrusiveJoshua Leung
2015-04-14Fix T44385 SSAO inverted with new Intel drivers.Antony Riakiotakis
2015-04-14Add flag that prevents editing of markers. Can be located in markerAntony Riakiotakis
2015-04-14Dyntopo queue added the same edges multiple timesCampbell Barton
2015-04-14BMesh: avoid customdata copy for new dyntopo vertsCampbell Barton
2015-04-14initialize members in-orderCampbell Barton
2015-04-14Fix T44348: Blender crashes when selecting bone from inactive scene in outlinerSergey Sharybin
2015-04-14PBVH: use realloc/recallocCampbell Barton
2015-04-14Animation Editors: Name filter now updates as you type, making it a true "liv...Joshua Leung
2015-04-14NLA: The "filter by name" functionality now works with NLA strips tooJoshua Leung
2015-04-14NLA: Store track that the strip being tweaked comes fromJoshua Leung
2015-04-14Fix for another NLA drawing bug uncovered by the previous commitJoshua Leung
2015-04-14Temporary fix for NLA strips not getting drawn in tweakmode with multiple str...Joshua Leung
2015-04-14NLA: Shift-Tab toggles tweakmode AND makes that track soloJoshua Leung
2015-04-14BMesh: avoid redundant face-exists check (dyntopo)Campbell Barton