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-08-18cmake option to build without iksolverCampbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-18skip allocating texture coords for the displace modifier when they are unused.Campbell Barton
2012-08-18Typo fix: BKE_sequwnce_get_by_name -> BKE_sequence_get_by_nameJoshua Leung
2012-08-18Bone color groups now get synced too when syncing bone <-> animdata stuffJoshua Leung
2012-08-18Selecting nodes (and making one active) sets active F-Curve too nowJoshua Leung
2012-08-18Bugfix [#27652] Selecting a bone doesn't update Driver Properties panelJoshua Leung
2012-08-18Silencing compiler warningsJoshua Leung
2012-08-18Bugfix [#32331] Graph editor zoom to selected includes coordinate origin if moreJoshua Leung
2012-08-18Fix for some typos/spelling mistakesJoshua Leung
2012-08-18Moving more duplicate code from GPU_create_gl_tex_compressed() and BL_Texture...Mitchell Stokes
2012-08-18Suport function for Collada exporter: after a generated image was stored to d...Gaia Clary
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-17HDR color picking was not working for node spaceCampbell Barton
2012-08-17Documentation of the Bokeh image operation :)Jeroen Bakker
2012-08-17code cleanup:Campbell Barton
2012-08-17fix for crash showing tooltip for NODE_OT_add_search()Campbell Barton
2012-08-16more draw code cleanup: was making wrong guess about wire color for empty-ima...Campbell Barton
2012-08-16change to draw extra wire (draw_wire_extra)Campbell Barton
2012-08-16re-work mesh drawing a little since we know the wire color some checks can be...Campbell Barton
2012-08-16fix for odd bug/drawing glitch where loose mesh edges would draw with the wro...Campbell Barton
2012-08-16use filtersize of 1.0 for distort and uv - compositor nodes.Campbell Barton
2012-08-16support fro HDR color picking (values over 1.0) when color picking in the ima...Campbell Barton
2012-08-16compositor bokeh blur - only use the variable size operation when the size so...Campbell Barton
2012-08-16fix memory leak in compositor WorkScheduler::initialize()Campbell Barton
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-16fix for bug reading past the buffer bounds for the inpaint node.Campbell Barton
2012-08-16compositor - EWA filter was blurring too much by default, this caused the dis...Campbell Barton
2012-08-16Collada: fixed export when 'active UV Layer only' was selectedGaia Clary
2012-08-15Fix forJeroen Bakker
2012-08-15dont re-use previous values for link/append operator, would get mixed up with...Campbell Barton
2012-08-15escape key now quits composite.Campbell Barton
2012-08-15rendering now stops the composite job first, then renders.Campbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...Campbell Barton
2012-08-15code cleanup: use TRUE/FALSE for wm jobsCampbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-14style cleanup: pep8 & unfinished comment from own commit.Campbell Barton
2012-08-14patch [#32325] textured solid backface culling option Campbell Barton
2012-08-14Python node operator for combined node collapsing and hiding unused sockets. ...Lukas Toenne
2012-08-14patch [#32327] Uniform displace modifierCampbell Barton
2012-08-14fix [#32299] 16bit float texture + 'Quick Edit' gives wrong resultCampbell Barton
2012-08-14add variable size option to bokeh blur node, remove f_stop option (it wasnt u...Campbell Barton
2012-08-14rename blur `Reference` to `Variable Size`, improve tooltipCampbell Barton
2012-08-14fix for recent commit - would crash adding materials on an object without any.Campbell Barton
2012-08-14use vector for color operation internal storage.Campbell Barton
2012-08-14fix [#32324] regression: node group with missing ID crashes new tile node sys...Campbell Barton
2012-08-14code cleanup: reduce calling sqrt() when distances are only calculated for co...Campbell Barton
2012-08-14fix [#32315] Circle select unreliable when in vertex+edge select modeCampbell Barton
2012-08-14improved wording for tooltipGaia Clary