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
path: root/source
AgeCommit message (Expand)Author
2013-09-13Change the enum for CustomDataMask bits back to #defines.Nathan Letwory
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-12Different implementation of patch #36430: use layer froms scene directly forBrecht Van Lommel
2013-09-12more localized fix for [#36299], only changes behavior for subsurf with orco ...Campbell Barton
2013-09-12Fix #36706: Added complementary API functions for the FileOutput node so file...Lukas Toenne
2013-09-12Partial fix for #36706: Prevent invalid sockets in the FileOutput node by rem...Lukas Toenne
2013-09-12fix [#36299] Skin Modifier causes crashes in combination with multiple Subdiv...Campbell Barton
2013-09-12bmesh wireframe operator now adds crease customdata when the crease option is...Campbell Barton
2013-09-12correct brackground rectangle drawing in info view. need to compensate for re...Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-12another fix for [#36694], user submitted a new testfile that crashes without ...Campbell Barton
2013-09-12Better fix for #36688.Antony Riakiotakis
2013-09-12BGE: Potential fix for [#35522] Broken game engine compatibility since 2.66a ...Daniel Stokes
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-11Fix #36705: UV pack island crashing after recent change.Brecht Van Lommel
2013-09-11Fix #36700, z-depth not rendering properly at (n*256)+1 dimensions.Lukas Toenne
2013-09-11Enable transform helpline in clip editorSergey Sharybin
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
2013-09-11Revert r60034 and proper fix for #36698 by Sergey Sharybin. NULL pointer chec...Lukas Toenne
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 [#36020] SmartUV Project is messy on a cubeCampbell Barton
2013-09-11Fix #36698 Cycles MinGW64 Mike Pan scene crashes instantly. Missing pointer c...Lukas Toenne
2013-09-11add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d()Campbell Barton
2013-09-11interface, replace '|' with define UI_SEP_CHARCampbell Barton
2013-09-11fix [#36699] ASCII-character "|" blocks parentingCampbell Barton
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-09-11fix [#36697] Topology mirror causes vertices to jump?Campbell Barton
2013-09-11uv-pack operator: option to rotate uv islands to fit in the optimal rectangle...Campbell Barton
2013-09-11correct own recent edits, area for text line numbers drawing was too small.Campbell Barton
2013-09-11add angle_to_mat2 utility function.Campbell Barton
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-10Possible fix for MSVC compiling (grr...).Bastien Montagne
2013-09-10Split normals API, to get per-vertex per-face normals, useful to export sharp...Bastien Montagne
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-10Fix #36577: sculpt area plane texture mapping + random angle did not work.Brecht Van Lommel
2013-09-10Another DNA cleanup (enums instead of defines).Bastien Montagne
2013-09-10Core code for split normals computation. Many thanks to ideasman for is optim...Bastien Montagne
2013-09-10Enable view3d-like shortcuts for pivot point in clip editorSergey Sharybin
2013-09-10Don't show 2D cursor in tracking mode i pivoting is not set to 2D cursorSergey Sharybin
2013-09-10Tweaks to plane trackSergey Sharybin
2013-09-10remove redundant indirection in assertsCampbell Barton
2013-09-10add BLI_SMALLSTACK_***, macros: stack doesn't have a fixed size, it uses stac...Campbell Barton
2013-09-10* Compile fix for r59990.Thomas Dinges