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-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
2013-09-11Fix use of uninitialized variable in new Mesh.calc_normals_split.Brecht Van Lommel
2013-09-11replace inline index lookup with BLI_findindexCampbell Barton
2013-09-11Add read-only access to index data for current line, top line and visible lin...Nathan Letwory
2013-09-11Fix #36327: cycles render layers exclude layers animation did not work well.Brecht Van Lommel
2013-09-10misc minor changesCampbell Barton
2013-09-10Split normals API, to get per-vertex per-face normals, useful to export sharp...Bastien Montagne
2013-09-10Tweaks to plane trackSergey Sharybin
2013-09-10makesrna fix: The C++ wrapper functions for collection lookup (both int and s...Lukas Toenne
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-09-09Attempt fix for #36688.Antony Riakiotakis
2013-09-09Film response curves implemented as a looksSergey Sharybin
2013-09-08Some fixes to tips...Bastien Montagne
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-07rna wrap WM_cursor_warpCampbell Barton
2013-09-07wrap cursor setting so python can make use of it, eg:Campbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-05Expose theme color of shadow UVs (These include UVs that are drawn inAntony Riakiotakis
2013-09-05Bugfix #35920Ton Roosendaal
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-04Added better support for line styles in the Outliner.Tamito Kajiyama
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-09-03Related to #36382: for linked object point caches, show a message that diskBrecht Van Lommel
2013-09-03add checks for bad args to RNA_def_property_ui_range & RNA_def_property_range...Campbell Barton
2013-09-03allow negative offset for floor constraint.Campbell Barton
2013-09-02Ack... Followup to r59743: in fact, bitflags groups are not always wanted/nee...Bastien Montagne
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02Cleanup!Bastien Montagne
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-30Cleanup, bitflags as bitshift ops, and some formating...Bastien Montagne
2013-08-30minor ui editsCampbell Barton
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne