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-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11Fix T42557: Crash on delete or separate vertices with subsurf modifier + vert...Bastien Montagne
2014-11-06better fix for fix T42525 (tm)Antony Riakiotakis
2014-11-06Fix T42525 crash when deleting lamp attached to Lamp Data material nodeAntony Riakiotakis
2014-10-31Optimize vertex parent for edit mode without modifiersSergey Sharybin
2014-10-31Optimize vertex parent in cases there are only deform and SS modifiersSergey Sharybin
2014-10-21Fix T42257: Curve vertex parent not working with animationSergey Sharybin
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-09-24Correct for change in recent commitCampbell Barton
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-27CleanupCampbell Barton
2014-08-26Fix T41355: Make-local looses linked modifiers textureCampbell Barton
2014-08-18Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve...Sergey Sharybin
2014-08-11Utility functions for getting boundbox size/scaleCampbell Barton
2014-08-04Correct cu->pathlen treated as a floatCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-16Cleanup: Adhere to our naming convention for BKE_linestyle.h APICampbell Barton
2014-07-07Fix compilation error with Freestyle after recent DAG changesSergey Sharybin
2014-07-07Fix T40712: Duplicators don't generate orco and UV coordinates in Cycles view...Lukas Tönne
2014-07-02Fix T40823 LoD Add and Remove crash without valid objectDaniel Stokes
2014-06-27Fix T40823, crash with LoD operator without valid object.Thomas Dinges
2014-06-18Code cleanup: replace 0 with OB_MODE_OBJECTCampbell Barton
2014-06-09Fix T40057: invisible hair particles slowing down mesh editsSergey Sharybin
2014-06-01Fix T40315: Boolean modifier with Freestyle edges.Tamito Kajiyama
2014-05-19Style cleanupCampbell Barton
2014-05-19Fix T40194: cycles deformation motion blur not working with curves + shape keys.Brecht Van Lommel
2014-05-08Code Cleanup: remove unused m_contactProcessingThresholdCampbell Barton
2014-05-07Code cleanup: naming.Antony Riakiotakis
2014-04-30Fix for copy_object_pose incrementing custom user twiceCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-09View3D: disable LOD when game engine is disabled or ifdef'dCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-24Fix T39318: Blender 2.70 crash when I link an assetSergey Sharybin
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-03-14Fix T39166: Disappearing text objectsSergey Sharybin
2014-03-14Fix T39180: Particle with fluid physics unstable.Lukas Tönne
2014-03-11Fix T39033: Regression, duplicating proxy loses proxyCampbell Barton
2014-03-07Removing ParticleSystem->frand arrays to avoid memory corruption issuesLukas Tönne
2014-02-14Fix T38504: cycles missing object in viewport with shape keys and shared mesh.Brecht Van Lommel