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-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15Fix #34978: for cycles, images displayed in the UV editor where coupled to theBrecht Van Lommel
2013-04-15Fix for cycles border render optimization commit, render status bar was off b...Brecht Van Lommel
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-15Fix: when using a search menu with an operator's enum prop, the operator was ...Bastien Montagne
2013-04-15New implementation for twist brushes.Antony Riakiotakis
2013-04-15WIP, jason's patchAntony Riakiotakis
2013-04-15minor edits to DM_update_weight_mcol(), skip getting vars when in editmode, a...Campbell Barton
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-14Fix for r55961 which revered texture icons fix at r55499Sergey Sharybin
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-14Texture stencil:Antony Riakiotakis
2013-04-14Node Socket UI:Thomas Dinges
2013-04-14Fix for #34910, NodeGroup input/output sliders bug. Initially i thought this ...Lukas Toenne
2013-04-14bmesh operators: use operator type-flag to specify which operations require n...Campbell Barton
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-13Node editor: create the toolbar area right at the start in node space, in ord...Lukas Toenne
2013-04-13Fix: uiBlockSetNFunc was using uiButHandleFunc as param signature, instead of...Bastien Montagne
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-04-13Usability fix, own collection.Ton Roosendaal
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-13improved tooltips even more (as discussed in IRC)Gaia Clary
2013-04-13improved tooltipsGaia Clary
2013-04-13Add update to brush texture preview when brush is changed. SolvesAntony Riakiotakis
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-13Fixes:Antony Riakiotakis
2013-04-12Add function to query maximum texture size. Also, make texture uploadAntony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-12Fix for user count when adding a new library node tree. This needs to decreas...Lukas Toenne
2013-04-12Fix #34961: camera fly mode would reset camera scale.Brecht Van Lommel
2013-04-12Adding scrollbar default to Python console and Python Info log.Ton Roosendaal
2013-04-12Image draw method optionSergey Sharybin
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11Compile fix for r55970. Thomas Dinges
2013-04-11Fix #34817: improve OpenGL preview render speed, it got quite a bit slower si...Brecht Van Lommel
2013-04-11Fix #34954, due to hardcoded key release it was impossible to change keyAntony Riakiotakis
2013-04-11Fix for material icon rendering with cyclesSergey Sharybin
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-11py api:Campbell Barton
2013-04-11fix for crash in own recent commit. searchbox's need their own keynav state s...Campbell Barton
2013-04-11fix [#34936] Unable to select items using only the arrow keysCampbell Barton
2013-04-11correction to own recent changes to exitmode using axis-matrix, fallback to o...Campbell Barton
2013-04-10Add a gui control for setting omp threads in fluidsJens Verwiebe
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-04-09BGE: Non-mesh objects (lamps, empties, group instances, etc.) are now "No Col...Mitchell Stokes
2013-04-09rigidbody operators poll functions were mixing up CTX_data_active_object/ED_o...Campbell Barton