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-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-05Fix #36649 and #36650: animation of freestyle line thickness and linestyle didBrecht Van Lommel
2013-09-05Expose theme color of shadow UVs (These include UVs that are drawn inAntony Riakiotakis
2013-09-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-09-05Code cleanup: get rid of crappy height cast to doubleSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for tracking APISergey Sharybin
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-05Find missing files now keeps relative paths relative instead of turning themBrecht Van Lommel
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-04fix for building on msvcCampbell Barton
2013-09-04style cleanupCampbell Barton
2013-09-04debug option for modifier stack calculation USE_MODIFIER_VALIDATE,Campbell Barton
2013-09-04replace sqrt(dot()) with length functions.Campbell Barton
2013-09-04simplify length checks in DM_calc_auto_bump_scaleCampbell Barton
2013-09-04fix for missing NULL check before calling BKE_sequencer_imbuf_to_sequencer_sp...Campbell Barton
2013-09-03Related to #36532: show message in modifier when cloth point cache read fails,Brecht Van Lommel
2013-09-03Fix #36587: Tracking markers fail to track near the left and right edge of a ...Sergey Sharybin
2013-09-03Fix #36643: Clip Editor: undesired Markers created "automatically" while I tr...Sergey Sharybin
2013-09-03remove WINDOWS checks in cmake, this variable isn't defined on windows and ch...Campbell Barton
2013-09-02Ack... Followup to r59743: in fact, bitflags groups are not always wanted/nee...Bastien Montagne
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell Barton
2013-09-02Fix [#36636] Incorrect assignment of Smoothing Groups on exportBastien Montagne
2013-09-02Fix #36639, textures not reloaded after fixing paths.Lukas Toenne
2013-09-02Fix #36124: VSE - Input Color option does not work for video filesSergey Sharybin
2013-09-02Fix for the BKE_image_walk_all_users function: This included a check for movi...Lukas Toenne
2013-09-02Fix crash when adjusting plane track after re-tracking point tracksSergey Sharybin
2013-09-02text editor cursor motion (left/right arrows) with selected text typically ju...Campbell Barton
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01Remove some unneeded type conversions.Sergey Sharybin
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-30minor ui editsCampbell Barton
2013-08-30Fix [#36600]: Smoke subframes not working with initial velocityMiika Hamalainen
2013-08-29correct own error r59619 (changes made to patch, adding handle recalculation ...Campbell Barton
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-29fix [#36570] Changing the filename of a image strip doesnt refresh sequencerCampbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-28style cleanupCampbell Barton
2013-08-28avoid calling CustomData_bmesh_get to get CD_PAINT_MASK per vertex while scul...Campbell Barton
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-27fix [#36301] Mirror modifier does not mirror vertex normals when there are no...Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-26another header edit neededCampbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton