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
2013-10-10style cleanupCampbell Barton
2013-10-10Fix OS X build error in malloc code, and warning in rna.Brecht Van Lommel
2013-10-10NodeSocket RNA property 'in_out' renamed as boolean 'is_output'. This is a mo...Lukas Toenne
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-10-10Cleanup: Consistent names for draw callbacks in bNodeType.Lukas Toenne
2013-10-10Support for baking vertex colors to textures.Antony Riakiotakis
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-09Derivative map bakerSergey Sharybin
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-08Fix [#36993] Blender 2.69 test build freezes when changing metaball view reso...Bastien Montagne
2013-10-05replaced export for OpenSim by Export for SL/OpenSim in Collada export user i...Gaia Clary
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-10-04Fix related to [#36926] 'scale' Node doesn't work properly.Bastien Montagne
2013-10-03rigidbody: Flag bodies for validation when changing shapeSergej Reich
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-10-02Fixes for cycles Mapping and Vector Transform node:Brecht Van Lommel
2013-10-01add rna path callback for material slots but disable animation.Campbell Barton
2013-10-01Follow-up to r60433 (related to Bug #36878): additional checks for NULL line ...Tamito Kajiyama
2013-09-30Usual UI messages fixes...Bastien Montagne
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-29Fix [#36859] Grease Pencil - Frames.new() doesn't create frame if frame_numbe...Bastien Montagne
2013-09-29Fix [#36830] 'Reset to Default Value' on Current Area Type button causes crashBastien Montagne
2013-09-27rna: implementing function to remove keymap from keyconfigDalai Felinto
2013-09-27relating to [#36822], apply clamping to hard limits tooCampbell Barton
2013-09-26Fix for the name of line style ID blocks, from "FreestyleLineStyle" to "Line ...Tamito Kajiyama
2013-09-26Use the brush icon rather than the particle icon for ID-block type of Freesty...Irie Shinsuke
2013-09-26Fix cycles issue with mapping node rotation and scale order. When using bothBrecht Van Lommel
2013-09-21Fix [#36788] changing the built in keying set prints "attempt to free NULL po...Bastien Montagne
2013-09-20Fix [#36759] UV Project - Specified UV Map doesnt work properlyBastien Montagne
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-20fix for nla-strip-path function not returning an allocated pointer and new ma...Campbell Barton
2013-09-20remove unused modifier argument from ParticleSystem.co_hairCampbell Barton
2013-09-20fix [#36777] uv_on_emmiter make Blender crashCampbell Barton
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-16Undo the front-facing only commit for clay strips brushes, it adds anAntony Riakiotakis
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-14fix weird issue after last commit where grab brush would not work andAntony Riakiotakis
2013-09-14Sculpting:Antony Riakiotakis
2013-09-13Match free_normals_split with calc_normals_split names ;)Bastien Montagne
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...Campbell Barton
2013-09-13correct error in libmv stub, also correct typo.Campbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-12Fix #36706: Added complementary API functions for the FileOutput node so file...Lukas Toenne
2013-09-12Better fix for #36688.Antony Riakiotakis
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-09-12fix uninitalized var with new normal calculation function.Campbell Barton