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
2014-05-05Make bpy.types.EditBone.matrix writeable.Bastien Montagne
2014-05-05Install_deps: explicitely disable OSL/LLVM seems needed...Bastien Montagne
2014-05-05Attempt to solve T39950,Antony Riakiotakis
2014-05-05Fix T39322, hair not rendered in rendered mode viewport after returningAntony Riakiotakis
2014-05-05Fix T40032: hair BSDF not working correct after primitive type code refactoring.Brecht Van Lommel
2014-05-05Fix T40031: cycles deformation motion blur wrong render on last frame of anim...Brecht Van Lommel
2014-05-05Another attempt to fully fix T40020: Freestyle: dashed lines crashes blender.Tamito Kajiyama
2014-05-05Freestyle: Revised a UI text for better understandability in the Outliner.Tamito Kajiyama
2014-05-05Fix T40029: Apply transform to empties reset their locationCampbell Barton
2014-05-05Stop all dynamic enums using translations (from blend file data)Campbell Barton
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-05-05Fix T40020: Freestyle: dashed lines crashes blender.Tamito Kajiyama
2014-05-05Code cleanupCampbell Barton
2014-05-05NLA Pushdown Operator: Active animdata option + More error handlingJoshua Leung
2014-05-05NLA Editor: Added dedicated operator for the pushdown operationJoshua Leung
2014-05-05Code Cleanup: Remove old deprecated NLA channel drawing codeJoshua Leung
2014-05-05NLA Editor: Polishing a few rough edges with the cleanupJoshua Leung
2014-05-05NLA Editor: Second part of porting NLA Action channel to standard drawing systemJoshua Leung
2014-05-05NLA Editor Drawing: Set up AnimChannelType callbacks for drawing NLA EditorJoshua Leung
2014-05-05Fix T39928: Blender crash/freeze when game engine is started with animation p...Mitchell Stokes
2014-05-05Add check for LIKELY/UNLIKELY is CPU onlyCampbell Barton
2014-05-05Cycles: avoid int->float conversions for pixel lookupsCampbell Barton
2014-05-04Fix T40025: install_deps.sh generating wrong make flag for OSLBastien Montagne
2014-05-04Cycles: use LIKELY/UNLIKELY macrosCampbell Barton
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-04Code cleanup: avoid int/uint mixup in cyclesCampbell Barton
2014-05-04Fixes for errors uncovered after previous commitJoshua Leung
2014-05-04Code cleanup: Use enum instead of int in function signatures for bAnimChannel...Joshua Leung
2014-05-04NLA Editor: Display "tweaking action" status indicator icon in place of actio...Joshua Leung
2014-05-04NLA Editor: Added dedicated icons for "pushdown" operator and for indicating ...Joshua Leung
2014-05-04NLA Eval Bugfix: Influence settings on active action didn't workJoshua Leung
2014-05-04Fix typo (uninitialized var)Campbell Barton
2014-05-04Fix T40010: Single user looses parent relationship (temporarily)Campbell Barton
2014-05-03Fix for aligned handles in masking and curve objectsSergey Sharybin
2014-05-03Code cleanup: style, require ; for cuda_assert, opencl_assertCampbell Barton
2014-05-03Quiet float conversion warnings when building cycles standaloneCampbell Barton
2014-05-03Code cleanup: styleCampbell Barton
2014-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-05-03Doxy cleanup: formattingCampbell Barton
2014-05-03Minor code style fix.Tamito Kajiyama
2014-05-03Added support for the Make Local command in the Outliner on textures in line ...Tamito Kajiyama
2014-05-03Added changes to unlink textures from line styles in the Outliner.Tamito Kajiyama
2014-05-03Added changes to show textures as part of line styles in the Outliner.Tamito Kajiyama
2014-05-03Added notifier of updates in Freestyle texture slots.Tamito Kajiyama
2014-05-03Fix for missing initialization and copying of FreestyleLineStyle::pr_texture ...Tamito Kajiyama
2014-05-03Make blenderplayer compilable again after recent commit b7f085d9c128f31d576c7...Thomas Beck
2014-05-03install_deps: always specify openexr/ilmbase versions to OIIO and OSL cmake, ...Bastien Montagne
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-05-03Alternative fix for T39941, this also fixes odd behavior of rendered preview.IRIE Shinsuke
2014-05-03Comment out scons '-Werror=float-conversion' for Cycles for now.Bastien Montagne