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-01use bmesh for loop macros for looping over mesh verts/edges/facesCampbell Barton
2013-08-01code cleanup: remove unused functionsCampbell Barton
2013-08-01Fix a very irritating problem of our stroke system. On small brushes,Antony Riakiotakis
2013-08-01Fix [#36265]: Smoke doesn't work if domain object has negative scale.Miika Hamalainen
2013-08-01remove unused headers and NULL checkCampbell Barton
2013-08-01Cycles / HSV Separator and Combine node:Thomas Dinges
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-08-01Cycles / Blackbody to RGB node:Thomas Dinges
2013-08-01fix for BLI_ghash_clear from Sv. Lockal (lockal)Campbell Barton
2013-08-01Cycles / Ray Depth:Thomas Dinges
2013-07-31Code cleanup: libmv C APIJoseph Mansfield
2013-07-31Fix #36267 part 2 of 2: Fix for reroute node values in old shader node stack ...Lukas Toenne
2013-07-31Fix #36267, part 1 of 2: fix for reroute node type updates. The reroute nodes...Lukas Toenne
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-31add NULL checks in eyedropper_color_sample_fl since BKE_area_find_region_type...Campbell Barton
2013-07-31Use bool instead of int.Sergey Sharybin
2013-07-31Fix #36302: Multires baking to zero 0 was showing error but still was bakingSergey Sharybin
2013-07-30Use malloc in cases when data is getting overwriten after allocation.Sergey Sharybin
2013-07-30fix: [#36148] Collada instance nodes are not scaled properly during importGaia Clary
2013-07-30apply world matrix only to armature, Bones and children get it implicit via p...Gaia Clary
2013-07-30function renaming for own recently added BLI_math functions, suggested by Bre...Campbell Barton
2013-07-30fix for error in own recent changes to transform initialization, proportional...Campbell Barton
2013-07-30Remove superfluous iterations (caused by typo) and type casts in outlinerSv. Lockal
2013-07-30Collada: renamed size_mat to scale_mat for clarity. removed obsolete variable...Gaia Clary
2013-07-30Collada: unit converter was not initialized for ArmatureImporterGaia Clary
2013-07-30Missed a couple of files for the vsync commit (r58729).Mitchell Stokes
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-30Collada: Optimize Scale to scene. Only need to scale the root objects of a hi...Gaia Clary
2013-07-30Collada: Import now always rotates input to match blender's Z_UP axisGaia Clary
2013-07-30Added Scene scale calculator to UnitConverter for future usage (wip)Gaia Clary
2013-07-29Added/changed comment for clarificationGaia Clary
2013-07-29Fix #36264, New modulo math node not viewable in GLSL mode. Modulo math opera...Lukas Toenne
2013-07-29fix [#36280] Dynamic Topology crashes with active faceCampbell Barton
2013-07-29add asserts to ensure face normal is up to date.Campbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-29fix for possible dounle fclose in makesrna's replace_if_different function.Campbell Barton
2013-07-29bmesh optimization (noted as todo), avoid recalculating normal every time BM_...Campbell Barton
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-29make code style of makesrna.c conform to the rest of blender, was also some o...Campbell Barton
2013-07-29rename term 'grid node' --> 'grid division' wtr snapping tips.Campbell Barton
2013-07-28new mesh tool for cleaning up meshes, splits up non-planar faces while they e...Campbell Barton
2013-07-28add inline functions getting a single axis from mul_m3_v3()Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-28add BLI_alloca.h, missed in previous commitCampbell Barton
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-28bmesh: skip error checks when building in release mode (minor speedup),Campbell Barton
2013-07-28fix for freed memory access clearing tracks in the clip editor.Campbell Barton
2013-07-28remove unneeded NULL checks, add one for give_matarar() return value.Campbell Barton
2013-07-27code cleanup: remove unused codeCampbell Barton