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
2012-10-08BGE: Setting up the RAS_ICanvas interface as the primary way to alter the OpenGLMitchell Stokes
2012-10-08add option to build without blenders default avi codec.Campbell Barton
2012-10-08fix for crash in the sequencer if the video file fails to load (missing NULL ...Campbell Barton
2012-10-08BGE: Disable depth testing when drawing the overhead profile information in t...Mitchell Stokes
2012-10-08quiet invalid warning in ffmpeg_log_callback with -Wmissing-format-attribute.Campbell Barton
2012-10-08code cleanup: replace VECADDISFAC with math function.Campbell Barton
2012-10-08minor edit to type checking macro to avoid clangs static checker tagging the ...Campbell Barton
2012-10-08Grease Pencil py-apiDan Eicher
2012-10-07BGE: When applying movement to an object with the Character physics type, use...Mitchell Stokes
2012-10-07Fix file descriptor leak in BLI_file_ungzip_to_mem and small memleak in wm_wi...Sv. Lockal
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07code cleanup: grease pencil eraser had duplicated logic for getting screen co...Campbell Barton
2012-10-07code cleanup: use checks for empty rather then size in the BGECampbell Barton
2012-10-07fix for logical errorsCampbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-07code cleanup: glare stream operation was setting alpha array twice.Campbell Barton
2012-10-07add type checking for more error prone macros.Campbell Barton
2012-10-07rename avi files (endian.h is common linux include).Campbell Barton
2012-10-07patch [#32556] Stupid endian conversion in avi formatCampbell Barton
2012-10-07Optimization for endian switching, but shifting is a lot faster then using a ...Campbell Barton
2012-10-07patch [#32791] Spelling mistakes corrected.Campbell Barton
2012-10-07Fix render engine API compatibility breakage in end_result, this parameterBrecht Van Lommel
2012-10-07BGE: Committing patch [#31442] "API improvements: Group references python api...Mitchell Stokes
2012-10-06Increase maximum octree depth to 12Nicholas Bishop
2012-10-06Improve flat-shaded VBO drawing for sculpt meshesNicholas Bishop
2012-10-06Code cleanups for PBVH GPU buffersNicholas Bishop
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-06fix reading past array bounds for nearest_uv_between() and draw_tracking_trac...Campbell Barton
2012-10-06Color Management: fixed loading configuration from non-ascii pathsSergey Sharybin
2012-10-06Bugfix [#32789] (Minor) Different types used between func declaration andJoshua Leung
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-06fix [#32779] Bmesh module: assigning to bm.select_mode crashes Blender if bme...Campbell Barton
2012-10-06add mball_foreachScreenElem() and use for lasso & circle selection, also util...Campbell Barton
2012-10-06add circle select for metaballsCampbell Barton
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-10-05use pose_foreachScreenBone for pose lasso and circle selectCampbell Barton
2012-10-05add armature_foreachScreenBone(), use for lasso and circle select.Campbell Barton
2012-10-05code cleanup: de-duplicate enum.Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05Code cleanupJoshua Leung
2012-10-05Follow Path Constraint - "Animate Path" OperatorJoshua Leung
2012-10-05Whitespace editsJoshua Leung
2012-10-05Warning indicators for animators when Auto Keying is enabled during transformJoshua Leung
2012-10-05Fix #32770: iTaSC IK solver not working correct with bones that have stretch ...Brecht Van Lommel
2012-10-05Typo fix: Tooltip for "Offset Factor" for FollowPath constraint referred toJoshua Leung
2012-10-05Clean up in "add object" code:Bastien Montagne
2012-10-05Fix #32734: Object.to_mesh() gave wrong user count for curves/surface/text ob...Brecht Van Lommel
2012-10-05Fix related to #32734: crash saving blend file from render_pre callback. NotBrecht Van Lommel
2012-10-05Fix #32735: GLSL shadows not working together with X-ray drawing.Brecht Van Lommel