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-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-19Fix [#32925] Center cursor (shift+C) crashing blender after duplicating bone ...Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
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-27Fix #32667: Curve softbodies doesn't render animation (cycles)Sergey Sharybin
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-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
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-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
2012-07-18make links now allows groups - this means you can make objects have matching ...Campbell Barton
2012-07-12Fix #32041: Empty display size is not taken into account for centering viewSergey Sharybin
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-03Bugfix: Fix crashes with empty material slotsJoshua Leung
2012-07-03Bugfix [#31834] Cycles materials cannot be manipulated using driversJoshua Leung
2012-06-24style cleanypCampbell Barton
2012-06-20style cleanupCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13patch #31794 Added new function BKE_object_relational_superset()Gaia Clary
2012-06-07Code cleanup - Shuffled solve_parenting() function around to remove need forJoshua Leung
2012-06-07Bugfix [#31735] Performance issue related to object parenting to armatureJoshua Leung
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-05-25Fix bug [#31512] Focus Zoom on text object with modifers failsNicholas Bishop
2012-05-23style cleanupCampbell Barton
2012-05-22Add operator to extract armature and vertex groups from skin.Nicholas Bishop
2012-05-22Fix #31522: wrong ID user count on custom bone shape object after duplicateSergey Sharybin
2012-05-20code cleanup:Campbell Barton
2012-05-15Blender Internal Render: Split quads to predictable (vertices 0,1,3) triangle...Daniel Genrich
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-07Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly us...Sergey Sharybin
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton