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-11-28BMesh: use typed filter callbacks (const args too)Campbell Barton
2015-11-27OpenGL: fix cycles texture draw mode not respecting double sided lighting.Brecht Van Lommel
2015-11-27Fix T46883: VSE Meta Strip crash on leaving Meta editing (tab).Bastien Montagne
2015-11-27Fix T46827: Appending Specific Groups Doesn't Work on Windows.Bastien Montagne
2015-11-27Fix (unreported) broken BLI_join_dirfile() in some cases on Windows.Bastien Montagne
2015-11-27fix T46868: added workaround for a collada issue with UTF8 filenamesGaia Clary
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-27Fix T46799: Blender crashes when enumerating POCL devicesSergey Sharybin
2015-11-26Fix crash when ding dyntopo sculptingSergey Sharybin
2015-11-26BGE: Fix ray cast with unfound property.Porteries Tristan
2015-11-26Fix assert in UI align code in some specific situations.Bastien Montagne
2015-11-26Fix (unreported) libquery's IDLooper for constraints not handling correctly r...Bastien Montagne
2015-11-26Fix recent c99 cleanup w/ openmpCampbell Barton
2015-11-26Fix assert navigating into dir w/ `.blend` suffixCampbell Barton
2015-11-26Fix error with intersect handling split-wire edgesCampbell Barton
2015-11-26Cleanup: warningsCampbell Barton
2015-11-26Partial revert of last commitCampbell Barton
2015-11-26cleanup: C99 and vertex array commentsMike Erwin
2015-11-26OpenGL: remove unused VBO_DISABLED from PBVHMike Erwin
2015-11-26Fix T46870: bge globalDict kept between sessionsCampbell Barton
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-26Cleanup: use const for linklist APICampbell Barton
2015-11-26Fix error in shadowing cleanup (wrong pointer free)Campbell Barton
2015-11-25Fix OpenSubdiv geometry shader error on Linux / AMD.Brecht Van Lommel
2015-11-25OpenGL: GLSL always supportedMike Erwin
2015-11-25Use different approach to the antialias nodeSergey Sharybin
2015-11-25Fix bplayer (c)Bastien Montagne
2015-11-25Sequencer: nested scene strip support (like metas)Campbell Barton
2015-11-25Fix T46867: Face-Mask hiding failed on mode switchCampbell Barton
2015-11-25Cleanup: use correct name in printsCampbell Barton
2015-11-25Accept non-existing files from the CLISybren A. Stüvel
2015-11-25Fix T46646: Point Cloud Density crashes on real time renderingSergey Sharybin
2015-11-25PyAPI: remove workaround for Py3.4 bugCampbell Barton
2015-11-25MOD_weightvg: switch from OMP to BLI_task's parallelized 'for loop'.Bastien Montagne
2015-11-25BLI_task: BLI_task_parallel_range_ex: add some per-chunk userdata.Bastien Montagne
2015-11-25OpenGL: set geometry shader input length implicitlyMike Erwin
2015-11-25BMesh: raise exception face-split w/ adjacent loopsCampbell Barton
2015-11-25BMesh: remove double faces when triangulatingCampbell Barton
2015-11-25Fix error in recent check for duplicate trisCampbell Barton
2015-11-24Sculpting optimization: Avoid iterating the PBVH for intersection duringAntony Riakiotakis
2015-11-24Fix T46855: Limit Location Max value limited to 1000 units.Bastien Montagne
2015-11-24Fix T46851: Crash on multires more than millionSergey Sharybin
2015-11-24Fix T46839: New dependency graph missed time update on motrack constraintsSergey Sharybin
2015-11-24Fix outliner crash after recent no-functional-changes cleanup commitsSergey Sharybin
2015-11-24Cycles: Support per-render layer world AO settingsSergey Sharybin
2015-11-24BGE: Save screenshots in a different threadSybren A. Stüvel
2015-11-24Cleanup: Unsued variablesJulian Eisel
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-24fix error in last commitCampbell Barton