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
2015-05-04Fix Buttons context, invalid object data accessCampbell Barton
2015-05-04Remove redundant outliner lookup freeing objectsCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2015-04-19BGE: Support for collision group/mask from the api + activated on EndObject.Porteries Tristan
2015-04-04Cleanup: use BKE_sculptsession_* prefixCampbell Barton
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-22BGE: New hysteresis offset to improve LOD level transitionsJorge Bernal
2015-03-19Speedup for constraints update from python scriptSergey Sharybin
2015-03-13Cycles: Free caches used by the synchronized objectsSergey Sharybin
2015-03-06Fix access freed memory when doing constraints ID counter on main freeSergey Sharybin
2015-03-04Fix for snap to cursor /w parents (object/pose)Campbell Barton
2015-01-20Make removal of existing particle systems on copying optional.Lukas Tönne
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2015-01-14cleanup: minor editsCampbell Barton
2015-01-13Fix T40616: Deformation Motion Blur for modifiersSergey Sharybin
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-12-29Fix stupid handling of 'Object.matrix_local' in RNA.Bastien Montagne
2014-12-29cleanup: redundant call to BKE_object_apply_mat4Bastien Montagne
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