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-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-11Blender Internal: remove BLI BVH for raytracing.Brecht Van Lommel
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-07Fix own rB8714ae09f894: Forgot to handle bone constraints in versionning code!Bastien Montagne
2014-04-07Fix T39563: Tiny unit-display problem in constraint panels.Bastien Montagne
2014-04-03Fix build for BSD (broken by own 35747ee3d547).Bastien Montagne
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-28Bevel Factor MappingLukas Treyer
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-11fix compile error on MinGW32Antony Riakiotakis
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2014-03-05Move do-versions functions for 2.70Campbell Barton
2014-02-22Replace the int argument for user count mode when restoring pointers onLukas Tönne
2014-02-21Fix T37719: NodeTrees lose users on undo.Lukas Tönne
2014-02-21Modifier: rename triangulate scanfill to ear-clipCampbell Barton
2014-02-19Use tabs for image editor.Antony Riakiotakis
2014-02-19Added track weight to presetsSergey Sharybin
2014-02-15Fix reading one byte past the buffer when writing string propertiesCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-07Add Tabs for Movie Clip EditorSergey Sharybin
2014-02-06Cycles: add pass alpha threshold value to render layers.Brecht Van Lommel
2014-02-05Fix T35328: Disk caches of multiple particle systems on a single object overw...Sergey Sharybin
2014-02-05Fix T38340 and T38473: fixed Scene pointers in Composite and Defocus nodes do...Lukas Tönne
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-29Option to lock the interface while renderingSergey Sharybin
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-22Make memory checker happy about FileGlobalSergey Sharybin
2014-01-20Clear object recalc flag on loadTom Edwards
2014-01-17Build Modifier - Add "Reversed" OptionJoshua Leung
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-15Fix T38227: Cloth cache storing only every 10 frames.Sergej Reich
2014-01-14Fix to recent commit, == instead of = in do_versionHoward Trickey
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-05Fix memory leak caused by main library splitSergey Sharybin
2014-01-03Text3d: store number of characters and utf8 length separatelyCampbell Barton
2014-01-01Fix crash happening in Cycles fcurve modifierSergey Sharybin
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-30Code Cleanup: unused defines & styleCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin