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-10-10header cleanup (no functional changes)Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-08-16Fix #28273: Crash playing with Follow path+Bevel+MaterialSergey Sharybin
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-05-22remove / comment unused code, patch by nico_ga on IRC with some edits.Campbell Barton
2011-05-13made BLI_edgefill returns the list length since some callers count directly a...Campbell Barton
2011-05-10remove some duplicate declarationsCampbell Barton
2011-05-10Fix #27346: When The FONT object is blank, the dimensions are calculated wong.Sergey Sharybin
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-03-28blenkernel: floats were being implicitly promoted to doubles, adjust to use f...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23remove unused functions,Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-14Todo item #19816: Wave modifier does not affect Curve PathsSergey Sharybin
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-08Bugfix, own collectionTon Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2011-01-03Memory for bevelSplitFlag wasn't duplicated in copy_displist.Sergey Sharybin
2010-12-06Sync fix with render branch. Solves crash with ob->bb not found.Ton Roosendaal
2010-11-11Get rid of G.rendering in curve_to_displistSergey Sharybin
2010-11-11Fix #24643: Nurbs Surface Preview resolution overrides render resolutionSergey Sharybin
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-09-22Fix #23925: converting text into a curve looses materialsSergey Sharybin
2010-08-05Do not reset bevel/taper object when they've got incorrect type - just doSergey Sharybin
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-12sequencer float conversion was only using rgb -> float conversion inconsistan...Campbell Barton
2010-06-28Fix #20965: metaballs partticles and volume material crash renderingSergey Sharybin
2010-06-23Fix #21369: normals on extruded text and curve objects were flippedBrecht Van Lommel
2010-06-23Fix #22654: Converted curve from mesh disappearingSergey Sharybin
2010-05-13Fix #22137: Shrink wrap modifer with curves, projection bugSergey Sharybin
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-03-30- Call DAG_id_flush_update for each object in convert operator if keep_originalSergey Sharybin
2010-03-30Fixed segmentation fault when non-curve object is setting as a taperSergey Sharybin
2010-03-30Fix #21827: Outer portions of extruded 2D curves do not render correctlySergey Sharybin
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-26Fixed incorrect rendering result when bevel object has got modifiersSergey Sharybin
2010-03-25Fix #21761: Curve+"Fill deformed"+modifier ( not all)= not renderedSergey Sharybin
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-17"Fill deformed" option for 2D curvesSergey Sharybin