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-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-12remove redundant assignments & unused vars.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
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-14bugfix [#24697]Martin Poirier
2010-11-14bugfix [#24697] Trying to run bpy.ops.transform.create_orientation crashes Bl...Campbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-04workaround [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-08remove unused includesCampbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-07-15wip commit; DO NOT USE. almost done with phase 1 of this restructuring, basi...Joseph Eagar
2010-05-16[#22114] Manipulator Transform Orientation not respectedMartin Poirier
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-13merge with trunk/2.5 at r25907Joseph Eagar
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2009-12-29Bugfix for [#20511]Martin Poirier
2009-11-29Gimbal orientation defaults to Normal instead of Global when bone or object i...Martin Poirier
2009-11-29ok, apparently didn't commit this either. apparently includes a merge with t...Joseph Eagar
2009-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-11-22merge with trunk/2.5 at r24463Joseph Eagar
2009-11-20Attempted fix for #19870 - Crash on Shift Numpad 1 based on the backtrace htt...Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-09fixed normals problem with normal constrained transformJoseph Eagar
2009-11-08merge with trunk/2.5 at r24378Joseph Eagar
2009-11-07Make orientation matrix access function public.Martin Poirier
2009-11-06bring back align to view to objectCampbell Barton
2009-10-30- Simplified EulToGimbalAxis, its still only works on XYZ and ZXY but at leas...Campbell Barton
2009-10-29No need to force ortho on a unit matrixMartin Poirier
2009-10-29various small fixesCampbell Barton
2009-10-28Gimbal Transform orientationsMartin Poirier
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-09-28Adding back more functionalities for transform orientations.Martin Poirier
2009-09-21tested running the cheat-sheet, found a number of segfaultsCampbell Barton
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-09-15made subsurf object mode conversion faster, though still needs a bit more workJoseph Eagar
2009-09-08Made Nurb->type only store the type rather then mixing the type with flags.Campbell Barton