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
2011-07-29Merging r36529-38806bge_componentsMitchell Stokes
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-06-06object-mode lattice bounds were not taken into account when calculating min/max.Campbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-26fix [#27485] Create new shapekey on latticeCampbell Barton
2011-05-22remove / comment unused code, patch by nico_ga on IRC with some edits.Campbell Barton
2011-05-19Add localize_lamp and localize_world functions as already existed for materialsBrecht Van Lommel
2011-05-14minor changes to view3d operators, add View3D to 'ViewOpsData'Campbell Barton
2011-05-14object_mat3_to_rot wasn't correctly accounting for the euler delta rotations,...Campbell Barton
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-05-07Merging r36382 through r36528Mitchell Stokes
2011-05-03take 3, fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-05-03bugfix: empty proxied (Ctrl+Alt+P) doesn't maintain draw type and sizeDalai Felinto
2011-04-30Merging r36315 through r36381Mitchell Stokes
2011-04-28fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-25There is enough potential developer interest in BGE Components that I'm makin...Mitchell Stokes
2011-04-20minor cleanup & replace inline armature separate pchan searches with BLI_find...Campbell Barton
2011-04-19Fix for [#27038] Bugs when linking particles/collision/softbody modifiersJanne Karhu
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
2011-04-02fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-25move object re-linking into a function.Campbell Barton
2011-03-16api function added for [#26481] Export to X3D of IndexedFaceSet should use X3...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-16Bugfix [#22535] Dupliframes with keyframe Anim are brokenJoshua Leung
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-02bugfix for setting the worldspace matrix of an object which used quaternion r...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-02-02fix issue #2 raised by report: [#25894] Problems with properties across filesCampbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-28More logical ordering of Empty draw types. Made Plain Axes default forDaniel Salazar
2011-01-27Bugfix [#25823] When objects are parented to the same objects thatJoshua Leung
2011-01-18Fix for "[#25700] 2.56: Rotation Mode: Quaternion shows wrong orientation of ...Konrad Kleine
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04comment assert and ensure meshes are always calculated with CD_MASK_BAREMESH,...Campbell Barton
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-08increase grease pencil user count when copying objects.Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-19edit on last commit, for calculating drivers on obdata just check for animdat...Campbell Barton
2010-11-19bugfix [#24796] Drivers are ineffective on Text & Curve obj. geometry parametersCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton