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-09-19fix [#36625] Particle Instances ignores Group offsetsCampbell Barton
2013-09-18Fix warnings message on load about packed images:Brecht Van Lommel
2013-09-18Fix memory leak that still existed when opening .blend file mesh data in olderBrecht Van Lommel
2013-09-18Fix #36754: animation not evaluated on object two levels down in dupligroups.Brecht Van Lommel
2013-09-18style cleanupCampbell Barton
2013-09-17Fix #36747: curve bevel and extrude issueSergey Sharybin
2013-09-17Re-track the plane after clearing the keyframeSergey Sharybin
2013-09-16fix [#36291] Applying subsurf to mesh or setting subdivisions to zero crashes...Campbell Barton
2013-09-16Undo the front-facing only commit for clay strips brushes, it adds anAntony Riakiotakis
2013-09-16replace RNA_property_array_length with RNA_property_array_check where the len...Campbell Barton
2013-09-16move editcurve add functions into their own source file editcurve_add.cCampbell Barton
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-15use stack memory for deform weight interpolation.Campbell Barton
2013-09-14fix weird issue after last commit where grab brush would not work andAntony Riakiotakis
2013-09-14Sculpting:Antony Riakiotakis
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...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-12more localized fix for [#36299], only changes behavior for subsurf with orco ...Campbell Barton
2013-09-12fix [#36299] Skin Modifier causes crashes in combination with multiple Subdiv...Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
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-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-09-10misc minor changesCampbell Barton
2013-09-10Update to writefile: do not save TEMPORARY or NO_COPY CD layers!Bastien Montagne
2013-09-10Fix #36271: missing (+) icon for toolbar in compositing layout in default sta...Brecht Van Lommel
2013-09-10startup.blend: save images as RGBA by default, to avoid losing data whenBrecht Van Lommel
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-09-10Core code for split normals computation. Many thanks to ideasman for is optim...Bastien Montagne
2013-09-10Tweaks to plane trackSergey Sharybin
2013-09-10remove redundant indirection in assertsCampbell Barton
2013-09-10fix [#36693] segfaults when split vertice of Bezier curve Campbell Barton
2013-09-09Attempt fix for #36688.Antony Riakiotakis
2013-09-09Some more fixes to missing look initializationSergey Sharybin
2013-09-09Avoid using "bundle" in condole message printSergey Sharybin
2013-09-09Enable vertex snapping to bundle positionsSergey Sharybin
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-09-09Fix own mistake in one of previous commitsSergey Sharybin
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09enable strict flags for mesh_evaluate.cCampbell Barton
2013-09-09remove use of BLI_array in BKE_mesh_mpoly_to_mface(). was over-allocating any...Campbell Barton
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-09-08Changes to Freestyle default parameters:Tamito Kajiyama
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-06Woops, minr style changes are needed.Sergey Sharybin
2013-09-06Avoid tracks reallocation and planes traversal in tracks_map_mergeSergey Sharybin
2013-09-06bmesh utility functions BM_face_as_array_loop_tri, BM_face_as_array_loop_quadCampbell Barton
2013-09-06align BevelSort strict to save some bytes. use camel case.Campbell Barton
2013-09-06fix [#36656] text editor undo error when undoing paste commandJustin Dailey