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
2013-08-21style cleanup: also use ARRAY_HAS_ITEM macro for mempool checkCampbell Barton
2013-08-21Image Editor: implement FKey to call 'View All' with 'fit_view'Dalai Felinto
2013-08-21bugfix: fit_view property was saved in CLIP_OT_view_all operatorDalai Felinto
2013-08-20Fix [#36351] Changing the Frame Rate value doesnt adjust audio strip length.Bastien Montagne
2013-08-20fix [#36347] Blender crashes when clicking on 'render' in 'viewport shading'Campbell Barton
2013-08-20Fix compiler warning due to undefined BVH_FUNCTION_FEATURES with patch by Cam...Brecht Van Lommel
2013-08-20inset depth wasn't working right with relative offset, also make it work for ...Campbell Barton
2013-08-20fix [#36352] Inset individual, uncheck "select outer" selects zero facesCampbell Barton
2013-08-20add BLI_memarena_clear function to reset a memarena, keeping the last allocat...Campbell Barton
2013-08-20quiet error installing an addon when the directory already exists (would happ...Campbell Barton
2013-08-20patch [#36503] BGE Python - Radar and Ray sensor wrong AXIS constants wrong d...Campbell Barton
2013-08-20disable material index clamping, fbx importer doesn't know the total number o...Campbell Barton
2013-08-20Code cleanup / Cycles:Thomas Dinges
2013-08-20fix/workaround [#36519] Origin to Center of Mass" failes when faces have an a...Campbell Barton
2013-08-20add is_finite_v# functions, use bool'sCampbell Barton
2013-08-20fix incorrect docs [#36518] Vector.rotate() does not return value as documentedCampbell Barton
2013-08-20Get rid of PATH_MAX in Ghost System X11Sergey Sharybin
2013-08-20fix [#36517] You can edit a texture space (Shift-T) of a linked meshCampbell Barton
2013-08-20Fix GPencil part of [#36101] BSurface Throw an Error When Press "Add Surface"Bastien Montagne
2013-08-19Fix crash caused by own commit to optimize out curvemappingAntony Riakiotakis
2013-08-19Minor optimization for paint systems, initialize the paint curve beforeAntony Riakiotakis
2013-08-19Usual UI messages fixes...Bastien Montagne
2013-08-19Fix [#36438] Adding Metaball when unit scale is smaller than 0.01 seemingly h...Bastien Montagne
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-19Fix build with GE and WITH_CXX_GUARDEDALLOC enabled…Bastien Montagne
2013-08-19code cleanup: confirm include guards to our conventionCampbell Barton
2013-08-19Fix crash happening due to missing ob->curve_cacheSergey Sharybin
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-19Apparently sizeof(unsigned) is 4 bytes on both 32 and 64 bit platformsSergey Sharybin
2013-08-19Fix [#36454] 'Tiles' settings in Render/Performance panel don't respect keyfr...Bastien Montagne
2013-08-19Mistake in revious PATH_MAX commit, sorry!Sergey Sharybin
2013-08-19Attempt to fix compilation error of sort.cSergey Sharybin
2013-08-19Fix compilation error on platforms where PATH_MAX is not definedSergey Sharybin
2013-08-19Code cleanup: use bool instead of BOOL/intSergey Sharybin
2013-08-19Fix read past end of array when drawing tracking markers keyframesSergey Sharybin
2013-08-19MCE: usability improvementSergey Sharybin
2013-08-19Merge remained parts of r57520: use use_render argument rather than G.is_rend...Sergey Sharybin
2013-08-19No static vars shall be in mballs nowSergey Sharybin
2013-08-19And for sure forgot to commit another cleaup patchSergey Sharybin
2013-08-19Forgot this in previous commitSergey Sharybin
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-19Commit atomic operations fileSergey Sharybin
2013-08-19Use reentrant qsort() in particle codesSergey Sharybin
2013-08-19Added check for whether thread lock is being removed while thread is using gu...Sergey Sharybin
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-08-19Added check for address being freed by mempool freeSergey Sharybin
2013-08-19Utility benchmarking macrosSergey Sharybin
2013-08-19Made armatures evaluation safe for threadingSergey Sharybin
2013-08-19Make lattice deform safe for threadingSergey Sharybin
2013-08-19Make GPU buffers allocation/freeing safe for threadingSergey Sharybin