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-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-13framing options for camera background image: stretch/fit/cropCampbell Barton
2012-06-13tint non-active mask layers greyCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13patch #31794 Collada: make exporter more robust, now uses BKE_object_relation...Gaia Clary
2012-06-13Added frame offset slider to clip datablocksSergey Sharybin
2012-06-12Minor fix [#31798] [minor] simpledeform modifier tooltipBastien Montagne
2012-06-12Added Selected Only and Show Hidden flags to clip editor's curve viewSergey Sharybin
2012-06-12Added options to display only selected tracks and show hidden tracksSergey Sharybin
2012-06-12Make dopesheet settings per-tracking dataSergey Sharybin
2012-06-12Naming + Style tweaks for newly added flag for Action ConstraintJoshua Leung
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-12Fix #31675 Reroute nodes aren't working for cycles.Lukas Toenne
2012-06-12"Fix" for [#30704] Action Constraint mapping bugBastien Montagne
2012-06-11safety check when making a node local- make sure its already in the node tree.Campbell Barton
2012-06-11rna read/write access to ...Campbell Barton
2012-06-11add missing node RNA booleans.Campbell Barton
2012-06-11Add user preference "GPU Mipmap Generation" under the System/OpenGLAntony Riakiotakis
2012-06-11Cosmetic fixesJoshua Leung
2012-06-11UI messages fixes...Bastien Montagne
2012-06-11Code cleanup - Removing/commenting out various bits of legacy cruft related toJoshua Leung
2012-06-11Grease Pencil - Support for Grease Pencil in the Sequence Editor preview/imageJoshua Leung
2012-06-10style cleanupCampbell Barton
2012-06-10Force multires update when changing subdivision type.Nicholas Bishop
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10Support for per-track Grease Pencil datablocks for motion trackingSergey Sharybin
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-06-10mango request - add alpha to histogram & sample line.Campbell Barton
2012-06-10mango requestCampbell Barton
2012-06-09code cleanup: removed/renamed shadow & duplicate variable definitions.Campbell Barton
2012-06-09rna_SequenceElements_pop --> use memcpy instead of strcpyDan Eicher
2012-06-09constraints names are not matching (rna and constraint.c). doing rna->constra...Dalai Felinto
2012-06-08Fixed issue with missed reconstruction error in clip editor headerSergey Sharybin
2012-06-08Added sorting by average reprojection error to motion tracking dopesheet.Sergey Sharybin
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-06-08add listener in action space for mask changes so dopesheet redraws + other mi...Campbell Barton
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-08Mask editing: remove use_parent property and use check if paren't id is set i...Sergey Sharybin
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-07Tooltips shouldn't have dot at the end of sentenceSergey Sharybin
2012-06-07[#31739] Collada: New Export selections 'Include Armatures'Gaia Clary
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-06-07Bugfix [#31723] Renderer (internal) ignores keyframes on 'Compositing' checkboxJoshua Leung
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-06Cloth: Add support for "Self Collision Vertex Group".Daniel Genrich
2012-06-06Fix scons + smoke not working. it seems like the definition + include file ar...Antony Riakiotakis
2012-06-06Adding back Dutch language, as it seems we found a translator for it. :)Bastien Montagne
2012-06-06support negative indexing with SequenceElements.pop() - like python does, -1 ...Campbell Barton