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
2012-12-17Bug fix, IRC report.Ton Roosendaal
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-14Merged changes in the trunk up to revision 52191.Tamito Kajiyama
2012-11-13fix [#33156] Ctrl+L Link modifiers produce copies with identical namesCampbell Barton
2012-11-12Merged changes in the trunk up to revision 52118.Tamito Kajiyama
2012-11-09Fix #33123: lamp nodes drivers not working, now uses same hacks as materialBrecht Van Lommel
2012-11-04Merged changes in the trunk up to revision 51863.Tamito Kajiyama
2012-11-04Bugfix #33074Ton Roosendaal
2012-11-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
2012-11-01style cleanupCampbell Barton
2012-10-30BGE: Adding support for Bullet's collision masks. Each object now has a colli...Mitchell Stokes
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-24Bugfix #32496Ton Roosendaal
2012-10-23comment quick cache RNA and quiet compiler werning.Campbell Barton
2012-10-23Bugfix 30974Ton Roosendaal
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-19Fix [#32925] Center cursor (shift+C) crashing blender after duplicating bone ...Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04style cleanup: comment blocksCampbell Barton
2012-09-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
2012-09-27Fix #32667: Curve softbodies doesn't render animation (cycles)Sergey Sharybin
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-18fix for a strange linking error where set_property() in source/blender/blenke...Campbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-16speedup for vertex parent lookups, were looping over array elements when it w...Campbell Barton
2012-09-15code cleanup: remove paranoid/invalid NULL checks and also reduce some unneed...Campbell Barton
2012-09-15code cleanup: replace memcpy for copy_v3_v3(), and fix for unlikely crash - i...Campbell Barton
2012-09-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
2012-09-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-08-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
2012-08-25minor code cleanupCampbell Barton
2012-08-18Merged changes in the trunk up to revision 49986.Tamito Kajiyama
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-08-12Merged changes in the trunk up to revision 49797.Tamito Kajiyama
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-08-02Merged changes in the trunk up to revision 49478.Tamito Kajiyama
2012-07-26code cleanup: use BKE_pain_ prefix for paint funcs. also minor style editsCampbell Barton
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton