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
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-11Dyntopo: use hidden face flags in more placesCampbell Barton
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-10BMesh: DM_to_bmesh_ex, no need to callocCampbell Barton
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-04-09Make material array account for mesh/object storage of materialsAntony Riakiotakis
2014-04-09View3D: disable LOD when game engine is disabled or ifdef'dCampbell Barton
2014-04-09Add material storage to derivedmesh.Antony Riakiotakis
2014-04-08Dyntopo: replace GHash with GSet, saves some memoryCampbell Barton
2014-04-08DerivedMesh: replace edgehash with edgesetCampbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-08Code cleanup: remove paranoid NULL checkCampbell Barton
2014-04-08Fix T39635: Crash convening curve to meshCampbell Barton
2014-04-07Fix own broken rB95b25e7333c4 (crash on any undo op :/).Bastien Montagne
2014-04-07Fix T39623: deleting an object crashesCampbell Barton
2014-04-07Fix T39562: Properties panel Pinning is brokenBastien Montagne
2014-04-07Fix T39563: Tiny unit-display problem in constraint panels.Bastien Montagne
2014-04-07Code cleanup: remove unused functions and convert int -> boolCampbell Barton
2014-04-07Dyntopo: minor speedups with bmesh use.Campbell Barton
2014-04-07Dyntopo: avoid mask layer lookups while adding/removing vertsCampbell Barton
2014-04-06Better code for (bone axis + roll) to matBastien Montagne
2014-04-05Dyntopo: minor optimizations for edge queueCampbell Barton
2014-04-05Remove redundant call to CustomData_get_offsetCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-05Solve issue with dyntopo collapse.Antony Riakiotakis
2014-04-04Fix crash happening in DAG_pose_sort() due to threading issuesSergey Sharybin
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-04Cloth: replace EdgeHash with EdgeSetCampbell Barton
2014-04-03Code cleanup: styleCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-02Fix T39520, show diffuse not working in dyntopo.Antony Riakiotakis
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-02implement cache line for image editorSergey Sharybin
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-02Cycles: add dedicated UV Map node, easier to find and has convenient auto com...Kevin Dietrich
2014-04-02Fix T39545: "Track selected markers", does not stop at end of videoSergey Sharybin
2014-04-02Fix some redrawing and possibly other issues in dyntopo:Antony Riakiotakis
2014-04-01Make matcaps suck lessAntony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-04-01Fix for leak in BKE_sequence_sound_initCampbell Barton
2014-04-01Changes to openmp threads commit (UI and RNA)Campbell Barton
2014-03-31Fix deffects reported by CoverityScan (nothing dramatic, but at least one was...Bastien Montagne
2014-03-31Fix T39291: "Stepped" F-curve modifier does not work as expected when stacked...Joshua Leung
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-31Didn't meant to commit debug-only-code in the previous commit!Sergey Sharybin
2014-03-31Code cleanup: use bool/true/false in movieclip.cSergey Sharybin
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
2014-03-31Code cleanup: fixes for function prototypesSergey Sharybin