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
2012-07-13speedup - because we know triangles will always have the same z value.Campbell Barton
2012-07-13temp disable quad interpolationCampbell Barton
2012-07-13masking - add feather faces as quads and interpolate as quads to avoid ugly d...Campbell Barton
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-12Fix for metaballs used as dupli-object for particleSergey Sharybin
2012-07-12Fix #32041: Empty display size is not taken into account for centering viewSergey Sharybin
2012-07-12feather points now align with mask outline when called with same resolution.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-12Fix for [#32078] Rendering output to Frame Server is broken.Thomas Dinges
2012-07-12ability to calculate mask curve and feather with predefined resolution (*_ex ...Campbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-11Fix #32058, Crash when using ParticleInstance with an hidden particle system.Lukas Toenne
2012-07-11Style cleanupSergey Sharybin
2012-07-10Bump Blender version, so despill balance would stay untouched inSergey Sharybin
2012-07-10Improved cache management for movie clips from tomato branchSergey Sharybin
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-10updating raskter to support tiles compositor. this commit puts in some ground...Peter Larabell
2012-07-10fix for blender naming all new node groups "Missing Datablock"Campbell Barton
2012-07-10rename BLI_getQuotedStr --> BLI_str_quoted_substrN to make it more clear its ...Campbell Barton
2012-07-09code cleanup: move sequencer timecode into its own func.Campbell Barton
2012-07-09Fixed issues updating texture buffer used for clip editor frame displaySergey Sharybin
2012-07-08correct another case of nonnull (all should be correct now), and comment abou...Campbell Barton
2012-07-08correct use of nonull attributeCampbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-07-06Fix for bug 32017.Chris Want
2012-07-05Cosmetic updates to mesh validate messages.Bastien Montagne
2012-07-05fix for making local loosing references to node groups.Campbell Barton
2012-07-05code cleanup: remove Python.h include from blenkernel.Campbell Barton
2012-07-04Bugfix Smoke / DynamicPaint: Missing update call from depsgraph was missing w...Daniel Genrich
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-07-04spelling cleanup: metre -> erCampbell Barton
2012-07-04Revert the DNA pdef_stickness -> pdef_stickiness part of r48556.Bastien Montagne
2012-07-04Mask node: create a copy of layers to be rasterized in initExecutionSergey Sharybin
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-07-03image sequence - apply cyclic option AFTER the image offset,Campbell Barton
2012-07-03dont display image sequences outside the frame range in the 3D viewport.Campbell Barton
2012-07-03Check for nullpointers.Jeroen Bakker
2012-07-03fix for memory leak in BKE_mesh_ensure_navmesh(), it would add 2 navmesh laye...Campbell Barton
2012-07-03Bugfix: Fix crashes with empty material slotsJoshua Leung
2012-07-03Followup for r.48515Joshua Leung
2012-07-03Bugfix [#31834] Cycles materials cannot be manipulated using driversJoshua Leung
2012-07-03Bugfix [#31976] Bone Group Custom color set is not respected when creating anJoshua Leung
2012-07-02Validate mesh selection stack in mesh_validate functionSergey Sharybin
2012-07-01style cleanupCampbell Barton